promotion.vue 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <template>
  2. <view class="background1">
  3. <view class="background2">
  4. <view class="title"> 推廣計劃 </view>
  5. <view class="top">
  6. <view class="hy">
  7. <image class="icon" src="../../static/icon/tg1.png" mode=""></image>
  8. <view class="wen">會員</view>
  9. </view>
  10. <view class="wenben"> 充值100U就是有效會員</view>
  11. </view>
  12. <view class="top">
  13. <view class="hy">
  14. <image class="icon" src="../../static/icon/tg2.png" mode=""></image>
  15. <view class="wen">V1</view>
  16. </view>
  17. <view class="wenben"> 推薦2個有效會員,自由場流水1%,體驗 場流水0.1% </view>
  18. </view>
  19. <view class="top">
  20. <view class="hy">
  21. <image class="icon" src="../../static/icon/tg3.png" mode=""></image>
  22. <view class="wen">V2</view>
  23. </view>
  24. <view class="wenben"> 推薦3個有效會員,其中2個V1,自由場流 水2%,體驗場流水0.2% </view>
  25. </view>
  26. <view class="top">
  27. <view class="hy">
  28. <image class="icon" src="../../static/icon/tg4.png" mode=""></image>
  29. <view class="wen">V3</view>
  30. </view>
  31. <view class="wenben"> 推薦4個有效會員,其中2個V2,自由場流 水3%,體驗場流水0.3% </view>
  32. </view>
  33. <view class="top">
  34. <view class="hy">
  35. <image class="icon" src="../../static/icon/tg5.png" mode=""></image>
  36. <view class="wen">V4</view>
  37. </view>
  38. <view class="wenben"> 推薦5個有效會員,其中2個V3,自由場流 水4%,體驗場流水0.4% </view>
  39. </view>
  40. <view class="top">
  41. <view class="hy">
  42. <image class="icon" src="../../static/icon/tg6.png" mode=""></image>
  43. <view class="wen">V5</view>
  44. </view>
  45. <view class="wenben"> 推薦6個有效會員,其中2個V4,自由場流 水5%,體驗場流水0.5% </view>
  46. </view>
  47. <view class="top">
  48. <view class="hy">
  49. <image class="icon" src="../../static/icon/tg7.png" mode=""></image>
  50. <view class="wen">V6</view>
  51. </view>
  52. <view class="wenben"> 推薦7個有效會員,其中2個V5,自由場流 水6%,體驗場流水0.6% </view>
  53. </view>
  54. <view class="top">
  55. <view class="hy">
  56. <image class="icon" src="../../static/icon/tg8.png" mode=""></image>
  57. <view class="wen">V7</view>
  58. </view>
  59. <view class="wenben"> 推薦8個有效會員,其中2個V6,自由場流 水7%,體驗場流水0.7% </view>
  60. </view>
  61. <view class="top">
  62. <view class="hy">
  63. <image class="icon" src="../../static/icon/tg9.png" mode=""></image>
  64. <view class="wen">V8</view>
  65. </view>
  66. <view class="wenben"> 推薦9個有效會員,其中2個V7,自由場流 水8%,體驗場流水0.8% </view>
  67. </view>
  68. <view class="top">
  69. <view class="hy">
  70. <image class="icon" src="../../static/icon/tg10.png" mode=""></image>
  71. <view class="wen">平級獎</view>
  72. </view>
  73. <view class="wenben"> 直推流水收益的10% </view>
  74. </view>
  75. </view>
  76. </view>
  77. </template>
  78. <script>
  79. export default {
  80. data() {
  81. return {};
  82. },
  83. };
  84. </script>
  85. <style lang="scss">
  86. .background1 {
  87. position: relative;
  88. // width: 100vw;
  89. width: 750rpx;
  90. height: 2400rpx;
  91. // height: calc(100vh - var(--status-bar-height));
  92. background: url("/index/static/img/tuiguang2.png");
  93. background-size: 100% 100%;
  94. background-position: 50% 50%;
  95. background-repeat: no-repeat;
  96. }
  97. .background2 {
  98. background-image: url("/index/static/img/tuiguang1.png");
  99. position: absolute;
  100. background-size: 100% 100%;
  101. width: 650rpx;
  102. height: 1930rpx;
  103. top: 53%;
  104. left: 50%;
  105. transform: translate(-50%, -60%);
  106. }
  107. .title {
  108. margin-top: 95rpx;
  109. margin-left: 253rpx;
  110. height: 36rpx;
  111. font-size: 37rpx;
  112. font-family: Source Han Sans CN;
  113. font-weight: bold;
  114. color: #d7b271;
  115. line-height: 10rpx;
  116. }
  117. .hy {
  118. display: flex;
  119. justify-content: start;
  120. }
  121. .icon {
  122. width: 66rpx;
  123. height: 49rpx;
  124. margin-left: 60rpx;
  125. margin-top: 70rpx;
  126. }
  127. .wen {
  128. margin-left: 20rpx;
  129. margin-top: 75rpx;
  130. height: 34rpx;
  131. font-size: 36rpx;
  132. font-family: Source Han Sans CN;
  133. font-weight: bold;
  134. color: #201809;
  135. line-height: 36rpx;
  136. }
  137. .wenben {
  138. margin-left: 60rpx;
  139. margin-top: 25rpx;
  140. height: 27rpx;
  141. font-size: 28rpx;
  142. font-family: PingFang SC;
  143. font-weight: bold;
  144. color: #201809;
  145. line-height: 36rpx;
  146. }
  147. </style>