From 2dbc25241b8f5e43355bc5567cc2c5d806535795 Mon Sep 17 00:00:00 2001 From: taiwan Date: Fri, 21 Jan 2022 10:15:53 +0800 Subject: [PATCH] 购物车按钮样式调整 --- pages/cart/cart/cart.wxss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- libgit2 0.21.4