Task:礼品赠送/送礼
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user