diff --git a/components/hot/index.wxss b/components/hot/index.wxss index 0dd2ebc..2c5c692 100644 --- a/components/hot/index.wxss +++ b/components/hot/index.wxss @@ -106,7 +106,10 @@ float: left; } .price{ - width: 210rpx; + width: 128rpx; + overflow: hidden; + text-overflow:ellipsis; + white-space:nowrap; font-size: 22rpx; text-decoration:line-through; float: left; @@ -117,10 +120,14 @@ float: left; } .sale{ - width: 210rpx; font-size: 32rpx; float: left; margin-top: -8rpx; + width: 128rpx; + overflow: hidden; + text-overflow:ellipsis; + white-space:nowrap; + } .sale text{ font-size: 20rpx!important; diff --git a/pages/discountCardList/discountCardList.js b/pages/discountCardList/discountCardList.js index b0f30f4..9865d55 100644 --- a/pages/discountCardList/discountCardList.js +++ b/pages/discountCardList/discountCardList.js @@ -21,6 +21,7 @@ Page({ id: 0 } ], + noCoupon: imgurl.noCoupon.url, couponUrl: imgurl.coupon.url, loadingUrl: imgurl.loading.url, wmhome: imgurl.wmhome.url, diff --git a/pages/discountCardList/discountCardList.wxml b/pages/discountCardList/discountCardList.wxml index 8c1c6ed..f7eb753 100644 --- a/pages/discountCardList/discountCardList.wxml +++ b/pages/discountCardList/discountCardList.wxml @@ -10,7 +10,7 @@ - + 请您敬请期待 我们正在筹备一大波优惠活动 diff --git a/pages/index/searchbar/detail/index.wxss b/pages/index/searchbar/detail/index.wxss index a449ddc..80982c4 100644 --- a/pages/index/searchbar/detail/index.wxss +++ b/pages/index/searchbar/detail/index.wxss @@ -454,5 +454,5 @@ button::after{ border: none; } .frHr{ float: left; margin-left: 12rpx; - margin-top: 22rpx; + margin-top:18rpx; } \ No newline at end of file