index.less 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. .container {
  2. position: relative;
  3. height: 100vh;
  4. padding: 38rpx 24rpx;
  5. background: url(https://reader-wx.ai160.com/images/reader/sell/bg1.jpg)no-repeat;
  6. background-size: contain;
  7. .userBox {
  8. display: flex;
  9. align-items: flex-start;
  10. justify-content: space-between;
  11. .left {
  12. display: flex;
  13. align-items: center;
  14. .avatar {
  15. width: 106rpx;
  16. height: 106rpx;
  17. border-radius: 50%;
  18. border: 1rpx solid white;
  19. }
  20. .identity {
  21. margin-left: 24rpx;
  22. .nickName {
  23. margin: 6rpx 0 20rpx;
  24. font-size: 30rpx;
  25. }
  26. .tag {
  27. padding: 5rpx 20rpx;
  28. border-radius: 20rpx;
  29. font-size: 22rpx;
  30. font-weight: bold;
  31. color: #FC6E1C;
  32. background: #FFFFFF;
  33. }
  34. }
  35. }
  36. .right {
  37. padding: 8rpx 20rpx;
  38. margin-right: -24rpx;
  39. border-radius: 26rpx 0rpx 0rpx 26rpx;
  40. font-size: 28rpx;
  41. color: #FFFFFF;
  42. background: #F19511;
  43. }
  44. }
  45. .statistics {
  46. margin: 44rpx 0 30rpx;
  47. padding: 25rpx 41rpx;
  48. background: #FFFFFF;
  49. box-shadow: 0rpx 2rpx 14rpx 0rpx rgba(0, 0, 0, 0.02);
  50. border-radius: 20rpx;
  51. .above {
  52. display: flex;
  53. align-items: center;
  54. justify-content: space-between;
  55. padding-bottom: 18rpx;
  56. border-bottom: 1rpx solid #EEEEEE;
  57. .left {
  58. .label {
  59. font-size:30rpx;
  60. font-weight: bold;
  61. color: #000000;
  62. }
  63. .money {
  64. margin-top: 12rpx;
  65. font-size: 43rpx;
  66. font-weight: 600;
  67. color: #FF8200;
  68. }
  69. }
  70. .withdrawal {
  71. padding: 8rpx 20rpx 8rpx 24rpx;
  72. background: #FFA343;
  73. border-radius: 28rpx;
  74. color: white;
  75. .rbtn {
  76. margin-left: 2rpx;
  77. width: 16rpx;
  78. height: 22rpx;
  79. }
  80. }
  81. }
  82. .below {
  83. padding-top: 26rpx;
  84. display: flex;
  85. justify-content: space-between;
  86. .box {
  87. font-size: 28rpx;
  88. .label {
  89. color: #333;
  90. font-size: 30rpx;
  91. }
  92. .money {
  93. font-size: 30rpx;
  94. margin-top: 18rpx;
  95. font-weight: bold;
  96. }
  97. }
  98. }
  99. }
  100. .boxs {
  101. display: flex;
  102. align-items: flex-start;
  103. justify-content: space-between;
  104. .box {
  105. width: 220rpx;
  106. height: 172rpx;
  107. display: flex;
  108. flex-direction: column;
  109. justify-content: center;
  110. align-items: center;
  111. background: #FFFFFF;
  112. border-radius: 10rpx;
  113. .b1 {
  114. width: 74rpx;
  115. height: 74rpx;
  116. }
  117. .b2 {
  118. width: 62rpx;
  119. height: 70rpx;
  120. }
  121. .b3 {
  122. width: 70rpx;
  123. height: 63rpx;
  124. }
  125. .name {
  126. margin-top: 12rpx;
  127. font-size: 30rpx;
  128. }
  129. }
  130. }
  131. .bottom {
  132. position: absolute;
  133. width: 100%;
  134. padding: 26rpx 0;
  135. bottom: 0;
  136. left: 0;
  137. background-color: white;
  138. .btn {
  139. margin: 0 auto;
  140. width: 466rpx;
  141. padding: 14rpx 0;
  142. margin-bottom: env(safe-area-inset-bottom) !important;
  143. background: linear-gradient(180deg, #6EC8FF 0%, #31BDFE 100%);
  144. border-radius: 39rpx;
  145. color: white;
  146. }
  147. }
  148. }