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

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

@ -1832,8 +1832,6 @@ page {
z-index: 5;
top: 0;
/* #ifdef H5 */
top: -webkit-calc(44px + env(safe-area-inset-top));
top: calc(44px + env(safe-area-inset-top));
/* #endif */
}
.shoppingCart .labelNav .item .iconfont {
@ -1855,8 +1853,6 @@ page {
top: 76rpx;
border-bottom: 1px solid #f5f5f5;
/* #ifdef H5 */
top: -webkit-calc(44px + env(safe-area-inset-top) + 76rpx);
top: calc(44px + env(safe-area-inset-top) + 76rpx);
/* #endif */
}
.shoppingCart .nav .administrate {
@ -1883,7 +1879,7 @@ page {
height: 100%;
}
.shoppingCart .list {
margin-top: 156rpx;
margin-top: 76rpx;
}
.shoppingCart .list .item {
padding: 25rpx 30rpx;

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 {