From 4dd6b254558540973315c82bc0999ca79d69bf91 Mon Sep 17 00:00:00 2001 From: hurui Date: Thu, 29 Aug 2019 19:21:23 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=88=B8=E5=88=97=E8=A1=A8][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9][=E5=8A=B5=E6=B2=A1=E6=9C=89=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=8E=9F=E4=BB=B7=E7=9A=84=E9=87=91=E9=A2=9D=20]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/coupons/index.wxml | 6 +++--- components/coupons/index.wxss | 9 +++++++++ components/store/index.wxss | 2 +- pages/coupon/detail/index.wxss | 2 ++ pages/couponorder/index/index.wxml | 5 ++--- pages/couponorder/index/index.wxss | 12 +++++------- pages/index/searchbar/detail/index.wxml | 2 +- pages/index/searchbar/detail/index.wxss | 3 +++ 8 files changed, 26 insertions(+), 15 deletions(-) diff --git a/components/coupons/index.wxml b/components/coupons/index.wxml index 14c5b78..f5dff9d 100644 --- a/components/coupons/index.wxml +++ b/components/coupons/index.wxml @@ -21,17 +21,17 @@ {{data.subTitle}} - ¥{{data.salePriceStr}} + ¥{{data.salePriceStr}}¥{{data.priceStr}} 抢购价¥{{data.salePriceStr}} 可砍至¥{{data.salePriceStr}} 拼团价¥{{data.salePriceStr}} - ¥{{data.priceStr}} + {{data.priceStr}}小时 - ¥{{data.priceStr}} + {{data.priceStr}}小时 diff --git a/components/coupons/index.wxss b/components/coupons/index.wxss index 8f54bfd..8bbd190 100644 --- a/components/coupons/index.wxss +++ b/components/coupons/index.wxss @@ -198,6 +198,15 @@ opacity: 0.6; } +.view02{ + font-size:20rpx; + line-height:34rpx; + text-decoration: line-through; + color: #999 !important; + font-weight:normal; + letter-spacing:0; + margin-left: 10rpx; +} .view01 { text-decoration: line-through; color: #999 !important; diff --git a/components/store/index.wxss b/components/store/index.wxss index f261fa1..2d504bd 100644 --- a/components/store/index.wxss +++ b/components/store/index.wxss @@ -42,7 +42,7 @@ text-overflow: ellipsis; overflow: hidden; } -.posi_logo view:nth-child(2) view:nth-child(1) { +.posi_logo view:nth-child(2) view { font-size: 32rpx; color: #333; letter-spacing: 0; diff --git a/pages/coupon/detail/index.wxss b/pages/coupon/detail/index.wxss index 1c40764..7bc7eb6 100644 --- a/pages/coupon/detail/index.wxss +++ b/pages/coupon/detail/index.wxss @@ -211,6 +211,8 @@ button::after { margin-left: 10rpx; color: #999 !important; margin-top:8rpx; + height: 32rpx; + line-height: 45rpx; } .fl { float: left; diff --git a/pages/couponorder/index/index.wxml b/pages/couponorder/index/index.wxml index 36ef400..ecad2a8 100644 --- a/pages/couponorder/index/index.wxml +++ b/pages/couponorder/index/index.wxml @@ -24,14 +24,13 @@ {{item.title}} + 过期不退款 有效期至: {{item.expiredTime}} - - 过期不退款 - + diff --git a/pages/couponorder/index/index.wxss b/pages/couponorder/index/index.wxss index 40c3df2..2fac47e 100644 --- a/pages/couponorder/index/index.wxss +++ b/pages/couponorder/index/index.wxss @@ -84,12 +84,10 @@ button::after{ border: none; } margin-top: 10rpx; } .found{ - color: red; - font-size: 26rpx; - margin-right: 20rpx; - height:60rpx; - line-height:60rpx; - margin-top: 10rpx; + color: red!important; + font-size: 26rpx!important; + line-height: 26rpx!important; + width: 200rpx!important; } .liness { display: block; @@ -127,7 +125,7 @@ button::after{ border: none; } height: 32rpx; color: #333; letter-spacing: 0; - width: 400rpx; + width: 270rpx; display: inline-block; white-space: nowrap; text-overflow: ellipsis; diff --git a/pages/index/searchbar/detail/index.wxml b/pages/index/searchbar/detail/index.wxml index 7876e14..ac14237 100644 --- a/pages/index/searchbar/detail/index.wxml +++ b/pages/index/searchbar/detail/index.wxml @@ -98,7 +98,7 @@ - {{data.introduction}} + {{data.introduction}} 信息完善中,敬请期待~ diff --git a/pages/index/searchbar/detail/index.wxss b/pages/index/searchbar/detail/index.wxss index fba2452..bf84407 100644 --- a/pages/index/searchbar/detail/index.wxss +++ b/pages/index/searchbar/detail/index.wxss @@ -259,6 +259,9 @@ page{ text-align: center; color: #999; } +.have{ + text-align: left!important; +} .swiperactive { min-height: 400rpx;