index.scss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. %relatedItem {
  2. width: 100%;
  3. height: 108rpx;
  4. border-bottom: 2rpx solid #f1f1f1;
  5. @include flex(space-between, null, null);
  6. .item-left {
  7. @include flex(center, null, 16rpx);
  8. image {
  9. width: 44rpx;
  10. height: 44rpx;
  11. display: block;
  12. }
  13. text {
  14. font-size: 28rpx;
  15. color: rgba(0, 0, 0, 0.9);
  16. }
  17. }
  18. .item-right {
  19. @include flex(center, null, 20rpx);
  20. text {
  21. font-size: 24rpx;
  22. font-weight: 500;
  23. color: rgba(0, 0, 0, 0.6);
  24. }
  25. }
  26. }
  27. .user {
  28. width: 100vw;
  29. min-height: 100vh;
  30. background-color: rgb(247, 247, 247);
  31. position: relative;
  32. .pos-box {
  33. position: relative;
  34. z-index: 2;
  35. box-sizing: border-box;
  36. .user-top {
  37. width: 100%;
  38. color: #000000;
  39. font-size: 32rpx;
  40. @include flex(center, null, null);
  41. }
  42. .box-container {
  43. margin-top: 48rpx;
  44. padding: 0 32rpx;
  45. box-sizing: border-box;
  46. .user-info {
  47. width: 100%;
  48. @include flex(null, null, 32rpx);
  49. position: relative;
  50. .info-image {
  51. position: relative;
  52. .img {
  53. width: 128rpx;
  54. height: 128rpx;
  55. padding: 5rpx;
  56. box-sizing: border-box;
  57. border-radius: 50%;
  58. background-color: rgb(255, 255, 255);
  59. @include flex(center);
  60. image {
  61. width: 118rpx;
  62. height: 118rpx;
  63. border-radius: 50%;
  64. }
  65. }
  66. .info-switch {
  67. width: 32rpx;
  68. height: 32rpx;
  69. position: absolute;
  70. right: 6rpx;
  71. bottom: 0;
  72. image {
  73. width: 100%;
  74. height: 100%;
  75. }
  76. }
  77. }
  78. .info-text {
  79. height: 128rpx;
  80. padding-top: 16rpx;
  81. box-sizing: border-box;
  82. @include flex(space-between, column, null);
  83. align-items: flex-start;
  84. .text-title {
  85. color: rgba(0, 0, 0, 0.9);
  86. font-weight: 600;
  87. font-size: 36rpx;
  88. }
  89. .text-name {
  90. background: rgba(255, 255, 255, 0.4);
  91. padding: 8rpx 16rpx;
  92. color: #3d3d3d;
  93. font-size: 24rpx;
  94. border-radius: 40rpx;
  95. text {
  96. &:nth-of-type(1) {
  97. margin-right: 16rpx;
  98. }
  99. }
  100. }
  101. }
  102. .notice {
  103. width: 48rpx;
  104. height: 48rpx;
  105. position: absolute;
  106. top: 10rpx;
  107. right: 8rpx;
  108. }
  109. }
  110. .user-money {
  111. width: 100%;
  112. height: 260rpx;
  113. position: relative;
  114. margin-top: 32rpx;
  115. border-radius: 16rpx;
  116. background: linear-gradient(180deg, #fff4f0 0%, #ffffff 17%);
  117. .money-bg {
  118. position: absolute;
  119. top: 0;
  120. left: 0;
  121. z-index: 2;
  122. width: 100%;
  123. height: 260rpx;
  124. image {
  125. width: 100%;
  126. height: 260rpx;
  127. }
  128. }
  129. .money-container {
  130. width: 100%;
  131. height: 100%;
  132. padding: 0 32rpx;
  133. box-sizing: border-box;
  134. padding-top: 48rpx;
  135. box-sizing: border-box;
  136. position: relative;
  137. z-index: 4;
  138. .money-top {
  139. @include flex(center, null, null);
  140. .top-box {
  141. flex: 1;
  142. @include flex(center, column, 8rpx);
  143. text {
  144. &:nth-of-type(1) {
  145. font-size: 36rpx;
  146. color: #ef530e;
  147. font-weight: 600;
  148. }
  149. &:nth-of-type(2) {
  150. font-size: 28rpx;
  151. color: rgba(0, 0, 0, 0.4);
  152. }
  153. }
  154. }
  155. }
  156. .money-bottom {
  157. width: 100%;
  158. height: 76rpx;
  159. border-top: 2rpx solid #f1f1f1;
  160. @include flex(space-between, null, null);
  161. margin-top: 44rpx;
  162. view {
  163. font-size: 24rpx;
  164. &:nth-of-type(1) {
  165. color: rgba(0, 0, 0, 0.9);
  166. }
  167. &:nth-of-type(2) {
  168. @include flex(center, null, 4rpx);
  169. color: rgba(0, 0, 0, 0.4);
  170. }
  171. }
  172. }
  173. }
  174. }
  175. .user-account {
  176. width: 100%;
  177. height: 160rpx;
  178. padding: 32rpx;
  179. box-sizing: border-box;
  180. border-radius: 16rpx;
  181. @include flex(space-between, null);
  182. background-color: #ffffff;
  183. margin-top: 32rpx;
  184. .account-item {
  185. flex: 1;
  186. @include flex(center, column, 20rpx);
  187. image {
  188. width: 48rpx;
  189. height: 48rpx;
  190. }
  191. text {
  192. font-size: 28rpx;
  193. color: rgba(0, 0, 0, 0.4);
  194. }
  195. }
  196. }
  197. .user-related {
  198. margin-top: 32rpx;
  199. width: 100%;
  200. border-radius: 16rpx;
  201. padding: 0 32rpx;
  202. box-sizing: border-box;
  203. background-color: #ffffff;
  204. .related-item {
  205. @extend %relatedItem;
  206. }
  207. }
  208. .user-setup {
  209. margin-top: 32rpx;
  210. width: 100%;
  211. border-radius: 16rpx;
  212. padding: 0 32rpx;
  213. box-sizing: border-box;
  214. background-color: #ffffff;
  215. .related-item {
  216. @extend %relatedItem;
  217. }
  218. }
  219. }
  220. }
  221. .bg-box {
  222. width: 100vw;
  223. position: absolute;
  224. top: 0;
  225. left: 0;
  226. image {
  227. width: 100vw;
  228. }
  229. }
  230. }