myworks.wxss 4.0 KB

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