jiFen.vue 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. <template>
  2. <view class="body" style="background-color: #efefef">
  3. <u-navbar :autoBack="true" title="积分商城" bgColor="rgba(255,255,255,0)" :placeholder="true" titleStyle="font-weight:bold;color:#121212"></u-navbar>
  4. <view class="box_1">
  5. <view class="group_10">
  6. <view class="section_3">
  7. <view class="block_1">
  8. <view class="image-text_5">
  9. <uni-icons type="help" size="16"></uni-icons>
  10. <text lines="1" class="text-group_1">规则</text>
  11. </view>
  12. </view>
  13. <view class="text-wrapper_5">
  14. <text lines="1" class="text_2">我的积分:</text>
  15. </view>
  16. <view class="block_2">
  17. <view class="image-text_6"></view>
  18. <view class="text-wrapper_2">
  19. <text lines="1" class="text_3">获取积分</text>
  20. </view>
  21. </view>
  22. </view>
  23. <view class="box_4">
  24. <image src="https://huli-app.wenlvti.net/app_static/minnanhun/image/jf_sc.png" class="image_4"></image>
  25. </view>
  26. <view class="list_2">
  27. <view class="list-items_1-1">
  28. <view class="group_3-1"></view>
  29. <view class="group_11-1">
  30. <text lines="1" class="text_4-1">完成学习打卡</text>
  31. <view class="image-text_7-1">
  32. <text lines="1" class="text-group_3-1">+5</text>
  33. </view>
  34. </view>
  35. <view class="group_12-1">
  36. <text lines="1" class="text_5-1">0/1</text>
  37. <view class="text-wrapper_3-1">
  38. <text lines="1" class="text_6-1">去分享</text>
  39. </view>
  40. </view>
  41. </view>
  42. <view class="list-items_1-1">
  43. <view class="group_3-1"></view>
  44. <view class="group_11-1">
  45. <text lines="1" class="text_4-1">分享打卡</text>
  46. <view class="image-text_7-1">
  47. <text lines="1" class="text-group_3-1">+5</text>
  48. </view>
  49. </view>
  50. <view class="group_12-1">
  51. <text lines="1" class="text_5-1">0/1</text>
  52. <view class="text-wrapper_3-1">
  53. <text lines="1" class="text_6-1">去分享</text>
  54. </view>
  55. </view>
  56. </view>
  57. <view class="list-items_1-1">
  58. <view class="group_3-1"></view>
  59. <view class="group_11-1">
  60. <text lines="1" class="text_4-1">邀请好友</text>
  61. <view class="image-text_7-1">
  62. <text lines="1" class="text-group_3-1">+5</text>
  63. </view>
  64. </view>
  65. <view class="group_12-1">
  66. <text lines="1" class="text_5-1">0/1</text>
  67. <view class="text-wrapper_3-1">
  68. <text lines="1" class="text_6-1">去分享</text>
  69. </view>
  70. </view>
  71. </view>
  72. </view>
  73. </view>
  74. </view>
  75. </view>
  76. </template>
  77. <script>
  78. export default {
  79. data() {
  80. return {};
  81. },
  82. methods: {}
  83. };
  84. </script>
  85. <style>
  86. .box_1 {
  87. width: 749rpx;
  88. margin-top: 7rpx;
  89. display: flex;
  90. flex-direction: column;
  91. }
  92. .group_10 {
  93. width: 749rpx;
  94. display: flex;
  95. flex-direction: column;
  96. }
  97. .section_3 {
  98. height: 302rpx;
  99. background: url(https://huli-app.wenlvti.net/app_static/minnanhun/image/jf_bj.png) 100% no-repeat;
  100. background-size: 100% 100%;
  101. width: 749rpx;
  102. display: flex;
  103. flex-direction: column;
  104. }
  105. .block_1 {
  106. width: 73rpx;
  107. height: 23rpx;
  108. display: flex;
  109. flex-direction: row;
  110. margin: 30rpx 0 0 624rpx;
  111. }
  112. .image-text_5 {
  113. width: 73rpx;
  114. height: 23rpx;
  115. flex-direction: row;
  116. display: flex;
  117. justify-content: space-between;
  118. line-height: 20rpx;
  119. }
  120. .text-group_1 {
  121. width: 45rpx;
  122. height: 23rpx;
  123. overflow-wrap: break-word;
  124. color: rgba(195, 160, 123, 1);
  125. font-size: 24rpx;
  126. font-family: SourceHanSansCN-Regular;
  127. font-weight: normal;
  128. text-align: left;
  129. white-space: nowrap;
  130. line-height: 24rpx;
  131. }
  132. .text-wrapper_5 {
  133. width: 182rpx;
  134. height: 40rpx;
  135. display: flex;
  136. flex-direction: row;
  137. margin: 4rpx 0 0 51rpx;
  138. }
  139. .text_2 {
  140. width: 182rpx;
  141. height: 40rpx;
  142. overflow-wrap: break-word;
  143. color: rgba(49, 37, 32, 1);
  144. font-size: 42rpx;
  145. font-family: SourceHanSansCN-Bold;
  146. font-weight: 700;
  147. text-align: left;
  148. white-space: nowrap;
  149. line-height: 42rpx;
  150. }
  151. .block_2 {
  152. width: 651rpx;
  153. height: 73rpx;
  154. flex-direction: row;
  155. display: flex;
  156. justify-content: space-between;
  157. margin: 5rpx 0 127rpx 48rpx;
  158. }
  159. .image-text_6 {
  160. width: 155rpx;
  161. height: 53rpx;
  162. margin-top: 20rpx;
  163. flex-direction: row;
  164. display: flex;
  165. justify-content: space-between;
  166. }
  167. .text-group_2 {
  168. width: 113rpx;
  169. height: 53rpx;
  170. overflow-wrap: break-word;
  171. color: rgba(49, 37, 32, 1);
  172. font-size: 68rpx;
  173. font-family: SourceHanSansCN-Bold;
  174. font-weight: 700;
  175. text-align: left;
  176. white-space: nowrap;
  177. line-height: 68rpx;
  178. }
  179. .text-wrapper_2 {
  180. width: 197rpx;
  181. height: 49rpx;
  182. background: linear-gradient(193deg, #ffffff, #ff930e, #ff940e);
  183. border-radius: 25rpx;
  184. }
  185. .text_3 {
  186. width: 119rpx;
  187. height: 28rpx;
  188. color: rgba(255, 255, 255, 1);
  189. font-size: 30rpx;
  190. white-space: nowrap;
  191. line-height: 45rpx;
  192. margin: 11rpx 0 0 39rpx;
  193. }
  194. .box_4 {
  195. background-color: rgba(255, 255, 255, 1);
  196. border-radius: 20rpx;
  197. height: 197rpx;
  198. display: flex;
  199. flex-direction: column;
  200. width: 686rpx;
  201. margin: 31rpx 0 0 31rpx;
  202. }
  203. .image_4 {
  204. width: 686rpx;
  205. height: 197rpx;
  206. }
  207. .list_2 {
  208. width: 686rpx;
  209. display: flex;
  210. flex-direction: column;
  211. justify-content: space-between;
  212. margin: 31rpx 0 31rpx 31rpx;
  213. }
  214. .list-items_1-1 {
  215. background-color: rgba(255, 255, 255, 1);
  216. border-radius: 20rpx;
  217. width: 686rpx;
  218. height: 150rpx;
  219. margin-bottom: 30rpx;
  220. flex-direction: row;
  221. display: flex;
  222. }
  223. .group_3-1 {
  224. border-radius: 50%;
  225. width: 96rpx;
  226. height: 96rpx;
  227. display: flex;
  228. flex-direction: column;
  229. margin: 27rpx 0 0 18rpx;
  230. background: rgba(255, 97, 95, 1);
  231. }
  232. .group_11-1 {
  233. width: 178rpx;
  234. height: 76rpx;
  235. display: flex;
  236. flex-direction: column;
  237. justify-content: space-between;
  238. margin: 46rpx 0 0 24rpx;
  239. }
  240. .text_4-1 {
  241. width: 178rpx;
  242. height: 29rpx;
  243. overflow-wrap: break-word;
  244. color: rgba(49, 37, 32, 1);
  245. font-size: 30rpx;
  246. font-family: SourceHanSansCN-Regular;
  247. font-weight: normal;
  248. text-align: left;
  249. white-space: nowrap;
  250. line-height: 30rpx;
  251. }
  252. .image-text_7-1 {
  253. width: 63rpx;
  254. height: 23rpx;
  255. flex-direction: row;
  256. display: flex;
  257. justify-content: space-between;
  258. margin: 24rpx 0 0 2rpx;
  259. }
  260. .text-group_3-1 {
  261. width: 32rpx;
  262. height: 23rpx;
  263. overflow-wrap: break-word;
  264. color: rgba(202, 86, 66, 1);
  265. font-size: 30rpx;
  266. font-family: SourceHanSansCN-Regular;
  267. font-weight: normal;
  268. text-align: left;
  269. white-space: nowrap;
  270. line-height: 30rpx;
  271. }
  272. .group_12-1 {
  273. width: 130rpx;
  274. height: 85rpx;
  275. display: flex;
  276. flex-direction: column;
  277. justify-content: space-between;
  278. margin: 32rpx 19rpx 0 221rpx;
  279. }
  280. .text_5-1 {
  281. width: 33rpx;
  282. height: 24rpx;
  283. overflow-wrap: break-word;
  284. color: rgba(49, 37, 32, 1);
  285. font-size: 24rpx;
  286. font-family: SourceHanSansCN-Regular;
  287. font-weight: normal;
  288. text-align: left;
  289. white-space: nowrap;
  290. line-height: 24rpx;
  291. margin-left: 95rpx;
  292. }
  293. .text-wrapper_3-1 {
  294. border-radius: 10rpx;
  295. height: 45rpx;
  296. border: 1px solid rgba(202, 86, 66, 1);
  297. margin-top: 16rpx;
  298. display: flex;
  299. flex-direction: column;
  300. width: 130rpx;
  301. background: rgba(202, 86, 66, 1);
  302. }
  303. .text_6-1 {
  304. width: 94rpx;
  305. height: 23rpx;
  306. font-size: 24rpx;
  307. white-space: nowrap;
  308. line-height: 24rpx;
  309. margin: 10rpx 0 0 30rpx;
  310. color: rgba(255, 255, 255, 1);
  311. }
  312. </style>