东风启辰小程序端
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.

60 lines
3.2KB

  1. <!--pages/prizes/prizes.wxml-->
  2. <view class="all">
  3. <view class="main">
  4. <view class="prizeTitleFrame">
  5. <image class="prizeTitle" src="{{imgUrl+'/btns/luckyPrize.png'}}"></image>
  6. </view>
  7. <view class="thirdAward" style="margin-top:0;">一等奖</view>
  8. <view class="firstPrize">
  9. <image class="firstPrizePic" src="{{imgUrl+'/newPrize/1.png'}}"></image>
  10. <view class="firstPrizeText">头等舱机票</view>
  11. </view>
  12. <view class="thirdAward">二等奖</view>
  13. <view class="ticketGroup">
  14. <image class="prizeTicketPic" src="{{imgUrl+'/newPrize/2.png'}}"></image>
  15. <image class="prizeTicketPic" style="width:147rpx;height:166rpx;" src="{{imgUrl+'/newPrize/3.png'}}"></image>
  16. <image class="prizeTicketPic" style="width:191rpx;height:131rpx;" src="{{imgUrl+'/newPrize/4.png'}}"></image>
  17. </view>
  18. <view class="prizeTicket">
  19. <view class="prizeTicketName" style="width:162rpx;">小米扫地机器人</view>
  20. <view class="prizeTicketName" style="width:167rpx;">索尼无线蓝牙耳机</view>
  21. <view class="prizeTicketName" style="width:191rpx;">美的烤箱</view>
  22. </view>
  23. <view class="thirdAward">三等奖</view>
  24. <view class="thirdAwardGroup">
  25. <view class="threeFrame" style="margin-right:40rpx;">
  26. <image class="three1" src="{{imgUrl+'/newPrize/5.png'}}"></image>
  27. <view class="threeText">200元油卡</view>
  28. </view>
  29. <view class="threeFrame">
  30. <image class="three2" src="{{imgUrl+'/newPrize/6.png'}}"></image>
  31. <view class="threeText">100元京东E卡</view>
  32. </view>
  33. </view>
  34. <view class="thirdAward">入门奖</view>
  35. <view class="introductionGroup">
  36. <view class="introduction" style="padding-right:51rpx;">
  37. <image class="introductionPic" style="width:168rpx;height:107rpx;" src="{{imgUrl+'/newPrize/7.png'}}"></image>
  38. <view class="introductionText" style="width:168rpx;">50元京东E卡</view>
  39. </view><view class="introduction" style="padding-right:36rpx;">
  40. <image class="introductionPic" style="width:194rpx;height:106rpx;" src="{{imgUrl+'/newPrize/8.png'}}"></image>
  41. <view class="introductionText" style="width:194rpx;">网易云音乐月卡一张</view>
  42. </view><view class="introduction">
  43. <image class="introductionPic" style="width:195rpx;height:107rpx;" src="{{imgUrl+'/newPrize/9.png'}}"></image>
  44. <view class="introductionText" style="width:195rpx;">爱奇艺月卡一张</view>
  45. </view><view class="introduction" style="padding-right:30rpx;">
  46. <image class="introductionPic" style="width:189rpx;height:102rpx;" src="{{imgUrl+'/newPrize/10.png'}}"></image>
  47. <view class="introductionText" style="width:189rpx;">瑞幸咖啡免费券三张</view>
  48. </view><view class="introduction">
  49. <image class="introductionPic" style="width:194rpx;height:106rpx;" src="{{imgUrl+'/newPrize/11.png'}}"></image>
  50. <view class="introductionText" style="width:194rpx;">腾讯视频月卡一张</view>
  51. </view><view class="introduction">
  52. </view>
  53. </view>
  54. <view class="immediateFetching">
  55. <image class="prizeTitle" bindtap="backPage" src="{{imgUrl+'/btns/gameStart2.png'}}"></image>
  56. </view>
  57. </view>
  58. <tabBar></tabBar>
  59. </view>