Commit 525f56cd authored by Xuguangxing's avatar Xuguangxing

fix

parent 9f2ab345
...@@ -103,7 +103,11 @@ export default { ...@@ -103,7 +103,11 @@ export default {
align-items: center; align-items: center;
width: 100%; width: 100%;
height: 30px; height: 30px;
padding: 10px 0; padding-bottom: calc(10px + constant(safe-area-inset-bottom));
padding-bottom: calc(10px + env(safe-area-inset-bottom));
padding-top: 10px;
padding-left: 0;
padding-right: 0;
background: @white; background: @white;
border-top: 1px solid #f7f7f7; border-top: 1px solid #f7f7f7;
&-radio { &-radio {
......
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
observer: null, observer: null,
statusTextMap: { statusTextMap: {
0: '发起拼团,邀请好友一起拼团吧!', 0: '发起拼团,邀请好友一起拼团吧!',
2: '恭喜成团', 2: '恭喜成团!',
3: '哎呀,拼团时间已过,尚未成团!', 3: '哎呀,拼团时间已过,尚未成团!',
4: '已发货' 4: '已发货'
} }
......
...@@ -61,10 +61,13 @@ ...@@ -61,10 +61,13 @@
} }
} }
.btn{ .btn{
height:50px;
width: 100%; width: 100%;
position: fixed; position: fixed;
padding: 0 @padding-lg; padding-left: @padding-lg;
padding-right: @padding-lg;
padding-top: 10px;
padding-bottom: calc(10px + constant(safe-area-inset-bottom));
padding-bottom: calc(10px + env(safe-area-inset-bottom));
box-sizing: border-box; box-sizing: border-box;
bottom: 0; bottom: 0;
left:0; left:0;
......
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