diff --git a/pages/cart/cart2/cart2.wxss b/pages/cart/cart2/cart2.wxss index 153e905..72adb66 100644 --- a/pages/cart/cart2/cart2.wxss +++ b/pages/cart/cart2/cart2.wxss @@ -52,7 +52,7 @@ page { .pos-icon { position: absolute; left: 28rpx; - top: 9rpx; + top: 6rpx; width: 30rpx; height: 36rpx; } @@ -577,15 +577,15 @@ border-bottom: 1rpx solid #eee; } .xc-confirms { - width: 40%; - border-radius: 50rpx; - height: 80rpx; - margin:0 auto; - font-size:28rpx; - background: #fff; - color: #333; - border: 2rpx solid #333; - + box-sizing: border-box; + width: 40%; + border-radius: 50rpx; + height: 80rpx; + margin:0 auto; + font-size:28rpx; + background: #fff; + color: #333; + border: 2rpx solid #333; }