YS:秒杀提交

main
wmc 7 months ago
parent 3b518696b3
commit 734dae6c69
  1. 13
      pages/activity/seckill.vue
  2. 6
      pages/index/index.vue

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

@ -43,7 +43,7 @@
</scroll-view>
<view class="main">
<view class="picContainer">
<u-swiper :list="bannerList" height="196" img-mode="aspectFill" @click="gotoDetail"></u-swiper>
<u-swiper :list="bannerList" height="380" img-mode="aspectFill" @click="gotoDetail"></u-swiper>
</view>
<view class="grid">
<view class="gridRows">
@ -1306,8 +1306,8 @@
overflow: hidden;
.picContainer {
height: 196rpx;
// height: 196rpx;
height:auto;
image {
height: 196rpx;
width: 695rpx;

Loading…
Cancel
Save