index.wxss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. @keyframes numberMove {
  2. from {
  3. bottom: 20rpx;
  4. opacity: 1;
  5. }
  6. to {
  7. bottom: 200rpx;
  8. font-size: 50rpx;
  9. opacity: 0;
  10. }
  11. }
  12. .swiper_container {
  13. width: 100%;
  14. height: 100%;
  15. background: #eee;
  16. }
  17. .swiper_container .video-swiper {
  18. width: 100%;
  19. height: 100%;
  20. display: block;
  21. background: #ffffff;
  22. }
  23. .swiper_container .swiper_item {
  24. width: 100%;
  25. background: #ffffff;
  26. margin-bottom: 20rpx;
  27. padding-bottom: 20rpx;
  28. overflow: hidden;
  29. position: relative;
  30. }
  31. .swiper_container .swiper_item.no_swiper {
  32. max-height: 879rpx;
  33. min-height: 640rpx;
  34. }
  35. .swiper_container .swiper_item .head_box {
  36. width: 100%;
  37. height: 120rpx;
  38. display: flex;
  39. justify-content: space-between;
  40. padding-left: 20rpx;
  41. box-sizing: border-box;
  42. padding-right: 20rpx;
  43. position: relative;
  44. }
  45. .swiper_container .swiper_item .head_box .tag_icon {
  46. width: 66rpx;
  47. height: 34rpx;
  48. position: absolute;
  49. right: 0;
  50. top: 0;
  51. }
  52. .swiper_container .swiper_item .head_box .user_box {
  53. width: 378rpx;
  54. height: 100%;
  55. display: flex;
  56. align-items: center;
  57. position: relative;
  58. }
  59. .swiper_container .swiper_item .head_box .user_box .avatar {
  60. width: 80rpx;
  61. height: 80rpx;
  62. border: 2rpx solid green;
  63. border-radius: 50%;
  64. }
  65. .swiper_container .swiper_item .head_box .user_box .avatar_fans {
  66. width: 34rpx;
  67. height: 34rpx;
  68. position: absolute;
  69. bottom: 5rpx;
  70. left: 26rpx;
  71. }
  72. .swiper_container .swiper_item .head_box .user_box .user_right {
  73. margin-left: 16rpx;
  74. display: flex;
  75. align-items: center;
  76. }
  77. .swiper_container .swiper_item .head_box .user_box .user_right .nickname {
  78. font-size: 30rpx;
  79. color: rgba(0, 0, 0, 0.8);
  80. font-weight: bold;
  81. font-size: 30rpx;
  82. width: 270rpx;
  83. height: 40rpx;
  84. overflow: hidden;
  85. }
  86. .swiper_container .swiper_item .head_box .user_box .user_right .efun_tag {
  87. width: 68rpx;
  88. height: 30rpx;
  89. margin-left: 4rpx;
  90. }
  91. .swiper_container .swiper_item .head_box .time {
  92. display: flex;
  93. align-items: center;
  94. font-size: 30rpx;
  95. color: rgba(0, 0, 0, 0.8);
  96. }
  97. .swiper_container .swiper_item .head_box .my_btn {
  98. display: flex;
  99. align-items: center;
  100. }
  101. .swiper_container .swiper_item .head_box .my_btn .delete {
  102. display: flex;
  103. flex-direction: column;
  104. align-items: center;
  105. margin-right: 45rpx;
  106. }
  107. .swiper_container .swiper_item .head_box .my_btn .delete .download_image {
  108. width: 29rpx;
  109. height: 32rpx;
  110. margin-bottom: 2rpx;
  111. }
  112. .swiper_container .swiper_item .head_box .my_btn .delete .delete_image {
  113. width: 25rpx;
  114. height: 32rpx;
  115. margin-bottom: 2rpx;
  116. }
  117. .swiper_container .swiper_item .head_box .my_btn .delete .delete_text {
  118. font-size: 26rpx;
  119. color: rgba(0, 0, 0, 0.8);
  120. }
  121. .swiper_container .swiper_item .head_box .my_btn .hide {
  122. display: flex;
  123. flex-direction: column;
  124. align-items: center;
  125. margin-right: 23rpx;
  126. box-sizing: border-box;
  127. }
  128. .swiper_container .swiper_item .head_box .my_btn .hide .hide_image {
  129. width: 32rpx;
  130. height: 33rpx;
  131. margin-bottom: 1rpx;
  132. }
  133. .swiper_container .swiper_item .head_box .my_btn .hide .hide_text {
  134. font-size: 26rpx;
  135. color: rgba(0, 0, 0, 0.8);
  136. }
  137. .swiper_container .swiper_item .video_item {
  138. width: 100%;
  139. height: 422rpx;
  140. }
  141. .swiper_container .swiper_item .video_place {
  142. width: 100%;
  143. height: 430rpx;
  144. background: rgba(0, 0, 0, 0.3);
  145. display: flex;
  146. align-items: center;
  147. justify-content: center;
  148. position: relative;
  149. }
  150. .swiper_container .swiper_item .video_place .play_btn {
  151. width: 100rpx;
  152. height: 100rpx;
  153. position: absolute;
  154. top: 170rpx;
  155. left: 0;
  156. right: 0;
  157. margin: 0 auto;
  158. }
  159. .swiper_container .swiper_item .video_place .activity_tigs {
  160. position: absolute;
  161. bottom: 0;
  162. left: 0;
  163. width: 100%;
  164. height: 49rpx;
  165. }
  166. .swiper_container .swiper_item .video_place .place_img {
  167. width: 100%;
  168. height: 100%;
  169. }
  170. .swiper_container .swiper_item .video_item_dialog {
  171. width: 100%;
  172. height: 422rpx;
  173. background: rgba(0, 0, 0, 0.3);
  174. display: flex;
  175. align-items: center;
  176. justify-content: center;
  177. position: absolute;
  178. z-index: 1;
  179. }
  180. .swiper_container .swiper_item .video_item_dialog .video_item_dialog_img {
  181. width: 215rpx;
  182. height: 215rpx;
  183. }
  184. .swiper_container .swiper_item .video_title {
  185. width: 100%;
  186. height: 58rpx;
  187. font-size: 34rpx;
  188. color: #373737;
  189. display: flex;
  190. align-items: center;
  191. padding-left: 27rpx;
  192. font-weight: bold;
  193. }
  194. .swiper_container .swiper_item .foot_box {
  195. width: 100%;
  196. height: 65rpx;
  197. margin-top: 43rpx;
  198. display: flex;
  199. justify-content: space-between;
  200. padding-left: 20rpx;
  201. }
  202. .swiper_container .swiper_item .foot_box .foot_left,
  203. .swiper_container .swiper_item .foot_box .foot_right {
  204. display: flex;
  205. align-items: center;
  206. position: relative;
  207. }
  208. .swiper_container .swiper_item .foot_box .video_btn {
  209. margin-right: 42rpx;
  210. font-size: 28rpx;
  211. color: rgba(0, 0, 0, 0.8);
  212. display: flex;
  213. flex-direction: row;
  214. align-items: center;
  215. }
  216. .swiper_container .swiper_item .foot_box .video_btn .animation-flower {
  217. width: 90rpx;
  218. height: 40rpx;
  219. position: absolute;
  220. left: 17rpx;
  221. bottom: 24rpx;
  222. opacity: 0;
  223. display: flex;
  224. align-items: center;
  225. flex-direction: row;
  226. justify-content: center;
  227. }
  228. .swiper_container .swiper_item .foot_box .video_btn .animation-flower .animation-flower-icon {
  229. width: 32rpx;
  230. height: 38rpx;
  231. display: block;
  232. margin-right: 8rpx;
  233. }
  234. .swiper_container .swiper_item .foot_box .video_btn .animation-flower text {
  235. margin-top: -15rpx;
  236. display: block;
  237. font-size: 26rpx;
  238. font-weight: 800;
  239. color: #fc3b3b;
  240. }
  241. .swiper_container .swiper_item .foot_box .video_btn .add-one-come-out {
  242. animation: numberMove 1.2s ease;
  243. -webkit-animation: numberMove 1.2s ease;
  244. }
  245. .swiper_container .swiper_item .foot_box .video_btn.share_btn {
  246. outline: none;
  247. padding: 0;
  248. margin: 0;
  249. background: #fff;
  250. }
  251. .swiper_container .swiper_item .foot_box .video_btn .collect_btn_icon {
  252. width: 48rpx;
  253. height: 46rpx;
  254. margin-right: 7rpx;
  255. }
  256. .swiper_container .swiper_item .foot_box .video_btn .share_btn_icon {
  257. width: 46rpx;
  258. height: 46rpx;
  259. margin-right: 8rpx;
  260. outline: none;
  261. padding: 0;
  262. margin: 0;
  263. border-radius: 0;
  264. background: #fff;
  265. }
  266. .swiper_container .swiper_item .foot_box .video_btn .flower_btn_icon {
  267. width: 46rpx;
  268. height: 46rpx;
  269. margin-right: 10rpx;
  270. border-radius: none;
  271. }
  272. .swiper_container .swiper_item .foot_box .video_btn .comment_btn_icon {
  273. width: 49rpx;
  274. height: 47rpx;
  275. margin-right: 9rpx;
  276. border-radius: 0;
  277. }
  278. .swiper_container .swiper_item .btn_wrapper {
  279. width: 100%;
  280. height: 111rpx;
  281. display: flex;
  282. align-items: center;
  283. justify-content: center;
  284. margin-top: 45rpx;
  285. margin-bottom: 10rpx;
  286. padding-bottom: 20rpx;
  287. box-sizing: border-box;
  288. }
  289. .swiper_container .swiper_item .btn_wrapper .reading_btn {
  290. width: 271rpx;
  291. height: 80rpx;
  292. background: #3FACFF;
  293. border-radius: 100rpx;
  294. display: flex;
  295. align-items: center;
  296. justify-content: center;
  297. }
  298. .swiper_container .swiper_item .btn_wrapper .reading_btn image {
  299. width: 39rpx;
  300. height: 50rpx;
  301. margin-right: 20rpx;
  302. }
  303. .swiper_container .swiper_item .btn_wrapper .reading_btn text {
  304. color: #fff;
  305. font-size: 30rpx;
  306. }
  307. .swiper_container .no_work {
  308. width: 100%;
  309. height: 120rpx;
  310. display: flex;
  311. align-items: center;
  312. justify-content: center;
  313. }
  314. .swiper_container .no_work .no_work_text {
  315. color: #373737;
  316. font-size: 30rpx;
  317. }