From b2827565f8fb671ff7636542c64bbb872d90b58d Mon Sep 17 00:00:00 2001 From: hurui Date: Tue, 15 Oct 2019 10:36:32 +0800 Subject: [PATCH] =?UTF-8?q?[c=E7=AB=AF][=E4=BF=AE=E6=94=B9][=E7=A7=AF?= =?UTF-8?q?=E5=88=86=E5=95=86=E5=9F=8E=E7=AD=9B=E9=80=89=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/advertisement/advertisement.wxss | 3 ++- pages/integralmall/index.wxml | 13 +++++++------ pages/integralmall/index.wxss | 9 +++++++++ pages/integralmall/payIntegcoupondetail/index.wxss | 1 + 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/components/advertisement/advertisement.wxss b/components/advertisement/advertisement.wxss index 88025ae..237b5ff 100644 --- a/components/advertisement/advertisement.wxss +++ b/components/advertisement/advertisement.wxss @@ -12,12 +12,13 @@ position:relative; } .b2{ - width: 90%; + /* width: 90%; */ margin:45% auto; overflow: hidden; border-radius: 10rpx; } .t_image{ + width: 80%; border-radius: 16rpx; display: block; margin: 0 auto; diff --git a/pages/integralmall/index.wxml b/pages/integralmall/index.wxml index f58940e..90190d7 100644 --- a/pages/integralmall/index.wxml +++ b/pages/integralmall/index.wxml @@ -34,13 +34,10 @@ - - - - 我可换购 - + 我可换购 + 所需积分 @@ -61,12 +58,16 @@ {{item.creditPrice}} 积分 + {{'原价 '+item.priceStr+'元'}} - 立即换购 + 立即购买 + 立即换购 立即换购 diff --git a/pages/integralmall/index.wxss b/pages/integralmall/index.wxss index a68c19a..b8c45d9 100644 --- a/pages/integralmall/index.wxss +++ b/pages/integralmall/index.wxss @@ -291,6 +291,10 @@ image{ .content .price-num{ display: inline; } +.more{ + display: inline; + margin-left: -10rpx; +} .content .price-unit{ display: inline; font-size:24rpx; @@ -494,4 +498,9 @@ button::after{ border: none; } margin-left:5rpx; width: 40rpx; height: 40rpx; +} +.btn-hover{ + position: relative; + top: 3rpx; + box-shadow:0px 0px 8px #999 inset; } \ No newline at end of file diff --git a/pages/integralmall/payIntegcoupondetail/index.wxss b/pages/integralmall/payIntegcoupondetail/index.wxss index d7ab3a2..015f732 100644 --- a/pages/integralmall/payIntegcoupondetail/index.wxss +++ b/pages/integralmall/payIntegcoupondetail/index.wxss @@ -253,6 +253,7 @@ page { font-family:PingFang-SC-Medium; font-weight:500; color:#FD782D; + line-height:44rpx; } .detail-bottom{ border-top: 1rpx solid #F9F9F9;