mine.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. /* 用户头像名字 */
  2. .my_userinfo {
  3. height: 310rpx;
  4. display: flex;
  5. padding: 56rpx 56rpx 28rpx;
  6. box-sizing: border-box;
  7. }
  8. .my_userinfo_blue {
  9. height: 310rpx;
  10. /* display: flex; */
  11. padding: 10rpx 56rpx 0;
  12. box-sizing: border-box;
  13. background: #00C7C6;
  14. }
  15. .my_userinfo .avatar {
  16. margin-right: 40rpx;
  17. }
  18. .my_userinfo .avatar image {
  19. width: 170rpx;
  20. height: 170rpx;
  21. border-radius: 200rpx;
  22. }
  23. .my_userinfo .name {
  24. font-size: 40rpx;
  25. font-weight: 500;
  26. line-height: 170rpx;
  27. width: 322rpx;
  28. }
  29. .userinfo_box {
  30. display: flex;
  31. }
  32. .my_userinfo_blue .avatar {
  33. margin-right: 40rpx;
  34. height: 136rpx;
  35. }
  36. .my_userinfo_blue .avatar image {
  37. width: 136rpx;
  38. height: 136rpx;
  39. border-radius: 200rpx;
  40. }
  41. .my_userinfo_blue .name {
  42. font-size: 40rpx;
  43. font-weight: 500;
  44. line-height: 136rpx;
  45. height: 136rpx;
  46. width: 322rpx;
  47. color: #FFFFFF;
  48. }
  49. .my_userinfo_blue .qrcode {
  50. width: 48rpx;
  51. height: 48rpx;
  52. position: absolute;
  53. top: 56rpx;
  54. right: 80rpx;
  55. }
  56. .my_userinfo_blue .phoneauth {
  57. height: 60rpx;
  58. width: 150rpx;
  59. position: absolute;
  60. top: 50rpx;
  61. right: 0;
  62. }
  63. .my_userinfo .phoneauth {
  64. height: 60rpx;
  65. width: 150rpx;
  66. position: absolute;
  67. top: 112rpx;
  68. right: 0;
  69. }
  70. .vipcont {
  71. color: #FFFFFF;
  72. display: flex;
  73. justify-content: space-between;
  74. padding: 32rpx 32rpx 0;
  75. }
  76. .vipcont .list {
  77. text-align: center;
  78. }
  79. .vipcont .list .count {
  80. font-size: 34rpx;
  81. line-height: 34rpx;
  82. margin-bottom: 16rpx;
  83. }
  84. .vipcont .list .text {}
  85. /* 设置用户状态 */
  86. .set_status {
  87. display: flex;
  88. align-items: center;
  89. height: 72rpx;
  90. background: #F9F9F9;
  91. box-shadow: 0px 0px 14rpx 0px #BABABA;
  92. border-radius: 36rpx;
  93. width: 670rpx;
  94. position: absolute;
  95. top: 276rpx;
  96. left: 50%;
  97. transform: translate(-50%);
  98. }
  99. .set_status .status_title {
  100. font-weight: 500;
  101. color: #484848;
  102. margin-left: 88rpx;
  103. flex: auto;
  104. }
  105. .set_status image {
  106. width: 28rpx;
  107. height: 28rpx;
  108. text-align: right;
  109. margin-right: 45rpx;
  110. }
  111. .mineall {
  112. width: 100%;
  113. background-color: #ffffff;
  114. flex-direction: column;
  115. line-height: 34rpx;
  116. margin-top: 52rpx;
  117. }
  118. .minelist {
  119. width: 100%;
  120. height: 104rpx;
  121. display: flex;
  122. flex-direction: row;
  123. align-items: center;
  124. }
  125. .minelistleft {
  126. flex: 23
  127. }
  128. .minelisticon {
  129. flex: 24;
  130. text-align: right;
  131. }
  132. .minelistnameleft {
  133. flex: 13
  134. }
  135. .minelistname {
  136. flex: 259;
  137. color: #000000;
  138. font-size: 28rpx;
  139. text-align: left;
  140. }
  141. .minelistright {
  142. flex: 56;
  143. text-align: left;
  144. margin-top: 4rpx;
  145. }
  146. .imglisticon {
  147. height: 48rpx;
  148. width: 48rpx;
  149. vertical-align: middle;
  150. }
  151. .imgaboutus {
  152. margin-top: 9rpx;
  153. height: 45rpx;
  154. width: 45rpx;
  155. }
  156. .imglistright {
  157. width: 28rpx;
  158. height: 28rpx;
  159. text-align: right;
  160. margin-right: 64rpx;
  161. }
  162. .line {
  163. margin-top: 24rpx;
  164. width: 93.5%;
  165. height: 2rpx;
  166. margin-left: 6.5%;
  167. background-color: #f8f8f8;
  168. }
  169. .flexsgrade {
  170. width: 32%;
  171. display: flex;
  172. flex-direction: column;
  173. justify-content: center;
  174. align-items: flex-end;
  175. }
  176. .flexmineedit {
  177. width: 33%;
  178. display: flex;
  179. flex-direction: column;
  180. justify-content: center;
  181. align-items: flex-end;
  182. }
  183. .sgrade {
  184. margin-top: -348rpx;
  185. width: 64rpx;
  186. height: 64rpx;
  187. }
  188. .mineedit {
  189. margin-top: -108rpx;
  190. width: 54rpx;
  191. height: 54rpx;
  192. }
  193. .txtphone {
  194. margin-top: 40rpx;
  195. width: 100%;
  196. height: 55rpx;
  197. color: #000000;
  198. font-size: 36rpx;
  199. font-weight: Bold;
  200. }
  201. .endbottomm {
  202. height: 50rpx;
  203. }
  204. /* .load {
  205. width: 100%;
  206. height: 2400rpx;
  207. position: absolute;
  208. left: 0;
  209. top: 0;
  210. z-index: 9999;
  211. background-color: #ffffff;
  212. text-align: center;
  213. line-height: 1300rpx;
  214. }
  215. .loadimg {
  216. width: 200rpx;
  217. height: 200rpx;
  218. } */
  219. .hide_title {
  220. color: #000000;
  221. font-size: 28rpx;
  222. }
  223. .hide_title span {
  224. font-size: 40rpx;
  225. line-height: 40rpx;
  226. color: #00C7C6;
  227. font-weight: 500;
  228. }