From a3ba697298f8b22a183a062b1b8139b93ef13b3f Mon Sep 17 00:00:00 2001 From: Ge Hao Date: Thu, 20 Oct 2016 14:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=20rpx=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=BC=A9=E5=B0=8F=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cart/cart.wxml | 2 +- pages/cart/cart.wxss | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/cart/cart.wxml b/pages/cart/cart.wxml index 8815a92..b1290e7 100644 --- a/pages/cart/cart.wxml +++ b/pages/cart/cart.wxml @@ -31,7 +31,7 @@ - 购买数量: + 数量: diff --git a/pages/cart/cart.wxss b/pages/cart/cart.wxss index be37232..f2556f4 100644 --- a/pages/cart/cart.wxss +++ b/pages/cart/cart.wxss @@ -26,13 +26,13 @@ padding: 15rpx; background-color: #fff; border-top: 1px solid #e4e4e4; - color: #787878; + color: #333; display:flex; align-items:center; } .item text { - font-size: 14px; + font-size: 28rpx; } .item image { @@ -42,23 +42,23 @@ .item-right { display: block; - margin-left: 11px; + margin-left: 20rpx; flex: 1; } .title { - padding-bottom: 15px; + padding-bottom: 30rpx; } .title text { - font-size: 16px; - color: #787878; + font-size: 28rpx; + color: #333; white-space: pre-wrap; - line-height: 17px; + line-height: 34rpx; } .address-container text { - font-size: 17px; + font-size: 34rpx; color: #444; } @@ -73,7 +73,7 @@ .pull-right { margin-left: auto; - font-size: 15px; + font-size: 28rpx; display: flex; }