优化估分、新增banner、头围、商务合作
This commit is contained in:
parent
8f6ec06a09
commit
59b0b601cc
|
|
@ -227,10 +227,13 @@
|
|||
<view class="wrapper" v-if="isCoupon">
|
||||
<view class="bg" @click="isCoupon=false">
|
||||
<view class="edit">
|
||||
<view class="text" @click.stop>
|
||||
<image :src="pop[0].pic" mode="aspectFill" @click="detail(pop[0].id)" />
|
||||
</view>
|
||||
<uni-icons type="clear" @click="isCoupon=false" size="40"></uni-icons>
|
||||
<swiper class="text" autoplay="true">
|
||||
<swiper-item v-for="(ite,ind) in pop" :key="ind" @click="detail(ite.id)">
|
||||
<image :src="ite.pic" mode="aspectFill" />
|
||||
<view class="bold mt-5">{{ite.title}}</view>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
<uni-icons type="clear" @click="isCoupon=false" size="40" class="clear"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -567,6 +567,11 @@
|
|||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
|
||||
/deep/swiper{
|
||||
min-height: 540rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
image {
|
||||
width: 100%;
|
||||
height: 450rpx;
|
||||
|
|
@ -574,7 +579,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
uni-icons {
|
||||
.clear {
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 0px;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -481,12 +481,16 @@
|
|||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.wrapper .edit.data-v-7bb9ca46 swiper {
|
||||
min-height: 540rpx;
|
||||
text-align: center;
|
||||
}
|
||||
.wrapper .edit image.data-v-7bb9ca46 {
|
||||
width: 100%;
|
||||
height: 450rpx;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.wrapper uni-icons.data-v-7bb9ca46 {
|
||||
.wrapper .clear.data-v-7bb9ca46 {
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 0px;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -481,12 +481,16 @@
|
|||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.wrapper .edit.data-v-92bb8f34 swiper {
|
||||
min-height: 540rpx;
|
||||
text-align: center;
|
||||
}
|
||||
.wrapper .edit image.data-v-92bb8f34 {
|
||||
width: 100%;
|
||||
height: 450rpx;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.wrapper uni-icons.data-v-92bb8f34 {
|
||||
.wrapper .clear.data-v-92bb8f34 {
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 0px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue