Task:礼品赠送/送礼

This commit is contained in:
modendeveloper
2025-02-20 08:34:58 +08:00
parent dbc31c72fb
commit 1fbbbed4f0
2 changed files with 128 additions and 6 deletions
+10 -3
View File
@@ -13,8 +13,8 @@
:circular="true"
:indicator-dots="false"
@change="onChange"
previous-margin="120rpx"
next-margin="120rpx"
previous-margin="160rpx"
next-margin="160rpx"
class="cover-swiper"
>
<swiper-item v-for="(item, index) in list" :key="index" >
@@ -29,6 +29,7 @@
确定
</view>
</view>
<view class="tips">红包封面在对方领取时展示</view>
</view>
</u-popup>
</template>
@@ -66,12 +67,18 @@ export default {
</script>
<style lang="less" scoped>
.tips{
font-size: 24rpx;
color: #999;
text-align: center;
margin-top: 20rpx;
}
.cover-swiper{
height: 540rpx;
}
.cover-picker {
padding: 30rpx;
.cover-title {
padding: 30rpx;
font-size: 32rpx;
font-weight: bold;
text-align: center;