|
|
|
@ -2005,7 +2005,7 @@ page {
|
|
|
|
|
z-index: 5; |
|
|
|
|
top: 0; |
|
|
|
|
/* #ifdef H5 */ |
|
|
|
|
top: calc(0 + env(safe-area-inset-top)); |
|
|
|
|
// top: calc(0 + env(safe-area-inset-top)); |
|
|
|
|
/* #endif */ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2028,7 +2028,7 @@ page {
|
|
|
|
|
top: 0.76 * 100rpx; |
|
|
|
|
border-bottom: 1px solid #f5f5f5; |
|
|
|
|
/* #ifdef H5 */ |
|
|
|
|
top: calc(0 + env(safe-area-inset-top) + 76rpx); |
|
|
|
|
// top: calc(0 + env(safe-area-inset-top) + 76rpx); |
|
|
|
|
/* #endif */ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2059,7 +2059,7 @@ page {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.shoppingCart .list { |
|
|
|
|
margin-top: 76+80rpx; |
|
|
|
|
margin-top: .8 * 100rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.shoppingCart .list .item { |
|
|
|
@ -7617,7 +7617,7 @@ page {
|
|
|
|
|
overflow-scrolling: touch; |
|
|
|
|
|
|
|
|
|
/* #ifdef H5 */ |
|
|
|
|
top: calc(0 + env(safe-area-inset-top) + 88rpx); |
|
|
|
|
// top: calc(0 + env(safe-area-inset-top) + 88rpx); |
|
|
|
|
/* #endif */ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -7640,7 +7640,7 @@ page {
|
|
|
|
|
.productSort .conter { |
|
|
|
|
margin-left: 1.8 * 100rpx; |
|
|
|
|
padding: 0 0.14 * 100rpx; |
|
|
|
|
margin-top: 0.96 * 100rpx; |
|
|
|
|
// margin-top: 0.96 * 100rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.productSort .conter .listw { |
|
|
|
|