myworks.wxss 3.4 KB

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