index.wxss 5.5 KB

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