|
@ -304,6 +304,7 @@ |
|
|
padding-bottom: calc( 0rpx + constant(safe-area-inset-bottom)); /* 兼容 iOS < 11.2 */ |
|
|
padding-bottom: calc( 0rpx + constant(safe-area-inset-bottom)); /* 兼容 iOS < 11.2 */ |
|
|
padding-bottom: calc( 0rpx + env(safe-area-inset-bottom)); /* 兼容 iOS >= 11.2 */ |
|
|
padding-bottom: calc( 0rpx + env(safe-area-inset-bottom)); /* 兼容 iOS >= 11.2 */ |
|
|
// border: 1px solid red; |
|
|
// border: 1px solid red; |
|
|
|
|
|
z-index: 1; |
|
|
|
|
|
|
|
|
.final-cart-list { |
|
|
.final-cart-list { |
|
|
display: flex; |
|
|
display: flex; |
|
|