@@ -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>
<!-- 抽奖活动弹框 -->
<u-mask :show="showLottery" @click="showLottery = false">
@@ -445,7 +445,7 @@
}
.luckwheel-fixed{
position: fixed;
- right: 50rpx;
+ right: 20rpx;
bottom: 20%;
.lottery-content{