index.scss 4.9 KB

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