You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!--pages/prizes/prizes.wxml-->
- <view class="all">
- <view class="main">
- <view class="prizeTitleFrame">
- <image class="prizeTitle" src="{{imgUrl+'/btns/luckyPrize.png'}}"></image>
- </view>
- <view class="thirdAward" style="margin-top:0;">一等奖</view>
- <view class="firstPrize">
- <image class="firstPrizePic" src="{{imgUrl+'/newPrize/1.png'}}"></image>
- <view class="firstPrizeText">头等舱机票</view>
- </view>
- <view class="thirdAward">二等奖</view>
- <view class="ticketGroup">
- <image class="prizeTicketPic" src="{{imgUrl+'/newPrize/2.png'}}"></image>
- <image class="prizeTicketPic" style="width:147rpx;height:166rpx;" src="{{imgUrl+'/newPrize/3.png'}}"></image>
- <image class="prizeTicketPic" style="width:191rpx;height:131rpx;" src="{{imgUrl+'/newPrize/4.png'}}"></image>
- </view>
- <view class="prizeTicket">
- <view class="prizeTicketName" style="width:162rpx;">小米扫地机器人</view>
- <view class="prizeTicketName" style="width:167rpx;">索尼无线蓝牙耳机</view>
- <view class="prizeTicketName" style="width:191rpx;">美的烤箱</view>
- </view>
- <view class="thirdAward">三等奖</view>
- <view class="thirdAwardGroup">
- <view class="threeFrame" style="margin-right:40rpx;">
- <image class="three1" src="{{imgUrl+'/newPrize/5.png'}}"></image>
- <view class="threeText">200元油卡</view>
- </view>
- <view class="threeFrame">
- <image class="three2" src="{{imgUrl+'/newPrize/6.png'}}"></image>
- <view class="threeText">100元京东E卡</view>
- </view>
- </view>
- <view class="thirdAward">入门奖</view>
- <view class="introductionGroup">
- <view class="introduction" style="padding-right:51rpx;">
- <image class="introductionPic" style="width:168rpx;height:107rpx;" src="{{imgUrl+'/newPrize/7.png'}}"></image>
- <view class="introductionText" style="width:168rpx;">50元京东E卡</view>
- </view><view class="introduction" style="padding-right:36rpx;">
- <image class="introductionPic" style="width:194rpx;height:106rpx;" src="{{imgUrl+'/newPrize/8.png'}}"></image>
- <view class="introductionText" style="width:194rpx;">网易云音乐月卡一张</view>
- </view><view class="introduction">
- <image class="introductionPic" style="width:195rpx;height:107rpx;" src="{{imgUrl+'/newPrize/9.png'}}"></image>
- <view class="introductionText" style="width:195rpx;">爱奇艺月卡一张</view>
- </view><view class="introduction" style="padding-right:30rpx;">
- <image class="introductionPic" style="width:189rpx;height:102rpx;" src="{{imgUrl+'/newPrize/10.png'}}"></image>
- <view class="introductionText" style="width:189rpx;">瑞幸咖啡免费券三张</view>
- </view><view class="introduction">
- <image class="introductionPic" style="width:194rpx;height:106rpx;" src="{{imgUrl+'/newPrize/11.png'}}"></image>
- <view class="introductionText" style="width:194rpx;">腾讯视频月卡一张</view>
- </view><view class="introduction">
- </view>
- </view>
- <view class="immediateFetching">
- <image class="prizeTitle" bindtap="backPage" src="{{imgUrl+'/btns/gameStart2.png'}}"></image>
- </view>
- </view>
- <tabBar></tabBar>
- </view>
|