From def4810ca7a8c43efced209b16e2b886d5f7cca2 Mon Sep 17 00:00:00 2001 From: luqc Date: Wed, 3 Apr 2019 16:25:09 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/coupons/index.wxss | 10 ++++++---- pages/main/coupons/index.wxss | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/components/coupons/index.wxss b/components/coupons/index.wxss index e00e51f..e326503 100644 --- a/components/coupons/index.wxss +++ b/components/coupons/index.wxss @@ -3,7 +3,7 @@ width: 40%; height: 492rpx; display: inline-block; - padding: 30rpx; + padding: 10rpx 30rpx; position: relative; } @@ -35,7 +35,7 @@ width: 335rpx; height: 157rpx; position: absolute; - bottom: 30rpx; + bottom: 10rpx; background: #fff; border-radius:0rpx 0rpx 10rpx 10rpx; } @@ -61,6 +61,8 @@ display: block; font-size: 50rpx; color: #FF4949; + position: absolute; + bottom: 10rpx; } .price{ /* width:48rpx; @@ -112,13 +114,13 @@ margin-left: 16rpx; .coupons-btn { position: absolute; - bottom: 30rpx; + bottom: 10rpx; right: 0; } .coupons-btn-gm { background: #AF6E34 !important; - border-radius: 10px 0px 10px 0px !important; + border-radius: 10px 0px 5px 0px !important; margin: 0 !important; padding: 0 !important; font-family: PingFangSC-Semibold; diff --git a/pages/main/coupons/index.wxss b/pages/main/coupons/index.wxss index 2913277..1b756b3 100644 --- a/pages/main/coupons/index.wxss +++ b/pages/main/coupons/index.wxss @@ -1,5 +1,5 @@ .index-coupons { - height: 820rpx; + /* height: 820rpx; */ margin-top: 30rpx; background:linear-gradient(0deg,rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%); }