myworks.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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: 26rpx;
  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. margin-right: 6rpx;
  136. width: 28rpx;
  137. height: 26rpx;
  138. }
  139. .follow-img{
  140. margin-right: 6rpx;
  141. width: 26rpx;
  142. height: 22rpx;
  143. }
  144. .like-img{
  145. margin-top: 4rpx;
  146. margin-right: 6rpx;
  147. width: 28rpx;
  148. height: 24rpx;
  149. }
  150. .flower-img{
  151. margin-right: 6rpx;
  152. width: 30rpx;
  153. height: 26rpx;
  154. }
  155. image{
  156. width: 100%;
  157. height: 100%;
  158. }
  159. .play-count{
  160. color: #92D626;
  161. }
  162. .point-count{
  163. color: #FFA700;
  164. }
  165. .follow-count{
  166. color: #529BEF;
  167. }
  168. .flower-count{
  169. color: #EE5750;
  170. }
  171. .works-article{
  172. margin-top: 12rpx;
  173. box-sizing: border-box;
  174. width: 100%;
  175. padding: 0 27rpx;
  176. background: #FFFFFF;
  177. border-radius: 12rpx;
  178. }
  179. .user-info{
  180. width: 100%;
  181. height: 120rpx;
  182. display: flex;
  183. align-items: center;
  184. font-size:32rpx;
  185. }
  186. .user-img{
  187. width: 96rpx;
  188. height: 96rpx;
  189. border-radius: 50%;
  190. }
  191. .user-img>image{
  192. width: 100%;
  193. height: 100%;
  194. border-radius: 50%;
  195. }
  196. .user-details{
  197. margin-left: 26rpx;
  198. display: flex;
  199. flex-direction: column;
  200. }
  201. .user-name{
  202. width: 560rpx;
  203. display: flex;
  204. justify-content: space-between;
  205. align-items: flex-end;
  206. color: #000000;
  207. font-weight: 500;
  208. }
  209. .left-detail{
  210. width: 500rpx;
  211. }
  212. .right-detail{
  213. width: 90rpx;
  214. display: flex;
  215. font-size: 22rpx;
  216. }
  217. .user-time{
  218. color: #686868;
  219. font-weight: lighter;
  220. }
  221. .video-preview{
  222. margin-top: 10rpx;
  223. width: 100%;
  224. height: 290rpx;
  225. border-radius: 20rpx;
  226. }
  227. .video-preview>image{
  228. width: 100%;
  229. height: 100%;
  230. border-radius: 20rpx;
  231. }
  232. .content-title{
  233. margin-top: 12rpx;
  234. margin-bottom: 30rpx;
  235. width: 100%;
  236. display: flex;
  237. justify-content: space-between;
  238. align-items: center;
  239. font-size: 32rpx;
  240. font-weight: 500;
  241. color: #414141;
  242. }
  243. .content-grage{
  244. font-size: 24rpx;
  245. }
  246. .user-info image{
  247. width: 100%;
  248. height: 100%;
  249. }
  250. .plays-img{
  251. width: 20rpx;
  252. height: 20rpx;
  253. }
  254. .likes-img{
  255. width: 26rpx;
  256. height: 24rpx;
  257. }
  258. .likes-count{
  259. color: #FD8B43;
  260. }
  261. .plays-count{
  262. color: #5E5E5E;
  263. }