Commit bd519457 authored by 18224442217's avatar 18224442217

no message

parent 94f95413
...@@ -506,13 +506,15 @@ export default { ...@@ -506,13 +506,15 @@ 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 {
...@@ -520,6 +522,7 @@ export default { ...@@ -520,6 +522,7 @@ export default {
border-radius: 10upx; border-radius: 10upx;
background: #DEBF7B; background: #DEBF7B;
color: white; color: white;
margin-bottom: 30upx;
} }
.content { .content {
......
...@@ -644,13 +644,15 @@ export default { ...@@ -644,13 +644,15 @@ 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 {
...@@ -658,6 +660,7 @@ export default { ...@@ -658,6 +660,7 @@ 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