diff --git a/pages/cart/cart/cart.wxss b/pages/cart/cart/cart.wxss index 32bcca1..2e1efe0 100644 --- a/pages/cart/cart/cart.wxss +++ b/pages/cart/cart/cart.wxss @@ -109,7 +109,7 @@ radio { } .count>view, .count>input { - width: 45rpx; + width: 50rpx; height: 40rpx; line-height: 40rpx; text-align: center; @@ -139,7 +139,7 @@ radio { color: #ccc; } .count>input { - margin: 0 10rpx; + margin: 0 14rpx; line-height: normal; }