Browse Source

修改购物车样式

zyh
anhaogxs 4 years ago
parent
commit
a176628d52
  1. 9
      assets/css/style.css
  2. 10
      assets/css/style.less

9
assets/css/style.css

@ -1832,8 +1832,6 @@ page {
z-index: 5; z-index: 5;
top: 0; top: 0;
/* #ifdef H5 */ /* #ifdef H5 */
top: -webkit-calc(0 + env(safe-area-inset-top));
top: calc(0 + env(safe-area-inset-top));
/* #endif */ /* #endif */
} }
.shoppingCart .labelNav .item .iconfont { .shoppingCart .labelNav .item .iconfont {
@ -1855,8 +1853,6 @@ page {
top: 76rpx; top: 76rpx;
border-bottom: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5;
/* #ifdef H5 */ /* #ifdef H5 */
top: -webkit-calc(0 + env(safe-area-inset-top) + 76rpx);
top: calc(0 + env(safe-area-inset-top) + 76rpx);
/* #endif */ /* #endif */
} }
.shoppingCart .nav .administrate { .shoppingCart .nav .administrate {
@ -1883,7 +1879,7 @@ page {
height: 100%; height: 100%;
} }
.shoppingCart .list { .shoppingCart .list {
margin-top: 156rpx; margin-top: 80rpx;
} }
.shoppingCart .list .item { .shoppingCart .list .item {
padding: 25rpx 30rpx; padding: 25rpx 30rpx;
@ -6920,8 +6916,6 @@ page {
overflow-x: hidden; overflow-x: hidden;
overflow-scrolling: touch; overflow-scrolling: touch;
/* #ifdef H5 */ /* #ifdef H5 */
top: -webkit-calc(0 + env(safe-area-inset-top) + 88rpx);
top: calc(0 + env(safe-area-inset-top) + 88rpx);
/* #endif */ /* #endif */
} }
.productSort .aside .item { .productSort .aside .item {
@ -6941,7 +6935,6 @@ page {
.productSort .conter { .productSort .conter {
margin-left: 180rpx; margin-left: 180rpx;
padding: 0 14rpx; padding: 0 14rpx;
margin-top: 96rpx;
} }
.productSort .conter .listw { .productSort .conter .listw {
padding-top: 20rpx; padding-top: 20rpx;

10
assets/css/style.less

@ -2005,7 +2005,7 @@ page {
z-index: 5; z-index: 5;
top: 0; top: 0;
/* #ifdef H5 */ /* #ifdef H5 */
top: calc(0 + env(safe-area-inset-top)); // top: calc(0 + env(safe-area-inset-top));
/* #endif */ /* #endif */
} }
@ -2028,7 +2028,7 @@ page {
top: 0.76 * 100rpx; top: 0.76 * 100rpx;
border-bottom: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5;
/* #ifdef H5 */ /* #ifdef H5 */
top: calc(0 + env(safe-area-inset-top) + 76rpx); // top: calc(0 + env(safe-area-inset-top) + 76rpx);
/* #endif */ /* #endif */
} }
@ -2059,7 +2059,7 @@ page {
} }
.shoppingCart .list { .shoppingCart .list {
margin-top: 76+80rpx; margin-top: .8 * 100rpx;
} }
.shoppingCart .list .item { .shoppingCart .list .item {
@ -7617,7 +7617,7 @@ page {
overflow-scrolling: touch; overflow-scrolling: touch;
/* #ifdef H5 */ /* #ifdef H5 */
top: calc(0 + env(safe-area-inset-top) + 88rpx); // top: calc(0 + env(safe-area-inset-top) + 88rpx);
/* #endif */ /* #endif */
} }
@ -7640,7 +7640,7 @@ page {
.productSort .conter { .productSort .conter {
margin-left: 1.8 * 100rpx; margin-left: 1.8 * 100rpx;
padding: 0 0.14 * 100rpx; padding: 0 0.14 * 100rpx;
margin-top: 0.96 * 100rpx; // margin-top: 0.96 * 100rpx;
} }
.productSort .conter .listw { .productSort .conter .listw {

Loading…
Cancel
Save