my.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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. position: absolute;
  43. top: 110rpx;
  44. right: 83rpx;
  45. width: 224rpx;
  46. height: 46rpx;
  47. border-radius: 22rpx;
  48. background: #3DBEF9;
  49. display: flex;
  50. align-items: center;
  51. }
  52. .edit-image{
  53. width: 24rpx;
  54. height: 36rpx;
  55. margin: 0 10rpx 6rpx 20rpx;
  56. }
  57. .edit-img{
  58. width: 100%;
  59. height: 100%;
  60. }
  61. .edit-text{
  62. width: 144rpx;
  63. height: 34rpx;
  64. color: #FFFFFF;
  65. font-size: 24rpx;
  66. }
  67. .mine-detail{
  68. width: 670rpx;
  69. text-align: center;
  70. position: absolute;
  71. top: 180rpx;
  72. }
  73. .mine-title{
  74. color: #000000;
  75. font-size: 32rpx;
  76. }
  77. .mine-address{
  78. color: #4C4C4C;
  79. font-size: 28rpx;
  80. }
  81. .mine-line{
  82. width: 674rpx;
  83. height: 4rpx;
  84. background: #F0F1F5;
  85. margin: 37rpx 20rpx;
  86. }
  87. .mine-category{
  88. width: 716rpx;
  89. height: 120rpx;
  90. font-size: 28rpx;
  91. font-weight: bold;
  92. display: flex;
  93. justify-content: space-around;
  94. align-items: center;
  95. position: absolute;
  96. top: 300rpx;
  97. }
  98. .border-right{
  99. display: flex;
  100. justify-content: center;
  101. align-items: center;
  102. font-size: 24rpx;
  103. font-weight: lighter;
  104. height: 22rpx;
  105. border-right: 2rpx solid #D6D6D6;
  106. }
  107. .flower-count .border-right{
  108. border: none;
  109. }
  110. .play-count,.point-count,.follow-count,.flower-count{
  111. width: 25%;
  112. text-align: center;
  113. }
  114. .play-img{
  115. width: 28rpx;
  116. height: 26rpx;
  117. margin-right: 6rpx;
  118. }
  119. image{
  120. width: 100%;
  121. height: 100%;
  122. }
  123. .play-count{
  124. color: #92D626;
  125. }
  126. .point-count{
  127. color: #FFA700;
  128. }
  129. .follow-count{
  130. color: #529BEF;
  131. }
  132. .flower-count{
  133. color: #EE5750;
  134. }
  135. .wallet-module{
  136. margin-top: 30rpx;
  137. width:716rpx;
  138. height: 88rpx;
  139. font-size: 34rpx;
  140. color: #5E5E5E;
  141. background: #FFFFFF;
  142. border-radius: 14rpx;
  143. }
  144. .wallet-center{
  145. width: 680rpx;
  146. height: 88rpx;
  147. margin: 0 auto;
  148. display: flex;
  149. justify-content: space-between;
  150. align-items: center;
  151. }
  152. .icon-box{
  153. width: 60rpx;
  154. height: 60rpx;
  155. margin-right: 16rpx;
  156. }
  157. .wallet-left{
  158. display: flex;
  159. align-items: center;
  160. }
  161. .wallet-right{
  162. width: 16rpx;
  163. height: 28rpx;
  164. }
  165. .course-module,.group-module,.reading-module,.keep-module,.myfollow-module{
  166. margin-top: 20rpx;
  167. width:716rpx;
  168. height: 88rpx;
  169. font-size: 34rpx;
  170. color: #5E5E5E;
  171. background: #FFFFFF;
  172. border-radius: 14rpx;
  173. }