|
|
@ -62,7 +62,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="btn" v-if="tabbar.length"> |
|
|
|
<view class="btn" v-if="tabbar.length"> |
|
|
|
<view class="killPrice"> |
|
|
|
<view class="killPrice"> |
|
|
|
秒杀价¥<text>{{item.original_price}}</text> |
|
|
|
秒杀价¥<text>{{item.seckill_price_min}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="buyNow"> |
|
|
|
<view class="buyNow"> |
|
|
|
马上抢 |
|
|
|
马上抢 |
|
|
@ -338,10 +338,11 @@ |
|
|
|
bottom: 0; |
|
|
|
bottom: 0; |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
.timeItem { |
|
|
|
.timeItem { |
|
|
|
margin-bottom: 5px; |
|
|
|
margin-bottom: 25rpx; |
|
|
|
|
|
|
|
padding: 0 0 0 20rpx; |
|
|
|
.num { |
|
|
|
.num { |
|
|
|
width: 150rpx; |
|
|
|
width: 150rpx; |
|
|
|
font-size: 28rpx; |
|
|
|
font-size: 40rpx; |
|
|
|
font-weight: 500; |
|
|
|
font-weight: 500; |
|
|
|
color: #C3C3C3; |
|
|
|
color: #C3C3C3; |
|
|
|
line-height: 33rpx; |
|
|
|
line-height: 33rpx; |
|
|
@ -354,15 +355,15 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
.desc { |
|
|
|
.desc { |
|
|
|
width: 150rpx; |
|
|
|
width: 150rpx; |
|
|
|
height: 36rpx; |
|
|
|
height: 40rpx; |
|
|
|
//background: #FFFFFF; |
|
|
|
//background: #FFFFFF; |
|
|
|
border-radius: 62rpx 62rpx 62rpx 62rpx; |
|
|
|
border-radius: 62rpx 62rpx 62rpx 62rpx; |
|
|
|
opacity: 1; |
|
|
|
opacity: 1; |
|
|
|
font-size: 24rpx; |
|
|
|
font-size: 28rpx; |
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
font-weight: 500; |
|
|
|
font-weight: 500; |
|
|
|
color: #C3C3C3; |
|
|
|
color: #C3C3C3; |
|
|
|
line-height: 36rpx; |
|
|
|
line-height: 40rpx; |
|
|
|
margin-top: 10rpx; |
|
|
|
margin-top: 10rpx; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
} |
|
|
|