合并冲突

This commit is contained in:
Gao xiaosong
2021-06-02 01:05:04 +08:00
4 changed files with 26 additions and 8 deletions

View File

@ -1879,7 +1879,11 @@ page {
height: 100%;
}
.shoppingCart .list {
<<<<<<< HEAD
margin-top: 76rpx;
=======
margin-top: 80rpx;
>>>>>>> 11d6bda8681ad955f5e73286c3478a238ee58593
}
.shoppingCart .list .item {
padding: 25rpx 30rpx;
@ -6871,8 +6875,8 @@ page {
right: 0;
top: 0;
/* #ifdef H5 */
top: -webkit-calc(44px + env(safe-area-inset-top));
top: calc(44px + env(safe-area-inset-top));
top: -webkit-calc(0 + env(safe-area-inset-top));
top: calc(0 + env(safe-area-inset-top));
/* #endif */
z-index: 9;
}
@ -6916,8 +6920,6 @@ page {
overflow-x: hidden;
overflow-scrolling: touch;
/* #ifdef H5 */
top: -webkit-calc(44px + env(safe-area-inset-top) + 88rpx);
top: calc(44px + env(safe-area-inset-top) + 88rpx);
/* #endif */
}
.productSort .aside .item {
@ -6937,7 +6939,6 @@ page {
.productSort .conter {
margin-left: 180rpx;
padding: 0 14rpx;
margin-top: 96rpx;
}
.productSort .conter .listw {
padding-top: 20rpx;

View File

@ -2005,7 +2005,11 @@ page {
z-index: 5;
top: 0;
/* #ifdef H5 */
<<<<<<< HEAD
// top: calc(44px + env(safe-area-inset-top));
=======
// top: calc(0 + env(safe-area-inset-top));
>>>>>>> 11d6bda8681ad955f5e73286c3478a238ee58593
/* #endif */
}
@ -2059,7 +2063,11 @@ page {
}
.shoppingCart .list {
<<<<<<< HEAD
margin-top: 76rpx;
=======
margin-top: .8 * 100rpx;
>>>>>>> 11d6bda8681ad955f5e73286c3478a238ee58593
}
.shoppingCart .list .item {
@ -7576,7 +7584,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 +7625,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 */
}
@ -7640,7 +7648,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 {