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

This commit is contained in:
Gao xiaosong
2021-05-21 01:01:38 +08:00
parent 4afd2a38ea
commit 23d9ce993f
3 changed files with 5 additions and 9 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(44px + 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 */
}
@ -2059,7 +2059,7 @@ page {
}
.shoppingCart .list {
margin-top: 76+80rpx;
margin-top: 76rpx;
}
.shoppingCart .list .item {