my.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. .mine-container {
  2. width: 750rpx;
  3. height: 1136rpx;
  4. position: relative;
  5. background: #F0F1F5;
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. justify-content: space-between;
  10. box-sizing: border-box;
  11. }
  12. page {
  13. background: #F0F1F5;
  14. }
  15. .follow-details {
  16. width: 750rpx;
  17. box-sizing: border-box;
  18. padding: 0 15rpx;
  19. }
  20. .follow-info {
  21. margin-top: 20rpx;
  22. width: 100%;
  23. height: 382rpx;
  24. border-radius: 20rpx;
  25. background: #FFFFFF;
  26. display: flex;
  27. }
  28. .set-msg {
  29. width: 100%;
  30. height: 248rpx;
  31. display: flex;
  32. align-items: flex-start;
  33. justify-content: center;
  34. }
  35. .avatar-bg {
  36. margin-left: 20rpx;
  37. margin-top: 50rpx;
  38. width: 152rpx;
  39. height: 152rpx;
  40. background: #61CA54;
  41. border-radius: 50%;
  42. position: relative;
  43. }
  44. .avatar-box {
  45. width: 138rpx;
  46. height: 138rpx;
  47. border-radius: 50%;
  48. margin: 50rpx 0;
  49. position: relative;
  50. }
  51. .avatar-image {
  52. width: 100%;
  53. height: 100%;
  54. border-radius: 50%;
  55. border: 4rpx solid #61CA54;
  56. }
  57. .avatar-nickname {
  58. width: 500rpx;
  59. display: flex;
  60. }
  61. .avatar-address {
  62. width: 500rpx;
  63. }
  64. .flowers-box {
  65. width: 26rpx;
  66. height: 26rpx;
  67. margin-left: 10rpx;
  68. }
  69. .flowers-box>image {
  70. width: 100%;
  71. height: 100%;
  72. }
  73. .occupation-title {
  74. position: absolute;
  75. left: 30rpx;
  76. width: 90rpx;
  77. background: #61CA54;
  78. border-radius: 180rpx;
  79. z-index: 600;
  80. line-height: 32rpx;
  81. text-align: center;
  82. color: #FFFFFF;
  83. font-size: 20rpx;
  84. bottom: -28rpx;
  85. height: 32rpx;
  86. border: 2rpx solid #fff;
  87. }
  88. .avatar-msg {
  89. margin-left: 40rpx;
  90. margin-top: 50rpx;
  91. width: 500rpx;
  92. height: 150rpx;
  93. color: #444444;
  94. font-size: 32rpx;
  95. }
  96. .avatar-nickname,
  97. .avatar-birthday,
  98. .avatar-address {
  99. line-height: 50rpx;
  100. }
  101. .gender-size {
  102. margin-left: 10rpx;
  103. font-size: 28rpx;
  104. align-self: center;
  105. }
  106. .mine-category {
  107. box-sizing: border-box;
  108. width: 674rpx;
  109. padding-top: 40rpx;
  110. padding-bottom: 32rpx;
  111. border-top: 4rpx solid #F0F1F5;
  112. font-size: 28rpx;
  113. font-weight: 600;
  114. z-index: 900;
  115. display: flex;
  116. position: absolute;
  117. top: 268rpx;
  118. left: 38rpx;
  119. }
  120. .border-right {
  121. display: flex;
  122. justify-content: center;
  123. align-items: center;
  124. font-size: 24rpx;
  125. font-weight: lighter;
  126. height: 22rpx;
  127. border-right: 2rpx solid #D6D6D6;
  128. }
  129. .flower-count .border-right {
  130. border: none;
  131. }
  132. .play-count,
  133. .point-count,
  134. .follow-count,
  135. .flower-count {
  136. width: 25%;
  137. text-align: center;
  138. }
  139. .play-img {
  140. width: 28rpx;
  141. height: 26rpx;
  142. margin-right: 6rpx;
  143. margin-bottom: 6rpx;
  144. }
  145. .red-heart {
  146. width: 24rpx;
  147. height: 22rpx;
  148. margin-right: 6rpx;
  149. margin-bottom: 6rpx;
  150. }
  151. .point-img {
  152. width: 28rpx;
  153. height: 24rpx;
  154. margin-right: 6rpx;
  155. margin-bottom: 6rpx;
  156. }
  157. image {
  158. width: 100%;
  159. height: 100%;
  160. }
  161. .color {
  162. text-align: right;
  163. padding-right: 44rpx;
  164. }
  165. .play-count {
  166. color: #92D626;
  167. }
  168. .point-count {
  169. color: #FFA700;
  170. }
  171. .follow-count {
  172. color: #FF0000;
  173. }
  174. .flower-count {
  175. color: #EE5750;
  176. }
  177. .mine-edit {
  178. position: absolute;
  179. top: 72rpx;
  180. right: 36rpx;
  181. width: 138rpx;
  182. height: 52rpx;
  183. border-radius: 26rpx;
  184. background: #FF9209;
  185. box-sizing: border-box;
  186. align-items: center;
  187. display: flex;
  188. }
  189. /* .edit-image{
  190. width: 24rpx;
  191. height: 34rpx;
  192. margin-left: 24rpx;
  193. margin-right: 10rpx;
  194. } */
  195. .edit-img {
  196. width: 42rpx;
  197. height: 34rpx;
  198. display: block;
  199. margin-left: 20rpx;
  200. margin-right: 10rpx;
  201. }
  202. .edit-text {
  203. width: 150rpx;
  204. /* height: 32rpx; */
  205. color: #FFFFFF;
  206. font-size: 32rpx;
  207. /* line-height:46rpx; */
  208. }
  209. .wallet-module {
  210. margin-top: 30rpx;
  211. width: 716rpx;
  212. height: 88rpx;
  213. font-size: 32rpx;
  214. color: #444;
  215. background: #FFFFFF;
  216. border-radius: 14rpx;
  217. }
  218. .wallet-center {
  219. width: 680rpx;
  220. height: 88rpx;
  221. margin: 0 auto;
  222. display: flex;
  223. justify-content: space-between;
  224. align-items: center;
  225. }
  226. .icon-box {
  227. width: 60rpx;
  228. height: 60rpx;
  229. margin-right: 16rpx;
  230. margin-top: 2rpx;
  231. }
  232. .wallet-left {
  233. display: flex;
  234. align-items: center;
  235. }
  236. .wallet-right {
  237. margin-bottom: 20rpx;
  238. width: 16rpx;
  239. height: 28rpx;
  240. }
  241. .course-module,
  242. .group-module,
  243. .reading-module,
  244. .keep-module,
  245. .myfollow-module {
  246. margin-top: 20rpx;
  247. width: 716rpx;
  248. height: 88rpx;
  249. font-size: 32rpx;
  250. color: #444;
  251. background: #FFFFFF;
  252. border-radius: 14rpx;
  253. }
  254. .set-msg-temp {
  255. position: absolute;
  256. width: 100%;
  257. height: 248rpx;
  258. }
  259. .placerholder {
  260. height: 41rpx;
  261. background: rgba(228,255,242,.8);
  262. /* background: #E4FFF2; */
  263. width: 410rpx;
  264. margin-top: 35rpx;
  265. margin-left: 220rpx;
  266. border-radius: 10rpx;
  267. }
  268. .line1 {
  269. width: 300rpx;
  270. }