index.scss 4.3 KB

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