diff --git a/components/coupons/index.wxss b/components/coupons/index.wxss index e76da82..8f54bfd 100644 --- a/components/coupons/index.wxss +++ b/components/coupons/index.wxss @@ -59,13 +59,18 @@ } .price { - font-size: 40rpx; + font-size: 36rpx; font-family: PingFang-SC-Bold; font-weight: bold; line-height: 44rpx; margin-left: 16rpx; padding-top: 16rpx; color: #FD832D; + width: 60%; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + } .rmb{ font-size: 24rpx!important; @@ -80,7 +85,7 @@ white-space: nowrap; text-overflow: ellipsis; font-size: 28rpx; - line-height: 30rpx; + line-height: 32rpx; padding-top: 20rpx; padding-left: 10rpx; color: #333; @@ -114,7 +119,7 @@ .coupons-btn { position: absolute; - bottom: 16rpx; + bottom: 14rpx; right: 24rpx; } diff --git a/pages/index/searchbar/detail/index.wxss b/pages/index/searchbar/detail/index.wxss index 80982c4..cf110f4 100644 --- a/pages/index/searchbar/detail/index.wxss +++ b/pages/index/searchbar/detail/index.wxss @@ -343,10 +343,8 @@ page{ margin: 30rpx auto 0; } .swiperactive text{ - /* margin: 30rpx auto 0; */ display:left; text-align:center; - color: #999; } .modal { width: 100%; diff --git a/pages/spellGroup/spellGroup.wxml b/pages/spellGroup/spellGroup.wxml index 4be4fa5..7249dda 100644 --- a/pages/spellGroup/spellGroup.wxml +++ b/pages/spellGroup/spellGroup.wxml @@ -28,10 +28,10 @@ - - {{item.salePriceStr}} + + {{item.salePriceStr}}232322323 + ¥{{item.priceStr}}232322323 - ¥{{item.priceStr}} 去拼团 diff --git a/pages/spellGroup/spellGroup.wxss b/pages/spellGroup/spellGroup.wxss index 6007bf0..c4da5ec 100644 --- a/pages/spellGroup/spellGroup.wxss +++ b/pages/spellGroup/spellGroup.wxss @@ -139,17 +139,20 @@ image{ text-align: center; } .content .price{ - overflow: hidden; - /* margin-top: 10rpx; */ margin-bottom: 20rpx; + display: flex; + justify-content: space-between; } .content .price01{ - display: inline; font-size:50rpx; font-family:PingFang-SC-Medium; font-weight:500; color:#FD782D; line-height:44rpx; + width: 50%; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .content .price02{ display: inline-block; @@ -174,16 +177,11 @@ image{ 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; } .right-button{ @@ -197,7 +195,6 @@ image{ text-align: center; color:rgba(255,255,255,1); line-height:50rpx; - float: right; } .right-text{ font-size:22rpx;