Commit de62268f authored by 18224442217's avatar 18224442217

no message

parent bd519457
...@@ -506,15 +506,13 @@ export default { ...@@ -506,15 +506,13 @@ export default {
<style> <style>
/**确认按钮**/ /**确认按钮**/
.submit { .submit {
padding-bottom: env(safe-area-inset-bottom);
width: 100%; width: 100%;
background: white; background: white;
position: fixed; position: fixed;
bottom: 0upx; bottom: 0upx;
left: 0;
right: 0;
height: auto; height: auto;
z-index: 99999999;
} }
.sub-btn { .sub-btn {
...@@ -522,7 +520,6 @@ export default { ...@@ -522,7 +520,6 @@ export default {
border-radius: 10upx; border-radius: 10upx;
background: #DEBF7B; background: #DEBF7B;
color: white; color: white;
margin-bottom: 30upx;
} }
.content { .content {
......
...@@ -644,15 +644,13 @@ export default { ...@@ -644,15 +644,13 @@ export default {
<style> <style>
/**确认按钮**/ /**确认按钮**/
.submit { .submit {
padding-bottom: env(safe-area-inset-bottom);
width: 100%; width: 100%;
background: white; background: white;
position: fixed; position: fixed;
bottom: 0upx; bottom: 0upx;
left: 0;
right: 0;
height: auto; height: auto;
z-index: 99999999;
} }
.sub-btn { .sub-btn {
...@@ -660,7 +658,6 @@ export default { ...@@ -660,7 +658,6 @@ export default {
border-radius: 10upx; border-radius: 10upx;
background: #111; background: #111;
color: white; color: white;
margin-bottom: 30upx;
} }
.content { .content {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment