From 9ff88905683ed9c7ab469fd2b169ecb9fee0bc4f Mon Sep 17 00:00:00 2001 From: Ge Hao Date: Fri, 21 Oct 2016 16:39:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=BB=E4=BB=B7=E7=9A=84=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cart/cart.wxss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/cart/cart.wxss b/pages/cart/cart.wxss index d67e103..1236a99 100644 --- a/pages/cart/cart.wxss +++ b/pages/cart/cart.wxss @@ -100,6 +100,14 @@ border-radius: 0; } +.billing-btn view { + padding-top: 15rpx; + padding-bottom: 15rpx; + padding-left: 15rpx; + background-color: white; + font-size: 30rpx; +} + .quantity input { min-height: 10rpx; height: 50rpx;