my.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. .mine-container{
  2. width: 750rpx;
  3. height: 1116rpx;
  4. background: #F0F1F5;
  5. position: relative;
  6. }
  7. .mine-center{
  8. width: 716rpx;
  9. margin: 0 auto;
  10. }
  11. .mine-info{
  12. margin-top: 80rpx;
  13. width: 100%;
  14. height: 344rpx;
  15. background: #FFFFFF;
  16. border-radius: 20rpx;
  17. }
  18. .mine-bg{
  19. width: 156rpx;
  20. height: 156rpx;
  21. background: #61CA54;
  22. border-radius: 50%;
  23. display: flex;
  24. justify-content: center;
  25. align-items: center;
  26. position: absolute;
  27. left: 280rpx;
  28. top: 18rpx;
  29. }
  30. .mine-avatar{
  31. width: 138rpx;
  32. height: 138rpx;
  33. border-radius: 50%;
  34. background: gray;
  35. }
  36. .avatar-image{
  37. width: 100%;
  38. height: 100%;
  39. border-radius: 50%;
  40. }
  41. .mine-edit{
  42. width: 224rpx;
  43. height: 46rpx;
  44. border-radius: 22rpx;
  45. background: #3DBEF9;
  46. display: flex;
  47. align-items: center;
  48. }
  49. .edit-image{
  50. width: 24rpx;
  51. height: 36rpx;
  52. }
  53. .edit-img{
  54. width: 100%;
  55. height: 100%;
  56. }
  57. .edit-text{
  58. }
  59. /* .containers{
  60. padding-top: 0;
  61. }
  62. .mine-top{
  63. margin-top: 16rpx;
  64. position: relative;
  65. width: 732rpx;
  66. height: 220rpx;
  67. display: flex;
  68. align-items: center;
  69. background: #fff;
  70. border-radius: 20rpx;
  71. }
  72. .avatar-box {
  73. margin: 50rpx 0 50rpx 50rpx;
  74. width: 120rpx;
  75. height: 120rpx;
  76. border-radius: 50%;
  77. }
  78. .avatar-box image{
  79. width: 100%;
  80. height: 100%;
  81. border-radius: 50%;
  82. }
  83. .mine-info{
  84. margin-left: 24rpx;
  85. }
  86. .mine-info :nth-child(1){
  87. width: 308rpx;
  88. height: 44rpx;
  89. font-size: 32rpx;
  90. color: #030303;
  91. }
  92. .mine-info :nth-child(2){
  93. width: 422rpx;
  94. height: 38rpx;
  95. font-size: 30rpx;
  96. color: #8F8E94;
  97. }
  98. .mine-top .edit{
  99. position: absolute;
  100. right: 0;
  101. bottom: 0;
  102. width: 72rpx;
  103. height: 72rpx;
  104. display: flex;
  105. align-items: center;
  106. justify-content: center;
  107. background: #C3C3C3;
  108. border-radius: 20rpx 0 20rpx 0;
  109. }
  110. .mine-top .edit .icon{
  111. width: 48rpx;
  112. height: 48rpx;
  113. background: #FFFFFF;
  114. }
  115. .category{
  116. margin-top: 8rpx;
  117. position: relative;
  118. width: 732rpx;
  119. height: 180rpx;
  120. display: flex;
  121. align-items: center;
  122. border-radius: 20rpx;
  123. background: #fff;
  124. font-weight: 500;
  125. font-family: SourceHanSansSC-regular;
  126. color: #030303;
  127. }
  128. .attentionCount{
  129. position: absolute;
  130. top: 20rpx;
  131. left: 313rpx;
  132. width: 50rpx;
  133. height: 44rpx;
  134. line-height: 44rpx;
  135. text-align: center;
  136. color: red;
  137. font-size: 28rpx;
  138. font-weight: lighter;
  139. }
  140. .category text{
  141. color: #959595;
  142. font-weight: 500;
  143. font-size: 36rpx;
  144. }
  145. .play,.attention,.point,.red-flower{
  146. flex: 1;
  147. text-align: center;
  148. }
  149. .wallet,.grouping,.reader,.keep,.attention-me{
  150. margin-top: 8rpx;
  151. width: 732rpx;
  152. height: 120rpx;
  153. background: #FFFFFF;
  154. border-radius: 20rpx;
  155. display: flex;
  156. align-items: center;
  157. justify-content: space-between;
  158. }
  159. .wallet-title,.grouping-title,.reader-title,.keep-title,.attention-me-title{
  160. margin-left: 50rpx;
  161. }
  162. .image-box{
  163. display: inline-block;
  164. width: 56rpx;
  165. height: 56rpx;
  166. }
  167. .wallet image,.grouping image,.reader image,.keep image,.attention-me image{
  168. width: 100%;
  169. height: 100%;
  170. vertical-align: bottom;
  171. }
  172. .wallet .text,.grouping .text,.reader .text,.keep .text,.attention-me .text{
  173. display: inline-block;
  174. margin-left: 14rpx;
  175. font-size: 36rpx;
  176. color: #101010;
  177. }
  178. .wallet .wallet-detail,.grouping .grouping-detail,.reader-detail,.keep-detail,.attention-me-detail{
  179. width: 48rpx;
  180. height: 48rpx;
  181. line-height: 48rpx;
  182. color: #101010;
  183. text-align: center;
  184. margin-right: 20rpx;
  185. }
  186. */