diff --git a/pages/main/bargain/index.wxml b/pages/main/bargain/index.wxml index 2754a28..d745810 100644 --- a/pages/main/bargain/index.wxml +++ b/pages/main/bargain/index.wxml @@ -2,7 +2,8 @@ 砍价专场更多砍价> - + + @@ -14,4 +15,16 @@ + + + + + + {{item.title}} + {{item.subTitle}} + 可砍至{{item.salePriceStr}}{{item.priceStr}}元 + 邀请{{item.pressLimitNum}}人可砍至底价 + + + \ No newline at end of file diff --git a/pages/main/bargain/index.wxss b/pages/main/bargain/index.wxss index 6ed057e..44499f9 100644 --- a/pages/main/bargain/index.wxss +++ b/pages/main/bargain/index.wxss @@ -1,3 +1,4 @@ +@import "../../../app.wxss"; .index-rushToBuy { width: 690rpx; margin: 40rpx auto; @@ -59,12 +60,12 @@ border-radius:16rpx; } -.index-scroll-view .commodity-info { +.commodity-info { padding:10rpx 0; overflow: hidden; } -.index-scroll-view .commodity-info-name { +.commodity-info-name { width: 285rpx; overflow: hidden; white-space: nowrap; @@ -75,14 +76,14 @@ color: #333333; } -.index-scroll-view .commodity-info-time { +.commodity-info-time { font-size: 22rpx; color: #B4B4B4; letter-spacing: 0.7rpx; line-height: 42rpx; } -.index-scroll-view .commodity-info-price-p { +.commodity-info-price-p { font-size: 28rpx; color: #f96563; line-height: 30rpx; @@ -91,7 +92,7 @@ margin-top: 10rpx; line-height: 30rpx; } -.index-scroll-view .commodity-info-price-o { +.commodity-info-price-o { display: inline-block; padding-left: 20rpx; font-size: 24rpx; @@ -117,4 +118,54 @@ color: #999; text-decoration: line-through; margin-left: 10rpx; +} +.one-commodity{ + padding-bottom: 20rpx; +} +.one-commodity-img{ + width: 325rpx; + height: 200rpx; + float: left; + border-radius:16rpx; + margin: 16rpx 26rpx 0 13rpx; +} + +.one-commodity-info{ + width: 322rpx; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; +} +.one-commodity-info .commodity-info-name{ + font-size: 34rpx; + line-height: 35rpx; + margin-top: 16rpx; +} +.one-commodity-info .commodity-info-subTitle{ + font-size: 28rpx; + height: 28rpx; + line-height: 28rpx; + margin-top: 12rpx; + color: #999; + width: 322rpx; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.one-commodity-info .commodity-info-salePriceStr{ + margin-top: 20rpx; +} +.one-commodity-info .commodity-info-price{ + margin-top: 0; + font-size: 24rpx; + line-height: 26rpx; + margin-left: 0; + text-decoration: none; + color: #999; +} +.inviteNum{ + color: red; +} +.one-commodity-info .salePriceStr{ + font-weight: bold; } \ No newline at end of file diff --git a/pages/main/index.wxss b/pages/main/index.wxss index 126a2a1..ebada62 100644 --- a/pages/main/index.wxss +++ b/pages/main/index.wxss @@ -53,7 +53,7 @@ page { .userinfo{ position:relative; - margin: 30rpx auto 35rpx; + margin: 40rpx auto 35rpx; width: 690rpx; padding: 20rpx 0; height: 84rpx; diff --git a/pages/main/rushtobyCard/index.wxml b/pages/main/rushtobyCard/index.wxml index 8cbfbdd..a216095 100644 --- a/pages/main/rushtobyCard/index.wxml +++ b/pages/main/rushtobyCard/index.wxml @@ -7,6 +7,28 @@ 秒杀 更多> + + + + + diff --git a/pages/main/rushtobyCard/index.wxss b/pages/main/rushtobyCard/index.wxss index 2e264ad..b2cb92d 100644 --- a/pages/main/rushtobyCard/index.wxss +++ b/pages/main/rushtobyCard/index.wxss @@ -151,4 +151,43 @@ } .title{ padding: 20rpx 0; +} +.clock { + width: 116rpx !important; + vertical-align: middle; + margin-right: 10rpx; + margin-top: -4rpx; +} + +.qiang { + position: inline-block; + width: 60rpx; + height: 40rpx; + line-height: 40rpx; + color: #ff4949; + text-align: center; + font-size: 28rpx; + margin-right: 10rpx; +} + +.times { + display: inline-block; + color: #ff4949; + font-weight: bold; + font-size: 26rpx; + text-align: center; +} + +.times text { + display: inline-block; + margin: 6rpx; + height: 56rpx; + padding: 0 6rpx; + text-align: center; + font-size: 28rpx; + line-height: 60rpx; + border-radius: 12rpx; + color: #fff; + font-weight: bold; + background: #ff4949; } \ No newline at end of file diff --git a/pages/main/spellGroup/index.wxml b/pages/main/spellGroup/index.wxml index 73ba00a..f19378a 100644 --- a/pages/main/spellGroup/index.wxml +++ b/pages/main/spellGroup/index.wxml @@ -2,7 +2,8 @@ 拼团专场更多拼团> - + + @@ -13,4 +14,16 @@ + + + + + + {{item.title}} + {{item.subTitle}} + 拼团价{{item.salePriceStr}}{{item.priceStr}}元 + 邀请{{item.pressLimitNum}}人可拼团成功 + + + \ No newline at end of file diff --git a/pages/main/spellGroup/index.wxss b/pages/main/spellGroup/index.wxss index 6ed057e..02e6117 100644 --- a/pages/main/spellGroup/index.wxss +++ b/pages/main/spellGroup/index.wxss @@ -1,3 +1,4 @@ +@import "../../../app.wxss"; .index-rushToBuy { width: 690rpx; margin: 40rpx auto; @@ -112,9 +113,64 @@ .text-red{ color:#F12643; } +.commodity-info-price-p { + font-size: 28rpx; + color: #f96563; + line-height: 30rpx; +} .price{ font-size: 24rpx; color: #999; text-decoration: line-through; margin-left: 10rpx; +} +.one-commodity{ + padding-bottom: 20rpx; +} +.one-commodity-info { + width:322rpx; + white-space:nowrap; + text-overflow:ellipsis; + overflow:hidden; +} + +.one-commodity-img{ + width: 325rpx; + height: 200rpx; + float: left; + border-radius:16rpx; + margin: 16rpx 26rpx 0 13rpx; +} +.one-commodity-info .commodity-info-name{ + font-size: 34rpx; + line-height: 35rpx; + margin-top: 16rpx; +} +.one-commodity-info .commodity-info-subTitle{ + font-size: 28rpx; + height: 28rpx; + line-height: 28rpx; + margin-top: 12rpx; + color: #999; + width: 322rpx; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.one-commodity-info .commodity-info-salePriceStr{ + margin-top: 20rpx; +} +.one-commodity-info .commodity-info-price{ + margin-top: 0; + font-size: 24rpx; + line-height: 26rpx; + margin-left: 0; + text-decoration: none; + color: #999; +} +.inviteNum{ + color: red; +} +.one-commodity-info .salePriceStr{ + font-weight: bold; } \ No newline at end of file