Commit 525f56cd authored by Xuguangxing's avatar Xuguangxing

fix

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