index.less 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. .container {
  2. padding: 0rpx 20rpx 30rpx;
  3. .userBox {
  4. background-color: white;
  5. padding: 20rpx 20rpx 0rpx;
  6. border-radius: 20rpx;
  7. .above {
  8. display: flex;
  9. align-items: center;
  10. justify-content: space-between;
  11. padding-bottom: 30rpx;
  12. border-bottom: 1rpx solid #D6D6D6;
  13. .identity {
  14. position: relative;
  15. display: flex;
  16. flex-direction: column;
  17. align-items: center;
  18. text-align: center;
  19. .avatar {
  20. width: 106rpx;
  21. height: 106rpx;
  22. border-radius: 50%;
  23. position: relative;
  24. }
  25. .identityText {
  26. position: absolute;
  27. bottom: -10rpx;
  28. width: 80rpx;
  29. font-size: 24rpx;
  30. color: white;
  31. background-color: #10CA61;
  32. border-radius: 25rpx;
  33. }
  34. }
  35. .userRight {
  36. flex: 1;
  37. margin-left: 40rpx;
  38. padding: 0px 10rpx;
  39. .uRtop {
  40. display: flex;
  41. justify-content: space-between;
  42. .uRtopleft {
  43. .nickName {
  44. margin: 10rpx 0rpx 18rpx;
  45. max-width: 340rpx;
  46. color: #333;
  47. font-size: 32rpx;
  48. }
  49. .gradeText {
  50. font-size: 24rpx;
  51. color: #989A9C;
  52. }
  53. }
  54. .uRtopRight {
  55. display: flex;
  56. align-items: center;
  57. .edit {
  58. width: 22rpx;
  59. height: 28rpx;
  60. }
  61. text {
  62. margin: 0px 10rpx;
  63. font-size: 24rpx;
  64. color: #666;
  65. }
  66. }
  67. }
  68. }
  69. }
  70. }
  71. .below {
  72. padding: 20rpx 0rpx;
  73. display: flex;
  74. align-items: center;
  75. justify-content: space-between;
  76. background-color: white;
  77. border-radius: 20rpx;
  78. .sBox {
  79. width: 110rpx;
  80. position: relative;
  81. display: flex;
  82. flex-direction: column;
  83. align-items: center;
  84. .img {
  85. width: 69rpx;
  86. height: 69rpx;
  87. }
  88. .title {
  89. margin-top: 8rpx;
  90. font-size: 26rpx;
  91. color: #333;
  92. }
  93. .noticeTips {
  94. position: absolute;
  95. right: 8rpx;
  96. top: -8rpx;
  97. width: 34rpx;
  98. padding: 4rpx 0rpx;
  99. border-radius: 40rpx;
  100. color: white;
  101. font-size: 18rpx;
  102. text-align: center;
  103. background-color: #FF0000;
  104. }
  105. }
  106. .contactBtn {
  107. border: none;
  108. padding: 0rpx;
  109. line-height: normal;
  110. margin: 0;
  111. }
  112. }
  113. .iosVip {
  114. margin: 4rpx 0px 0px 6rpx;
  115. font-size: 24rpx;
  116. color: #333;
  117. }
  118. .medalBox {
  119. margin: 30rpx 0rpx;
  120. padding: 20rpx 30rpx;
  121. background-color: white;
  122. border-radius: 20rpx;
  123. .header {
  124. display: flex;
  125. align-items: center;
  126. justify-content: space-between;
  127. .title {
  128. font-size: 30rpx;
  129. font-weight: bold;
  130. color: #000;
  131. }
  132. .jump {
  133. font-size: 26rpx;
  134. color: #666666;
  135. .jumpIcon {
  136. width: 12rpx;
  137. height: 22rpx;
  138. }
  139. }
  140. }
  141. .body {
  142. margin-top: 20rpx;
  143. display: flex;
  144. align-items: center;
  145. justify-content: space-between;
  146. .medal {
  147. width: 112rpx;
  148. height: 94rpx;
  149. }
  150. }
  151. }
  152. .payBox {
  153. margin-top: 20rpx;
  154. padding: 13rpx 30rpx;
  155. background-color: white;
  156. border-radius: 20rpx;
  157. .title {
  158. font-size: 30rpx;
  159. font-weight: bold;
  160. color: #000;
  161. }
  162. .pay {
  163. margin: 20rpx 0rpx;
  164. display: flex;
  165. align-items: center;
  166. justify-content: space-between;
  167. padding: 0rpx 30rpx;
  168. border-radius: 22rpx;
  169. overflow: hidden;
  170. .payLeft {
  171. .pLTitle {
  172. font-size: 36rpx;
  173. font-weight: bold;
  174. }
  175. .pLcontent {
  176. font-size: 22rpx;
  177. }
  178. }
  179. .payRight {
  180. margin: 24rpx 0rpx;
  181. padding: 12rpx 28rpx;
  182. border-radius: 40rpx;
  183. font-size: 24rpx;
  184. font-weight: bold;
  185. }
  186. }
  187. .vipPay {
  188. background: url('http://reader-wx.ai160.com/images/reader/v3/year.png') no-repeat;
  189. background-size: cover;
  190. .vipTitle {
  191. color: #FFE6B9;
  192. }
  193. .vipContent {
  194. margin-top: 4rpx;
  195. color: #FFE6B9;
  196. }
  197. .vipBtn {
  198. background-image: linear-gradient(to bottom, #F4E7A8, #F9EDCF);
  199. color: #211501;
  200. }
  201. }
  202. .buyPay {
  203. background: url('http://reader-wx.ai160.com/images/reader/v3/10yuan.png') no-repeat;
  204. background-size: cover;
  205. .payLeft {
  206. color: #7D320A;
  207. font-size: 36rpx;
  208. font-weight: bold;
  209. }
  210. .buyBtn {
  211. border: 1rpx solid white;
  212. color: white;
  213. background-color: #7D320A;
  214. }
  215. }
  216. }
  217. }