myworks.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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 16rpx;
  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: 362rpx;
  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: 154rpx;
  33. height: 154rpx;
  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: 8rpx;
  45. left: 8rpx;
  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: 154rpx;
  86. display: flex;
  87. flex-direction: column;
  88. align-items: flex-start;
  89. justify-content: center;
  90. color: #444444;
  91. font-size: 32rpx;
  92. }
  93. .mine-category{
  94. box-sizing: border-box;
  95. width: 674rpx;
  96. padding-top: 30rpx;
  97. padding-bottom: 30rpx;
  98. border-top: 4rpx solid #F0F1F5;
  99. font-size: 28rpx;
  100. font-weight: 600;
  101. z-index: 900;
  102. display: flex;
  103. position: absolute;
  104. top: 246rpx;
  105. left: 23rpx;
  106. }
  107. .border-right{
  108. display: flex;
  109. justify-content: center;
  110. align-items: center;
  111. font-size: 24rpx;
  112. font-weight: lighter;
  113. height: 22rpx;
  114. border-right: 2rpx solid #D6D6D6;
  115. }
  116. .flower-count .border-right{
  117. border: none;
  118. }
  119. .play-count,.point-count,.follow-count,.flower-count{
  120. width: 25%;
  121. text-align: center;
  122. }
  123. .play-img{
  124. width: 28rpx;
  125. height: 26rpx;
  126. margin-right: 6rpx;
  127. margin-bottom: 6rpx;
  128. }
  129. image{
  130. width: 100%;
  131. height: 100%;
  132. }
  133. .play-count{
  134. color: #92D626;
  135. }
  136. .point-count{
  137. color: #FFA700;
  138. }
  139. .follow-count{
  140. color: #529BEF;
  141. }
  142. .flower-count{
  143. color: #EE5750;
  144. }
  145. .works-article{
  146. margin-top: 12rpx;
  147. box-sizing: border-box;
  148. width: 100%;
  149. padding: 0 27rpx;
  150. background: #FFFFFF;
  151. border-radius: 12rpx;
  152. }
  153. .user-info{
  154. width: 100%;
  155. height: 120rpx;
  156. display: flex;
  157. align-items: center;
  158. font-size:32rpx;
  159. }
  160. .user-img{
  161. width: 96rpx;
  162. height: 96rpx;
  163. border-radius: 50%;
  164. }
  165. .user-img>image{
  166. width: 100%;
  167. height: 100%;
  168. border-radius: 50%;
  169. }
  170. .user-details{
  171. margin-left: 26rpx;
  172. display: flex;
  173. flex-direction: column;
  174. }
  175. .user-name{
  176. width: 560rpx;
  177. display: flex;
  178. justify-content: space-between;
  179. align-items: flex-end;
  180. color: #000000;
  181. font-weight: 500;
  182. }
  183. .left-detail{
  184. width: 500rpx;
  185. }
  186. .right-detail{
  187. width: 90rpx;
  188. display: flex;
  189. }
  190. .user-time{
  191. color: #686868;
  192. font-weight: lighter;
  193. }
  194. .video-preview{
  195. margin-top: 10rpx;
  196. width: 100%;
  197. height: 290rpx;
  198. border-radius: 20rpx;
  199. }
  200. .video-preview>image{
  201. width: 100%;
  202. height: 100%;
  203. border-radius: 20rpx;
  204. }
  205. .content-title{
  206. margin-top: 12rpx;
  207. margin-bottom: 30rpx;
  208. width: 100%;
  209. display: flex;
  210. justify-content: space-between;
  211. align-items: center;
  212. font-size: 32rpx;
  213. font-weight: 500;
  214. color: #414141;
  215. }
  216. .content-grage{
  217. font-size: 24rpx;
  218. }
  219. .user-info image{
  220. width: 100%;
  221. height: 100%;
  222. }
  223. .play-img{
  224. margin-bottom: 12rpx;
  225. width: 20rpx;
  226. height: 20rpx;
  227. }
  228. .point-img{
  229. margin-right: 6rpx;
  230. margin-bottom: 10rpx;
  231. width: 26rpx;
  232. height: 24rpx;
  233. }
  234. .likes-count{
  235. color: #FD8B43;
  236. }
  237. .plays-count{
  238. color: #5E5E5E;
  239. }