|
@@ -61,10 +61,13 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- 抽奖活动弹框 -->
|
|
|
- <u-popup v-model="showLottery" mode="center" closeable :border-radius="30" width="450rpx" height="450rpx">
|
|
|
+ <u-popup v-model="showLottery" mode="center" close-icon-color="#ffffff" closeable :border-radius="30" width="500rpx" height="450rpx">
|
|
|
<view class="lottery-content">
|
|
|
- <view class="lottery-confrim-btn">
|
|
|
- <u-button @click="toLuckDraw" size="mini">去抽奖</u-button>
|
|
|
+ <view class="lottery-title">
|
|
|
+ 年末活动来袭,幸福大转盘, 精彩好礼等你来抽!
|
|
|
+ </view>
|
|
|
+ <view @click="toLuckDraw" class="lottery-confrim-btn">
|
|
|
+ 去抽奖
|
|
|
</view>
|
|
|
</view>
|
|
|
</u-popup>
|
|
@@ -379,13 +382,27 @@
|
|
|
justify-content: center;
|
|
|
height: 100%;
|
|
|
position: relative;
|
|
|
+ background: url(../../static/lottery_winbg.jpg) no-repeat center top;
|
|
|
+ background-size: 100% auto;
|
|
|
.lottery-confrim-btn{
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
position: absolute;
|
|
|
- bottom: 40rpx;
|
|
|
+ bottom: 0;
|
|
|
left: 0;
|
|
|
+ color: #21d5c0;
|
|
|
+ font-size: 32rpx;
|
|
|
+ border-top: 1px solid #eee;
|
|
|
+ padding: 30rpx 0;
|
|
|
+ }
|
|
|
+ .lottery-title{
|
|
|
+ padding: 100rpx 50rpx 50rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ text-align: center;
|
|
|
+ color: #21d5c0;
|
|
|
+ font-size: 32rpx;
|
|
|
}
|
|
|
}
|
|
|
.storeList {
|