东风启辰小程序端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

76 lines
3.4KB

  1. <!--pages/prizes/prizes.wxml-->
  2. <view class="all">
  3. <view class="main">
  4. <view class="prizeTitleFrame">
  5. <view class="prizeTitle">活动奖品</view>
  6. </view>
  7. <view class="thirdAward" style="margin-top:0;">一等奖</view>
  8. <view class="firstPrize">
  9. <image class="firstPrizePic" src="{{imgUrl+'/images/firstPrizePic.png'}}"></image>
  10. <view class="firstPrizeText">欢乐谷全家一日游</view>
  11. </view>
  12. <view class="thirdAward">二等奖</view>
  13. <view class="ticketGroup">
  14. <view class="prizeTicket">
  15. <image class="prizeTicketPic" src="{{imgUrl+'/images/prizeTicket1.png'}}"></image>
  16. <view class="prizeTicketName">欢乐谷全家一日游</view>
  17. </view>
  18. <view class="prizeTicket">
  19. <image class="prizeTicketPic" src="{{imgUrl+'/images/prizeTicket2.png'}}"></image>
  20. <view class="prizeTicketName">迪士尼全家一日游</view>
  21. </view>
  22. <view class="prizeTicket">
  23. <image class="prizeTicketPic" style="width:210rpx;" src="{{imgUrl+'/images/prizeTicket3.png'}}"></image>
  24. <view class="prizeTicketName">长隆全家一日游</view>
  25. </view>
  26. </view>
  27. <view class="thirdAward">三等奖</view>
  28. <view class="thirdAwardGroup">
  29. <view class="threeFrame">
  30. <view class="threeGroup">
  31. <image class="three1" src="{{imgUrl+'/images/three1.png'}}"></image>
  32. </view>
  33. <view class="threeText">喜马拉雅智能音响</view>
  34. </view>
  35. <view class="threeFrame">
  36. <view class="threeGroup">
  37. <image class="three2" src="{{imgUrl+'/images/three2.png'}}"></image>
  38. </view>
  39. <view class="threeText">松下扫地机器人</view>
  40. </view>
  41. <view class="threeFrame">
  42. <view class="threeGroup">
  43. <image class="three3" src="{{imgUrl+'/images/three3.png'}}"></image>
  44. </view>
  45. <view class="threeText">索尼无线蓝牙耳机</view>
  46. </view>
  47. </view>
  48. <view class="thirdAward">入门奖</view>
  49. <view class="introductionGroup">
  50. <view class="introduction">
  51. <image class="introductionPic" src="{{imgUrl+'/images/Introduction1.png'}}"></image>
  52. <view class="introductionText">美团外卖20元代金券</view>
  53. </view><view class="introduction">
  54. <image class="introductionPic" src="{{imgUrl+'/images/Introduction2.png'}}"></image>
  55. <view class="introductionText">饿了么15元代金券</view>
  56. </view><view class="introduction">
  57. <image class="introductionPic" src="{{imgUrl+'/images/Introduction3.png'}}"></image>
  58. <view class="introductionText">瑞幸咖啡免费券</view>
  59. </view><view class="introduction">
  60. <image class="introductionPic" src="{{imgUrl+'/images/Introduction4.png'}}"></image>
  61. <view class="introductionText">网易云音乐月卡一张</view>
  62. </view><view class="introduction">
  63. <image class="introductionPic" src="{{imgUrl+'/images/Introduction5.png'}}"></image>
  64. <view class="introductionText">腾讯视频月卡一张</view>
  65. </view><view class="introduction">
  66. <image class="introductionPic" src="{{imgUrl+'/images/Introduction6.png'}}"></image>
  67. <view class="introductionText">爱奇艺月卡一张</view>
  68. </view>
  69. </view>
  70. <view class="immediateFetching">
  71. <view class="prizeTitle" style="margin-top:0;">立即抓取</view>
  72. </view>
  73. </view>
  74. <tabBar></tabBar>
  75. </view>