index.wxss 4.7 KB

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