index.less 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. .work {
  2. width: 100%;
  3. margin-bottom: 24rpx;
  4. background-color: white;
  5. border-radius: 32rpx;
  6. box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  7. padding-bottom: 26rpx;
  8. .workHead {
  9. display: flex;
  10. justify-content: space-between;
  11. align-items: center;
  12. padding: 20rpx 20rpx 10rpx;
  13. .wH-left {
  14. display: flex;
  15. justify-content: space-between;
  16. align-items: center;
  17. .avatar {
  18. width: 80rpx;
  19. height: 80rpx;
  20. border-radius: 50%;
  21. overflow: hidden;
  22. background-color: rgb(228, 225, 225);
  23. }
  24. .wH-left-user {
  25. margin-left: 18rpx;
  26. .nickname {
  27. max-width: 320rpx;
  28. font-size: 30rpx;
  29. font-weight: bold;
  30. color: #000;
  31. }
  32. .time {
  33. display: flex;
  34. align-items: center;
  35. margin-top: 4rpx;
  36. font-size: 26rpx;
  37. color: rgba(0, 0, 0, 0.6);
  38. }
  39. .playNum {
  40. margin: 4rpx 4rpx 0rpx 20rpx;
  41. width: 30rpx;
  42. height: 30rpx;
  43. }
  44. }
  45. }
  46. .wH-right {
  47. display: flex;
  48. align-items: center;
  49. .wH-right-btn {
  50. text-align: center;
  51. margin-left: 30rpx;
  52. .img {
  53. width: 27rpx;
  54. height: 32rpx;
  55. }
  56. .text {
  57. font-size: 26rpx;
  58. color: rgba(0, 0, 0, 0.74);
  59. }
  60. }
  61. .follow {
  62. display: flex;
  63. align-items: center;
  64. justify-content: center;
  65. width: 140rpx;
  66. font-size: 24rpx;
  67. padding: 8rpx 0rpx;
  68. border-radius: 50rpx;
  69. border: 1rpx solid #1BC665;
  70. color: #1BC665;
  71. .character {
  72. width: 22rpx;
  73. height: 22rpx;
  74. margin-right: 6rpx;
  75. }
  76. }
  77. .isFans {
  78. border: 1rpx solid #E2ECFB;
  79. background-color: #E2ECFB;
  80. color: #333;
  81. }
  82. .pkNum {
  83. color: #30C866;
  84. font-size: 44rpx;
  85. margin-right: 20rpx;
  86. }
  87. }
  88. }
  89. .workContent {
  90. position: relative;
  91. font-size: 0px;
  92. .videoBox {
  93. position: relative;
  94. width: 100%;
  95. height: 422rpx;
  96. .maskBg {
  97. position: absolute;
  98. top: 0px;
  99. left: 0px;
  100. width: 100%;
  101. height: 100%;
  102. background-color: rgba(0, 0, 0, 0.5);
  103. }
  104. .maskImg {
  105. z-index: 10;
  106. width: 215rpx;
  107. height: 215rpx;
  108. position: absolute;
  109. top: 0px;
  110. right: 0px;
  111. left: 0px;
  112. bottom: 0px;
  113. margin: auto;
  114. }
  115. .play {
  116. position: absolute;
  117. left: 20rpx;
  118. bottom: 15rpx;
  119. width: 70rpx;
  120. height: 70rpx;
  121. }
  122. .cover {
  123. width: 100%;
  124. height: 100%;
  125. }
  126. }
  127. .watermark {
  128. position: absolute;
  129. width: 100%;
  130. height: 100%;
  131. left: 0px;
  132. top: 0px;
  133. z-index: 2;
  134. }
  135. .video {
  136. width: 100%;
  137. height: 100%;
  138. pointer-events: auto;
  139. }
  140. .audioBox {
  141. position: relative;
  142. height: 270rpx;
  143. overflow: hidden;
  144. display: flex;
  145. align-items: center;
  146. .audioBg {
  147. position: absolute;
  148. width: 100%;
  149. height: 100%;
  150. }
  151. .titleBox {
  152. position: relative;
  153. margin-left: 50rpx;
  154. margin-right: 30rpx;
  155. width: 380rpx;
  156. font-size: 36rpx;
  157. line-height: 54rpx;
  158. color: white;
  159. text-align: center;
  160. }
  161. .audioPlay {
  162. position: relative;
  163. width: 220rpx;
  164. height: 174rpx;
  165. display: flex;
  166. align-items: center;
  167. justify-content: center;
  168. .audioPlayBg {
  169. width: 150rpx;
  170. height: 150rpx;
  171. }
  172. .audioPlayZhen {
  173. position: absolute;
  174. right: 30rpx;
  175. top: 16rpx;
  176. width: 32rpx;
  177. height: 40rpx;
  178. }
  179. .cover {
  180. position: absolute;
  181. width: 130rpx;
  182. height: 130rpx;
  183. border-radius: 50%;
  184. }
  185. .circle {
  186. animation: identifier 12s infinite linear;
  187. }
  188. }
  189. .progressBar {
  190. position: absolute;
  191. left: 0px;
  192. bottom: 0px;
  193. width: 100%;
  194. padding: 0rpx 24rpx;
  195. box-sizing: border-box;
  196. font-size: 0rpx;
  197. display: flex;
  198. align-items: center;
  199. .audioSwitch {
  200. width: 26rpx;
  201. height: 34rpx;
  202. padding: 10rpx;
  203. margin-right: 20rpx;
  204. }
  205. .time {
  206. color: white;
  207. font-size: 22rpx;
  208. }
  209. .slider {
  210. flex: 1;
  211. }
  212. }
  213. }
  214. }
  215. .workFooter {
  216. display: flex;
  217. justify-content: space-between;
  218. align-items: center;
  219. padding: 20rpx 20rpx 10rpx;
  220. .mangeL-box {
  221. position: relative;
  222. display: flex;
  223. align-items: center;
  224. margin-right: 30rpx;
  225. .noticeTips {
  226. position: absolute;
  227. right: -38rpx;
  228. top: -10rpx;
  229. width: 34rpx;
  230. padding: 4rpx 0rpx;
  231. border-radius: 40rpx;
  232. color: white;
  233. font-size: 16rpx;
  234. text-align: center;
  235. background-color: #FF0000;
  236. }
  237. .icon {
  238. width: 44rpx;
  239. height: 44rpx;
  240. }
  241. .icon-name {
  242. margin-left: 8rpx;
  243. font-size: 26rpx;
  244. }
  245. }
  246. }
  247. .toReading {
  248. width: 166rpx;
  249. display: flex;
  250. align-items: center;
  251. justify-content: center;
  252. padding: 12rpx 32rpx;
  253. border-radius: 50rpx;
  254. background-color: #81C7FF;
  255. box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46);
  256. .reading {
  257. width: 24rpx;
  258. height: 32rpx;
  259. }
  260. .reading-text {
  261. color: white;
  262. font-size: 30rpx;
  263. margin-left: 12rpx;
  264. }
  265. }
  266. .pkToReading {
  267. width: 250rpx;
  268. }
  269. .pkPageBtns {
  270. width: 100%;
  271. margin-top: 16rpx;
  272. padding: 0rpx 32rpx;
  273. box-sizing: border-box;
  274. display: flex;
  275. align-items: center;
  276. justify-content: center;
  277. }
  278. }