From 6703b70d05e5a4e7fa1229b307d82ce95aad8741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=96?= Date: Thu, 1 Aug 2019 18:58:38 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8B=BC=E5=9B=A2=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/spellGroup/spellGroup.js | 3 +++ pages/spellGroup/spellGroup.wxml | 7 +++++-- pages/spellGroup/spellGroup.wxss | 24 ++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/pages/spellGroup/spellGroup.js b/pages/spellGroup/spellGroup.js index 85a8d84..f6dbcb6 100644 --- a/pages/spellGroup/spellGroup.js +++ b/pages/spellGroup/spellGroup.js @@ -12,6 +12,9 @@ Page({ loadingUrl: imgurl.loading.url, nodata: imgurl.nodata.url, wmhome: imgurl.wmhome.url, + orangeImg: imgurl.orange.url, + blueImg: imgurl.blue.url, + grayImg: imgurl.gray.url, spellList: true, myspellList: false, list: [], diff --git a/pages/spellGroup/spellGroup.wxml b/pages/spellGroup/spellGroup.wxml index f5a38f2..9830145 100644 --- a/pages/spellGroup/spellGroup.wxml +++ b/pages/spellGroup/spellGroup.wxml @@ -46,7 +46,10 @@ 拼团未开始 - {{item.statusText02}} + + {{item.statusText02}} + {{item.statusText02}} + {{item.statusText02}} @@ -57,7 +60,7 @@ {{item.subTitle}} - 拼团价 + 拼团价 ¥ {{item.salePrice/100}} diff --git a/pages/spellGroup/spellGroup.wxss b/pages/spellGroup/spellGroup.wxss index 85d8e42..c1b5224 100644 --- a/pages/spellGroup/spellGroup.wxss +++ b/pages/spellGroup/spellGroup.wxss @@ -7,6 +7,10 @@ page { background-size: cover; background-repeat: no-repeat; } +.content{ + height: auto; + overflow: hidden; +} .content-box{ height: auto; /* padding-bottom: 200rpx; */ @@ -106,6 +110,7 @@ image{ white-space: nowrap; } .content .remark{ + height: 44rpx; width:304rpx; font-size:24rpx; font-family:PingFang-SC-Medium; @@ -332,3 +337,22 @@ button::after{ border: none; } bottom: 0; margin: auto; } +.frImg{ + height: 78rpx; + width: 78rpx; + position: absolute; + right: 0; + top: 0; +} +.frImg text{ + height: 78rpx; + width: 78rpx; + transform: rotate(45deg); + color: #FFFFFF; + font-size: 16rpx; + position: absolute; + text-align: center; + line-height: 53rpx; + top: 0; + left: 0; +} \ No newline at end of file