index.wxss 5.5 KB

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