修改购物车样式

This commit is contained in:
anhaogxs
2021-05-21 16:12:45 +08:00
parent 889883aaaa
commit a176628d52
2 changed files with 6 additions and 13 deletions

View File

@ -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 {