From 194969d97f57135b98845e39d4da0133ff400809 Mon Sep 17 00:00:00 2001 From: Ge Hao Date: Wed, 7 Dec 2016 11:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=AE=8C=E5=85=A8=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cart/coupon.wxss | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/pages/cart/coupon.wxss b/pages/cart/coupon.wxss index 78a1e81..8d1de60 100644 --- a/pages/cart/coupon.wxss +++ b/pages/cart/coupon.wxss @@ -1,23 +1,29 @@ .coupon-container { display: block; - height: 225rpx; + height: 215rpx; margin-left: 20rpx; margin-right: 20rpx; + margin-top: 10rpx; } .left-image image { width: 100%; - height: 225rpx; + height: 200rpx; +} + +.left-image { + width: 100%; + height: 200rpx; } .mall_coupon_ab { - height: 225rpx; + height: 200rpx; display: flex; flex-direction: row; justify-content: space-between; align-items: center; position: relative; - top: -225rpx; + top: -200rpx; } .mall_coupon_ab .value { @@ -31,7 +37,7 @@ display: flex; flex-direction: column; align-items: flex-end; - height: 190rpx; + height: 200rpx; justify-content: space-around; margin-right: 30rpx; font-size: 35rpx;