diff --git a/assets/images/home.png b/assets/images/home.png index af69aa1..4384bb0 100644 Binary files a/assets/images/home.png and b/assets/images/home.png differ diff --git a/assets/images/mendian.png b/assets/images/mendian.png index cf27114..0585322 100644 Binary files a/assets/images/mendian.png and b/assets/images/mendian.png differ diff --git a/assets/images/park.png b/assets/images/park.png index 10c0d8b..b487525 100644 Binary files a/assets/images/park.png and b/assets/images/park.png differ diff --git a/assets/images/user.png b/assets/images/user.png index 3394923..c094603 100644 Binary files a/assets/images/user.png and b/assets/images/user.png differ diff --git a/components/hot/index.wxml b/components/hot/index.wxml index da797a7..3c9e208 100644 --- a/components/hot/index.wxml +++ b/components/hot/index.wxml @@ -20,8 +20,7 @@ {{kData.title}} ¥{{kData.priceStr}} - - 999999.585 + {{kData.salePriceStr}} 砍价 diff --git a/pages/index/searchbar/index.wxss b/pages/index/searchbar/index.wxss index 9905df1..92565ab 100644 --- a/pages/index/searchbar/index.wxss +++ b/pages/index/searchbar/index.wxss @@ -350,7 +350,7 @@ page { .shopVoList{ padding-left: 0!important; display: inline-block!important; - width: 330rpx; + width: 345rpx; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; diff --git a/pages/specialcourtesy/specialcourtesy.wxss b/pages/specialcourtesy/specialcourtesy.wxss index 56a36af..14975ad 100644 --- a/pages/specialcourtesy/specialcourtesy.wxss +++ b/pages/specialcourtesy/specialcourtesy.wxss @@ -3,8 +3,11 @@ page{ background:linear-gradient(180deg,#FD832D 0%,#FE4A16 100%); - height: 100%; - overflow: hidden; +} +.codeBox{ + background:linear-gradient(180deg,#FD832D 0%,#FE4A16 100%); + height: 100%; + overflow: auto; } .none { font-size: 24rpx; diff --git a/pages/spellGroup/spellGroup.wxml b/pages/spellGroup/spellGroup.wxml index a04ba69..52cddd4 100644 --- a/pages/spellGroup/spellGroup.wxml +++ b/pages/spellGroup/spellGroup.wxml @@ -29,7 +29,7 @@ - {{item.salePriceStr}}232323232 + {{item.salePriceStr}} ¥{{item.priceStr}} 去拼团 @@ -61,7 +61,7 @@ 拼团价¥ - {{item.salePrice/100}}2222222222 + {{item.salePrice/100}} diff --git a/pages/spellGroup/spellGroup.wxss b/pages/spellGroup/spellGroup.wxss index 04962fa..d989df4 100644 --- a/pages/spellGroup/spellGroup.wxss +++ b/pages/spellGroup/spellGroup.wxss @@ -171,18 +171,15 @@ image{ white-space: nowrap; text-overflow: ellipsis; } -.content .price02{ +.spell-centerH .price02{ 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; + margin-top: 15rpx; } .spell-centerH .price-num{ display: inline-block; diff --git a/pages/user/myactivity/index.wxss b/pages/user/myactivity/index.wxss index ec1aaf7..a39654e 100644 --- a/pages/user/myactivity/index.wxss +++ b/pages/user/myactivity/index.wxss @@ -7,7 +7,7 @@ .tabs { position: fixed; width: 100% !important; - height: 88rpx; + height: 96rpx; left: 0; right: 0; text-align: center;