index.less 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. .work {
  2. margin-bottom: 24rpx;
  3. background-color: white;
  4. border-radius: 32rpx;
  5. box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  6. padding-bottom: 20rpx;
  7. .workHead {
  8. display: flex;
  9. justify-content: space-between;
  10. align-items: center;
  11. padding: 20rpx;
  12. .wH-left {
  13. display: flex;
  14. justify-content: space-between;
  15. align-items: center;
  16. .avatar {
  17. width: 80rpx;
  18. height: 80rpx;
  19. border-radius: 50%;
  20. overflow: hidden;
  21. background-color: rgb(228, 225, 225);
  22. }
  23. .wH-left-user {
  24. margin-left: 18rpx;
  25. .nickname {
  26. max-width: 320rpx;
  27. font-size: 30rpx;
  28. font-weight: bold;
  29. color: #000;
  30. }
  31. .time {
  32. margin-top: 4rpx;
  33. font-size: 26rpx;
  34. color: rgba(0, 0, 0, 0.6);
  35. }
  36. }
  37. }
  38. .wH-right {
  39. display: flex;
  40. align-items: center;
  41. .wH-right-btn {
  42. text-align: center;
  43. margin-right: 30rpx;
  44. .img {
  45. width: 27rpx;
  46. height: 32rpx;
  47. }
  48. .text {
  49. font-size: 26rpx;
  50. color: rgba(0, 0, 0, 0.74);
  51. }
  52. }
  53. .follow {
  54. display: flex;
  55. align-items: center;
  56. justify-content: center;
  57. width: 140rpx;
  58. font-size: 24rpx;
  59. padding: 6rpx 0rpx;
  60. border-radius: 50rpx;
  61. border: 1rpx solid #1BC665;
  62. color: #1BC665;
  63. .character {
  64. width: 22rpx;
  65. height: 22rpx;
  66. margin-right: 6rpx;
  67. }
  68. }
  69. .isFans {
  70. border: 1rpx solid #969696;
  71. color: #969696;
  72. }
  73. .pkNum {
  74. color: #30C866;
  75. font-size: 44rpx;
  76. margin-right: 20rpx;
  77. }
  78. }
  79. }
  80. .workContent {
  81. font-size: 0px;
  82. .videoBox {
  83. position: relative;
  84. width: 100%;
  85. height: 422rpx;
  86. .maskBg {
  87. position: absolute;
  88. top: 0px;
  89. left: 0px;
  90. width: 100%;
  91. height: 100%;
  92. background-color: rgba(0, 0, 0, 0.5);
  93. }
  94. .maskImg {
  95. z-index: 10;
  96. width: 215rpx;
  97. height: 215rpx;
  98. position: absolute;
  99. top: 0px;
  100. right: 0px;
  101. left: 0px;
  102. bottom: 0px;
  103. margin: auto;
  104. }
  105. .play {
  106. position: absolute;
  107. left: 50%;
  108. top: 40%;
  109. width: 90rpx;
  110. height: 90rpx;
  111. transform: translate(-50%);
  112. }
  113. .cover {
  114. width: 100%;
  115. height: 100%;
  116. }
  117. }
  118. .video {
  119. width: 100%;
  120. height: 422rpx;
  121. }
  122. .audioBox {
  123. position: relative;
  124. width: 100%;
  125. height: 208rpx;
  126. overflow: hidden;
  127. .audioBg {
  128. width: 100%;
  129. height: 100%;
  130. filter: blur(12px);
  131. }
  132. .mask {
  133. position: absolute;
  134. width: 100%;
  135. height: 100%;
  136. left: 0px;
  137. top: 0px;
  138. background-color: rgba(0, 0, 0, 0.2);
  139. }
  140. .audioPlay {
  141. position: absolute;
  142. left: 0;
  143. top: 0;
  144. right: 0;
  145. bottom: 0;
  146. margin: auto;
  147. width: 220rpx;
  148. height: 174rpx;
  149. border-radius: 20rpx;
  150. background-color: rgba(0, 0, 0, 0.3);
  151. display: flex;
  152. align-items: center;
  153. justify-content: center;
  154. .audioPlayBg {
  155. width: 150rpx;
  156. height: 150rpx;
  157. }
  158. .audioPlayZhen {
  159. position: absolute;
  160. right: 30rpx;
  161. top: 16rpx;
  162. width: 32rpx;
  163. height: 40rpx;
  164. }
  165. .cover {
  166. position: absolute;
  167. width: 130rpx;
  168. height: 130rpx;
  169. border-radius: 50%;
  170. }
  171. .circle {
  172. animation: identifier 12s infinite linear;
  173. }
  174. }
  175. }
  176. }
  177. .workFooter {
  178. margin-top: 15rpx;
  179. display: flex;
  180. justify-content: space-between;
  181. align-items: center;
  182. padding: 14rpx 20rpx 30rpx;
  183. .mangeL-box {
  184. display: flex;
  185. align-items: center;
  186. margin-right: 30rpx;
  187. .icon {
  188. width: 44rpx;
  189. height: 44rpx;
  190. }
  191. .icon-name {
  192. margin-left: 8rpx;
  193. font-size: 28rpx;
  194. }
  195. }
  196. }
  197. .toReading {
  198. width: 166rpx;
  199. margin: 0 auto;
  200. display: flex;
  201. align-items: center;
  202. justify-content: center;
  203. padding: 12rpx 32rpx;
  204. border-radius: 50rpx;
  205. background-image: linear-gradient(270deg, #33C3FF 0%, #81C7FF 100%, #14C962 100%);
  206. box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46);
  207. .reading {
  208. width: 24rpx;
  209. height: 32rpx;
  210. }
  211. .reading-text {
  212. color: white;
  213. font-size: 30rpx;
  214. margin-left: 12rpx;
  215. }
  216. }
  217. }