inviteeExits.vue 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <template>
  2. <div class="invitee-exits">
  3. <van-nav-bar title="0元购机,尽情享受" left-arrow fixed />
  4. <div class="invitee-exits-container">
  5. <div>
  6. <div class="invitee-exits-container_privilege">
  7. <div>三大云机特权</div>
  8. <div>
  9. <div>
  10. <img
  11. src="@/assets/image/claimCloudPhone/invitee-exits-privilege-1.png"
  12. alt=""
  13. />
  14. <div>游戏托管</div>
  15. </div>
  16. <div>
  17. <img
  18. src="@/assets/image/claimCloudPhone/invitee-exits-privilege-2.png"
  19. alt=""
  20. />
  21. <div>应用分身</div>
  22. </div>
  23. <div>
  24. <img
  25. src="@/assets/image/claimCloudPhone/invitee-exits-privilege-3.png"
  26. alt=""
  27. />
  28. <div>坐标定位</div>
  29. </div>
  30. </div>
  31. </div>
  32. <div class="invitee-exits-container_phone-info">
  33. <div>云机可助您</div>
  34. <ul>
  35. <li>
  36. <img
  37. src="@/assets/image/claimCloudPhone/invitee-exits-privilege-4.png"
  38. alt=""
  39. />
  40. 24小时运行游戏任务
  41. </li>
  42. <li>
  43. <img
  44. src="@/assets/image/claimCloudPhone/invitee-exits-privilege-5.png"
  45. alt=""
  46. />
  47. 登录您的多个账号
  48. </li>
  49. <li>
  50. <img
  51. src="@/assets/image/claimCloudPhone/invitee-exits-privilege-6.png"
  52. alt=""
  53. />
  54. 隐私手机空间
  55. </li>
  56. <li>
  57. <img
  58. src="@/assets/image/claimCloudPhone/invitee-exits-privilege-7.png"
  59. alt=""
  60. />
  61. 苹果手机玩安卓应用
  62. </li>
  63. </ul>
  64. </div>
  65. <div class="invitee-exits-container_btn">
  66. <div>一键领取</div>
  67. <div>放弃所有奖励</div>
  68. </div>
  69. </div>
  70. </div>
  71. </div>
  72. </template>
  73. <script>
  74. export default {
  75. auth: false,
  76. name: 'inviteeExits',
  77. head: {
  78. title: '0元购机,尽情享受',
  79. },
  80. data() {
  81. return {};
  82. },
  83. components: {},
  84. };
  85. </script>
  86. <style lang="less" scoped>
  87. .invitee-exits {
  88. height: 100%;
  89. box-sizing: border-box;
  90. background: #fdf2e3;
  91. .invitee-exits-container {
  92. padding: 12.2666666667vw 0 16px;
  93. height: 100%;
  94. box-sizing: border-box;
  95. background: url('~/assets/image/claimCloudPhone/invitee-exits-img.png')
  96. no-repeat;
  97. background-size: 100% 210px;
  98. background-position: 0px 12.2666666667vw;
  99. & > div {
  100. padding: 224px 16px 0;
  101. .invitee-exits-container_privilege,
  102. .invitee-exits-container_phone-info {
  103. background: #ffffff;
  104. box-shadow: 0px 2px 4px 0px #f6e5d3;
  105. padding: 16px;
  106. border-radius: 16px;
  107. margin-bottom: 16px;
  108. & > div:first-of-type {
  109. font-family: PingFangSC, PingFang SC;
  110. font-weight: bold;
  111. font-size: 16px;
  112. color: #0a132b;
  113. line-height: 22px;
  114. font-style: normal;
  115. margin-bottom: 12px;
  116. }
  117. }
  118. .invitee-exits-container_privilege {
  119. img {
  120. height: 42px;
  121. width: 42px;
  122. display: block;
  123. margin: 0 auto;
  124. }
  125. & > div:last-of-type {
  126. display: grid;
  127. grid-gap: 8px;
  128. grid-template-columns: repeat(3, 1fr);
  129. text-align: center;
  130. font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  131. font-weight: 400;
  132. font-size: 14px;
  133. color: #213d5f;
  134. line-height: 20px;
  135. font-style: normal;
  136. }
  137. }
  138. .invitee-exits-container_phone-info {
  139. ul {
  140. padding: 0;
  141. font-family: PingFangSC, PingFang SC;
  142. font-weight: 400;
  143. font-size: 14px;
  144. color: #0a132b;
  145. line-height: 20px;
  146. font-style: normal;
  147. img {
  148. width: 20px;
  149. height: 20px;
  150. vertical-align: middle;
  151. }
  152. }
  153. }
  154. .invitee-exits-container_btn {
  155. & > div:first-of-type {
  156. width: 226px;
  157. height: 40px;
  158. background: linear-gradient(178deg, #fd8c50 0%, #fc3307 100%);
  159. border-radius: 26px;
  160. margin: 0 auto;
  161. font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
  162. font-weight: bold;
  163. font-size: 18px;
  164. color: #ffffff;
  165. line-height: 40px;
  166. text-align: center;
  167. font-style: normal;
  168. }
  169. & > div:last-of-type {
  170. font-family: PingFangSC, PingFang SC;
  171. font-weight: 400;
  172. font-size: 12px;
  173. color: #7e8495;
  174. line-height: 17px;
  175. text-align: center;
  176. font-style: normal;
  177. margin-top: 10px;
  178. }
  179. }
  180. }
  181. }
  182. }
  183. ::v-deep .van-nav-bar__arrow {
  184. color: #000000;
  185. font-size: 24px;
  186. }
  187. ::v-deep .van-nav-bar__title {
  188. font-weight: bold !important;
  189. font-size: 17px !important;
  190. color: #0a132b !important;
  191. line-height: 24px !important;
  192. }
  193. </style>