myworks.wxss 3.9 KB

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