index.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  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: 26rpx;
  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: 30rpx;
  32. font-weight: bold;
  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 30rpx;
  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-right: 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 #969696;
  81. color: #969696;
  82. }
  83. .work .workHead .wH-right .pkNum {
  84. color: #30C866;
  85. font-size: 44rpx;
  86. margin-right: 20rpx;
  87. }
  88. .work .workContent {
  89. position: relative;
  90. font-size: 0px;
  91. }
  92. .work .workContent .videoBox {
  93. position: relative;
  94. width: 100%;
  95. height: 422rpx;
  96. }
  97. .work .workContent .videoBox .maskBg {
  98. position: absolute;
  99. top: 0px;
  100. left: 0px;
  101. width: 100%;
  102. height: 100%;
  103. background-color: rgba(0, 0, 0, 0.5);
  104. }
  105. .work .workContent .videoBox .maskImg {
  106. z-index: 10;
  107. width: 215rpx;
  108. height: 215rpx;
  109. position: absolute;
  110. top: 0px;
  111. right: 0px;
  112. left: 0px;
  113. bottom: 0px;
  114. margin: auto;
  115. }
  116. .work .workContent .videoBox .play {
  117. position: absolute;
  118. left: 20rpx;
  119. bottom: 15rpx;
  120. width: 70rpx;
  121. height: 70rpx;
  122. }
  123. .work .workContent .videoBox .cover {
  124. width: 100%;
  125. height: 100%;
  126. }
  127. .work .workContent .watermark {
  128. position: absolute;
  129. width: 100%;
  130. height: 100%;
  131. left: 0px;
  132. top: 0px;
  133. z-index: 2;
  134. }
  135. .work .workContent .video {
  136. width: 100%;
  137. height: 422rpx;
  138. pointer-events: auto;
  139. }
  140. .work .workContent .audioBox {
  141. position: relative;
  142. height: 270rpx;
  143. overflow: hidden;
  144. display: flex;
  145. align-items: center;
  146. }
  147. .work .workContent .audioBox .audioBg {
  148. position: absolute;
  149. width: 100%;
  150. height: 100%;
  151. }
  152. .work .workContent .audioBox .titleBox {
  153. position: relative;
  154. margin-left: 50rpx;
  155. margin-right: 30rpx;
  156. width: 380rpx;
  157. font-size: 36rpx;
  158. line-height: 54rpx;
  159. color: white;
  160. text-align: center;
  161. }
  162. .work .workContent .audioBox .audioPlay {
  163. position: relative;
  164. width: 220rpx;
  165. height: 174rpx;
  166. display: flex;
  167. align-items: center;
  168. justify-content: center;
  169. }
  170. .work .workContent .audioBox .audioPlay .audioPlayBg {
  171. width: 150rpx;
  172. height: 150rpx;
  173. }
  174. .work .workContent .audioBox .audioPlay .audioPlayZhen {
  175. position: absolute;
  176. right: 30rpx;
  177. top: 16rpx;
  178. width: 32rpx;
  179. height: 40rpx;
  180. }
  181. .work .workContent .audioBox .audioPlay .cover {
  182. position: absolute;
  183. width: 130rpx;
  184. height: 130rpx;
  185. border-radius: 50%;
  186. }
  187. .work .workContent .audioBox .audioPlay .circle {
  188. animation: identifier 12s infinite linear;
  189. }
  190. .work .workContent .audioBox .progressBar {
  191. position: absolute;
  192. left: 0px;
  193. bottom: 0px;
  194. width: 100%;
  195. padding: 0rpx 24rpx;
  196. box-sizing: border-box;
  197. font-size: 0rpx;
  198. display: flex;
  199. align-items: center;
  200. }
  201. .work .workContent .audioBox .progressBar .audioSwitch {
  202. width: 26rpx;
  203. height: 34rpx;
  204. padding: 10rpx;
  205. margin-right: 20rpx;
  206. }
  207. .work .workContent .audioBox .progressBar .time {
  208. color: white;
  209. font-size: 22rpx;
  210. }
  211. .work .workContent .audioBox .progressBar .slider {
  212. flex: 1;
  213. }
  214. .work .workFooter {
  215. display: flex;
  216. justify-content: space-between;
  217. align-items: center;
  218. padding: 20rpx 20rpx 10rpx;
  219. }
  220. .work .workFooter .mangeL-box {
  221. display: flex;
  222. align-items: center;
  223. margin-right: 30rpx;
  224. }
  225. .work .workFooter .mangeL-box .icon {
  226. width: 44rpx;
  227. height: 44rpx;
  228. }
  229. .work .workFooter .mangeL-box .icon-name {
  230. margin-left: 8rpx;
  231. font-size: 26rpx;
  232. }
  233. .work .toReading {
  234. width: 166rpx;
  235. display: flex;
  236. align-items: center;
  237. justify-content: center;
  238. padding: 12rpx 32rpx;
  239. border-radius: 50rpx;
  240. background-color: #81C7FF;
  241. box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46);
  242. }
  243. .work .toReading .reading {
  244. width: 24rpx;
  245. height: 32rpx;
  246. }
  247. .work .toReading .reading-text {
  248. color: white;
  249. font-size: 30rpx;
  250. margin-left: 12rpx;
  251. }
  252. .work .pkToReading {
  253. width: 250rpx;
  254. }
  255. .work .pkPageBtns {
  256. width: 100%;
  257. margin-top: 16rpx;
  258. padding: 0rpx 32rpx;
  259. box-sizing: border-box;
  260. display: flex;
  261. align-items: center;
  262. justify-content: center;
  263. }