Browse Source

bug 修复

lilei 4 năm trước cách đây
mục cha
commit
77457a8b20
3 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      pages/index/index.vue
  2. BIN
      static/luckwheel-fixed.gif
  3. BIN
      static/luckwheel-fixed1.gif

+ 2 - 2
pages/index/index.vue

@@ -61,7 +61,7 @@
 		</view>
 		<!-- 转盘浮动图片 -->
 		<view class="luckwheel-fixed" v-if="showFixedLottery" @click="toLuckDraw()">
-			<u-image width="100rpx" height="100rpx" src="/static/luckwheel-fixed1.gif"></u-image>
+			<u-image width="140rpx" height="140rpx" src="/static/luckwheel-fixed1.gif"></u-image>
 		</view>
 		<!-- 抽奖活动弹框 -->
 		<u-mask :show="showLottery" @click="showLottery = false">
@@ -445,7 +445,7 @@
 		}
 		.luckwheel-fixed{
 			position: fixed;
-			right: 50rpx;
+			right: 20rpx;
 			bottom: 20%;
 		}
 		.lottery-content{

BIN
static/luckwheel-fixed.gif


BIN
static/luckwheel-fixed1.gif