index.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. view.data-v-2e7f296a {
  5. box-sizing: border-box;
  6. }
  7. .container.data-v-2e7f296a {
  8. min-height: 100vh;
  9. background: #F7F8FB;
  10. padding-bottom: 50rpx;
  11. }
  12. .container .bgBox.data-v-2e7f296a {
  13. background-size: 100% 466rpx;
  14. background-repeat: no-repeat;
  15. }
  16. .container .bgBox .topBox.data-v-2e7f296a {
  17. padding-top: 48rpx;
  18. padding-left: 50rpx;
  19. padding-right: 50rpx;
  20. }
  21. .container .bgBox .topBox .userBox.data-v-2e7f296a {
  22. font-size: 28rpx;
  23. font-family: SourceHanSansCN, SourceHanSansCN;
  24. font-weight: bold;
  25. color: #FFFFFF;
  26. display: flex;
  27. align-items: center;
  28. }
  29. .container .bgBox .topBox .userBox .avatar.data-v-2e7f296a {
  30. width: 48rpx;
  31. height: 48rpx;
  32. border-radius: 50%;
  33. margin-right: 16rpx;
  34. }
  35. .container .bgBox .topBox .userBox .flag.data-v-2e7f296a {
  36. font-size: 20rpx;
  37. font-family: SourceHanSansCN, SourceHanSansCN;
  38. font-weight: bold;
  39. color: #4E2A1E;
  40. width: 128rpx;
  41. height: 28rpx;
  42. display: flex;
  43. align-items: center;
  44. justify-content: flex-start;
  45. margin-left: 16rpx;
  46. background-size: 100% 100%;
  47. background-repeat: no-repeat;
  48. padding-left: 14rpx;
  49. }
  50. .container .bgBox .topBox .userBox .flag .hg_i.data-v-2e7f296a {
  51. width: 23rpx;
  52. height: 17rpx;
  53. margin-left: 4rpx;
  54. }
  55. .container .bgBox .addBg.data-v-2e7f296a {
  56. background-size: 100% 100%;
  57. background-repeat: no-repeat;
  58. padding: 0 10rpx;
  59. }
  60. .container .bgBox .addBg .cardTop.data-v-2e7f296a {
  61. height: 186rpx;
  62. padding-top: 40rpx;
  63. padding-left: 68rpx;
  64. display: flex;
  65. position: relative;
  66. margin-top: 32rpx;
  67. }
  68. .container .bgBox .addBg .cardTop .water_coin.data-v-2e7f296a {
  69. height: 126rpx;
  70. width: 272rpx;
  71. position: absolute;
  72. right: 0;
  73. bottom: 0;
  74. z-index: 0;
  75. }
  76. .container .bgBox .addBg .cardTop .right.data-v-2e7f296a {
  77. margin-left: 172rpx;
  78. position: relative;
  79. z-index: 1;
  80. }
  81. .container .bgBox .addBg .cardTop .txt.data-v-2e7f296a {
  82. font-size: 24rpx;
  83. font-family: SourceHanSansCN, SourceHanSansCN;
  84. font-weight: 400;
  85. color: #666666;
  86. margin-bottom: 18rpx;
  87. }
  88. .container .bgBox .addBg .cardTop .money.data-v-2e7f296a {
  89. font-size: 48rpx;
  90. font-family: SourceHanSansCN, SourceHanSansCN;
  91. font-weight: 800;
  92. color: #333333;
  93. }
  94. .container .bgBox .addBg .cardBot.data-v-2e7f296a {
  95. height: 176rpx;
  96. padding-top: 32rpx;
  97. padding-left: 44rpx;
  98. padding-right: 44rpx;
  99. }
  100. .container .bgBox .addBg .cardBot .btn.data-v-2e7f296a {
  101. height: 96rpx;
  102. background: linear-gradient(132deg, #0298FF 0%, #017AFF 100%);
  103. box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0, 122, 255, 0.2);
  104. border-radius: 54rpx;
  105. display: flex;
  106. align-items: center;
  107. justify-content: center;
  108. font-size: 32rpx;
  109. font-family: SourceHanSansCN, SourceHanSansCN;
  110. font-weight: bold;
  111. color: #FFFFFF;
  112. }
  113. .container .bgBox .botContent.data-v-2e7f296a {
  114. padding: 0 30rpx;
  115. }
  116. .container .bgBox .botContent .titleBox.data-v-2e7f296a {
  117. margin-top: 50rpx;
  118. background: #F0F1F4;
  119. background: linear-gradient(270deg, #F7F8FB 0%, #F0F1F4 100%);
  120. height: 62rpx;
  121. width: 60%;
  122. border-radius: 32rpx 0rpx 0rpx 0rpx;
  123. font-size: 32rpx;
  124. font-family: SourceHanSansCN, SourceHanSansCN;
  125. font-weight: bold;
  126. color: #333333;
  127. display: flex;
  128. align-items: center;
  129. padding-left: 32rpx;
  130. position: relative;
  131. }
  132. .container .bgBox .botContent .titleBox .starIcon.data-v-2e7f296a {
  133. width: 24rpx;
  134. height: 24rpx;
  135. position: absolute;
  136. right: 50%;
  137. top: -5rpx;
  138. }
  139. .container .bgBox .botContent .list.data-v-2e7f296a {
  140. margin-top: 28rpx;
  141. }
  142. .container .bgBox .botContent .list .item.data-v-2e7f296a {
  143. border-radius: 32rpx;
  144. padding-top: 40rpx;
  145. padding-left: 32rpx;
  146. padding-right: 32rpx;
  147. display: flex;
  148. flex-direction: column;
  149. padding-bottom: 32rpx;
  150. margin-bottom: 8rpx;
  151. position: relative;
  152. background-size: 100% 100%;
  153. background-repeat: no-repeat;
  154. }
  155. .container .bgBox .botContent .list .item .water2.data-v-2e7f296a {
  156. position: absolute;
  157. bottom: 0;
  158. left: 0;
  159. width: 114rpx;
  160. height: 172rpx;
  161. z-index: 0;
  162. }
  163. .container .bgBox .botContent .list .item .top.data-v-2e7f296a {
  164. display: flex;
  165. justify-content: space-between;
  166. padding-bottom: 24rpx;
  167. border-bottom: 2rpx solid #F4F4F4;
  168. position: relative;
  169. z-index: 0;
  170. }
  171. .container .bgBox .botContent .list .item .top .left.data-v-2e7f296a {
  172. display: flex;
  173. align-items: center;
  174. }
  175. .container .bgBox .botContent .list .item .top .left .avatar.data-v-2e7f296a {
  176. width: 64rpx;
  177. height: 64rpx;
  178. border-radius: 50%;
  179. margin-right: 32rpx;
  180. }
  181. .container .bgBox .botContent .list .item .top .left .des .name.data-v-2e7f296a {
  182. font-size: 28rpx;
  183. font-family: PingFang-SC, PingFang-SC;
  184. font-weight: bold;
  185. color: #333333;
  186. }
  187. .container .bgBox .botContent .list .item .top .left .des .time.data-v-2e7f296a {
  188. font-size: 24rpx;
  189. font-family: PingFang-SC, PingFang-SC;
  190. font-weight: 500;
  191. color: #999999;
  192. margin-top: 16rpx;
  193. }
  194. .container .bgBox .botContent .list .item .top .right.data-v-2e7f296a {
  195. font-size: 32rpx;
  196. font-family: PingFang-SC, PingFang-SC;
  197. font-weight: bold;
  198. color: #333333;
  199. padding-right: 26rpx;
  200. }
  201. .container .bgBox .botContent .list .item .bot.data-v-2e7f296a {
  202. position: relative;
  203. z-index: 0;
  204. font-size: 24rpx;
  205. font-family: PingFang-SC, PingFang-SC;
  206. font-weight: 500;
  207. color: #999999;
  208. padding-top: 22rpx;
  209. }