From b81de56f4d2941c4f9b6e76718108fb0d0d09155 Mon Sep 17 00:00:00 2001 From: hurui Date: Mon, 5 Aug 2019 15:12:05 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A0=8D=E4=BB=B7=EF=BC=8C=E6=8B=BC=E5=9B=A2?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5][=E4=BF=AE=E6=94=B9][=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=8E=9F=E4=BB=B7]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/coupon/detail/index.wxml | 2 +- pages/coupon/detail/index.wxss | 9 +++++---- pages/spellGroup/mySpellGroup/index.wxml | 1 + pages/spellGroup/mySpellGroup/index.wxss | 12 ++++++++++-- pages/spellGroup/spellGroup.wxml | 4 ++-- pages/spellGroup/spellGroup.wxss | 25 ++++++++++++++++++++---- 6 files changed, 40 insertions(+), 13 deletions(-) diff --git a/pages/coupon/detail/index.wxml b/pages/coupon/detail/index.wxml index 863cfb3..7460b90 100644 --- a/pages/coupon/detail/index.wxml +++ b/pages/coupon/detail/index.wxml @@ -59,8 +59,8 @@ {{data.salePriceStr}} - {{data.pressLimitNum+'人可砍至底价'}} + {{data.priceStr}}元 有效期:自领取之日起 diff --git a/pages/coupon/detail/index.wxss b/pages/coupon/detail/index.wxss index 58d160b..b209d1a 100644 --- a/pages/coupon/detail/index.wxss +++ b/pages/coupon/detail/index.wxss @@ -138,7 +138,6 @@ button::after { letter-spacing: 0; height: 50rpx; line-height: 50rpx; - /* border-bottom: 1px solid #eee; */ border-bottom: 1px solid #f9f9f9; } @@ -192,7 +191,7 @@ button::after { } .use { color: #FD782D; - margin-left: 10rpx; + /* margin-left: 10rpx; */ } .salePriceStr .yuan { @@ -211,11 +210,14 @@ button::after { text-decoration: line-through; margin-left: 10rpx; color: #999 !important; + margin-top:8rpx; + } .fl { float: left; color: #FD782D; + display: flex; } .fr { @@ -730,7 +732,6 @@ button::after { } .presslimit { - width: 300rpx; height: 34rpx; line-height: 34rpx; margin-top: 8rpx; @@ -743,7 +744,7 @@ button::after { text-overflow: ellipsis; } .presslimit text{ - margin-left: 22rpx; + margin-left: 15rpx; background:rgba(201,201,201,0.1); } diff --git a/pages/spellGroup/mySpellGroup/index.wxml b/pages/spellGroup/mySpellGroup/index.wxml index 08957fa..66c46f4 100644 --- a/pages/spellGroup/mySpellGroup/index.wxml +++ b/pages/spellGroup/mySpellGroup/index.wxml @@ -20,6 +20,7 @@ 「拼团价」{{data.pressLimitNum}}人拼团成功,单价仅需¥ {{data.salePriceStr}} + {{data.priceStr}}元 有效期: {{data.validStartDate}}至{{data.validEndDate}}(请在有效期内使用) diff --git a/pages/spellGroup/mySpellGroup/index.wxss b/pages/spellGroup/mySpellGroup/index.wxss index f5adc43..5651575 100644 --- a/pages/spellGroup/mySpellGroup/index.wxss +++ b/pages/spellGroup/mySpellGroup/index.wxss @@ -80,14 +80,15 @@ button::after{ border: none; } padding-top: 6rpx; background: #FFF; padding: 0 30rpx; - color: #FD782D + color: #FD782D; + display: flex; } .des-peoplenum{ display: inline; font-size:24rpx; font-family:PingFang-SC-Medium; font-weight:500; - line-height:44rpx; + line-height:70rpx; } .des-saleprice{ display: inline; @@ -1004,4 +1005,11 @@ background: #ccc8c8; } .swiper-box .wx-swiper-dot-active::before{ background:#f6792b; +} +.yj{ + text-decoration: line-through; + color: #CCC; + font-size: 28rpx; + line-height: 70rpx; + margin-left: 10rpx; } \ No newline at end of file diff --git a/pages/spellGroup/spellGroup.wxml b/pages/spellGroup/spellGroup.wxml index f584759..4be4fa5 100644 --- a/pages/spellGroup/spellGroup.wxml +++ b/pages/spellGroup/spellGroup.wxml @@ -29,7 +29,7 @@ - {{item.salePriceStr}} + {{item.salePriceStr}} ¥{{item.priceStr}} 去拼团 @@ -60,7 +60,7 @@ {{item.subTitle}} - 拼团价 ¥ + 拼团价¥ {{item.salePrice/100}} diff --git a/pages/spellGroup/spellGroup.wxss b/pages/spellGroup/spellGroup.wxss index 173c923..6007bf0 100644 --- a/pages/spellGroup/spellGroup.wxss +++ b/pages/spellGroup/spellGroup.wxss @@ -152,21 +152,39 @@ image{ line-height:44rpx; } .content .price02{ - display: inline; + display: inline-block; font-size: 24rpx; font-family:PingFang-SC-Medium; font-weight:500; text-decoration:line-through; color:rgba(140,140,140,1); + width: 95rpx; + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap; + line-height: 30rpx; } .content .price-num{ - display: inline; + display: inline-block; + font-size: 32rpx; + width: 95rpx; + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap; + line-height: 30rpx; +} +.content .price-numHr{ + display: inline-block; font-size: 40rpx; + overflow:hidden; + text-overflow:ellipsis; + white-space:nowrap; + line-height: 32rpx; } + .content .price-unit{ display: inline; font-size:24rpx; - /* margin-right:4rpx; */ } .right-button{ width:100rpx; @@ -209,7 +227,6 @@ image{ font-family:PingFang-SC-Medium; font-weight:500; color:rgba(255,253,245,1); - /* border-right:1px solid rgba(255, 222, 67, 1); */ background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%); opacity: 1; }