优化估分、新增banner、头围、商务合作

This commit is contained in:
qiaocl 2024-12-07 10:53:27 +08:00
parent 8f6ec06a09
commit 59b0b601cc
9 changed files with 124 additions and 57 deletions

View File

@ -227,10 +227,13 @@
<view class="wrapper" v-if="isCoupon"> <view class="wrapper" v-if="isCoupon">
<view class="bg" @click="isCoupon=false"> <view class="bg" @click="isCoupon=false">
<view class="edit"> <view class="edit">
<view class="text" @click.stop> <swiper class="text" autoplay="true">
<image :src="pop[0].pic" mode="aspectFill" @click="detail(pop[0].id)" /> <swiper-item v-for="(ite,ind) in pop" :key="ind" @click="detail(ite.id)">
</view> <image :src="ite.pic" mode="aspectFill" />
<uni-icons type="clear" @click="isCoupon=false" size="40"></uni-icons> <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> </view>
</view> </view>

View File

@ -566,6 +566,11 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
/deep/swiper{
min-height: 540rpx;
text-align: center;
}
image { image {
width: 100%; width: 100%;
@ -574,7 +579,7 @@
} }
} }
uni-icons { .clear {
position: absolute; position: absolute;
right: 3px; right: 3px;
top: 0px; 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

View File

@ -481,12 +481,16 @@
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
} }
.wrapper .edit.data-v-7bb9ca46 swiper {
min-height: 540rpx;
text-align: center;
}
.wrapper .edit image.data-v-7bb9ca46 { .wrapper .edit image.data-v-7bb9ca46 {
width: 100%; width: 100%;
height: 450rpx; height: 450rpx;
margin-top: 10px; margin-top: 10px;
} }
.wrapper uni-icons.data-v-7bb9ca46 { .wrapper .clear.data-v-7bb9ca46 {
position: absolute; position: absolute;
right: 3px; right: 3px;
top: 0px; top: 0px;

File diff suppressed because one or more lines are too long

View File

@ -481,12 +481,16 @@
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
} }
.wrapper .edit.data-v-92bb8f34 swiper {
min-height: 540rpx;
text-align: center;
}
.wrapper .edit image.data-v-92bb8f34 { .wrapper .edit image.data-v-92bb8f34 {
width: 100%; width: 100%;
height: 450rpx; height: 450rpx;
margin-top: 10px; margin-top: 10px;
} }
.wrapper uni-icons.data-v-92bb8f34 { .wrapper .clear.data-v-92bb8f34 {
position: absolute; position: absolute;
right: 3px; right: 3px;
top: 0px; top: 0px;