my.wxss 2.9 KB

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