修改购物车样式,修改拼团的错误样式

This commit is contained in:
anhaogxs
2021-05-21 10:21:19 +08:00
parent 4afd2a38ea
commit 889883aaaa
3 changed files with 14 additions and 14 deletions

View File

@ -2005,7 +2005,7 @@ page {
z-index: 5;
top: 0;
/* #ifdef H5 */
top: calc(44px + 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(44px + env(safe-area-inset-top) + 76rpx);
top: calc(0 + env(safe-area-inset-top) + 76rpx);
/* #endif */
}
@ -7576,7 +7576,7 @@ page {
top: 0;
/* #ifdef H5 */
top: calc(44px + env(safe-area-inset-top));
top: calc(0 + env(safe-area-inset-top));
/* #endif */
z-index: 9;
// border-bottom: 1px solid #555;
@ -7617,7 +7617,7 @@ page {
overflow-scrolling: touch;
/* #ifdef H5 */
top: calc(44px + env(safe-area-inset-top) + 88rpx);
top: calc(0 + env(safe-area-inset-top) + 88rpx);
/* #endif */
}