lilei пре 4 година
родитељ
комит
0e147e47e7
5 измењених фајлова са 35 додато и 13 уклоњено
  1. 21 4
      pages/index/index.vue
  2. 14 9
      pages/luckDraw/luckDraw.vue
  3. BIN
      static/lottery-cjgz.png
  4. BIN
      static/lottery_winbg.jpg
  5. BIN
      static/shift.png

+ 21 - 4
pages/index/index.vue

@@ -61,10 +61,13 @@
 		</view>
 		</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-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>
 			</view>
 			</view>
 		</u-popup>
 		</u-popup>
@@ -379,13 +382,27 @@
 			justify-content: center;
 			justify-content: center;
 			height: 100%;
 			height: 100%;
 			position: relative;
 			position: relative;
+			background: url(../../static/lottery_winbg.jpg) no-repeat center top;
+			background-size: 100% auto;
 			.lottery-confrim-btn{
 			.lottery-confrim-btn{
 				width: 100%;
 				width: 100%;
 				display: flex;
 				display: flex;
 				justify-content: center;
 				justify-content: center;
 				position: absolute;
 				position: absolute;
-				bottom: 40rpx;
+				bottom: 0;
 				left: 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 {
 		.storeList {

Разлика између датотеке није приказан због своје велике величине
+ 14 - 9
pages/luckDraw/luckDraw.vue


BIN
static/lottery-cjgz.png


BIN
static/lottery_winbg.jpg



Неке датотеке нису приказане због велике количине промена