index.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. .swiper_container {
  2. width: 100%;
  3. height: 100%;
  4. background: #eee;
  5. }
  6. .swiper_container .video-swiper {
  7. width: 100%;
  8. height: 100%;
  9. display: block;
  10. background: #ffffff;
  11. }
  12. .swiper_container .swiper_item {
  13. width: 100%;
  14. background: #ffffff;
  15. margin-bottom: 20rpx;
  16. padding-bottom: 20rpx;
  17. overflow: hidden;
  18. }
  19. .swiper_container .swiper_item.no_swiper {
  20. max-height: 879rpx;
  21. min-height: 640rpx;
  22. }
  23. .swiper_container .swiper_item .head_box {
  24. width: 100%;
  25. height: 120rpx;
  26. display: flex;
  27. justify-content: space-between;
  28. padding-left: 20rpx;
  29. box-sizing: border-box;
  30. padding-right: 20rpx;
  31. position: relative;
  32. }
  33. .swiper_container .swiper_item .head_box .tag_icon {
  34. width: 66rpx;
  35. height: 34rpx;
  36. position: absolute;
  37. right: 0;
  38. top: 0;
  39. }
  40. .swiper_container .swiper_item .head_box .user_box {
  41. width: 378rpx;
  42. height: 100%;
  43. display: flex;
  44. align-items: center;
  45. position: relative;
  46. }
  47. .swiper_container .swiper_item .head_box .user_box .avatar {
  48. width: 80rpx;
  49. height: 80rpx;
  50. border: 2rpx solid green;
  51. border-radius: 50%;
  52. }
  53. .swiper_container .swiper_item .head_box .user_box .avatar_fans {
  54. width: 34rpx;
  55. height: 34rpx;
  56. position: absolute;
  57. bottom: 5rpx;
  58. left: 26rpx;
  59. }
  60. .swiper_container .swiper_item .head_box .user_box .user_right {
  61. margin-left: 16rpx;
  62. display: flex;
  63. align-items: center;
  64. }
  65. .swiper_container .swiper_item .head_box .user_box .user_right .nickname {
  66. font-size: 30rpx;
  67. color: rgba(0, 0, 0, 0.8);
  68. font-weight: bold;
  69. }
  70. .swiper_container .swiper_item .head_box .user_box .user_right .efun_tag {
  71. width: 68rpx;
  72. height: 30rpx;
  73. margin-left: 4rpx;
  74. }
  75. .swiper_container .swiper_item .head_box .time {
  76. display: flex;
  77. align-items: center;
  78. font-size: 30rpx;
  79. color: rgba(0, 0, 0, 0.8);
  80. }
  81. .swiper_container .swiper_item .head_box .my_btn {
  82. display: flex;
  83. align-items: center;
  84. }
  85. .swiper_container .swiper_item .head_box .my_btn .delete {
  86. display: flex;
  87. flex-direction: column;
  88. align-items: center;
  89. margin-right: 45rpx;
  90. }
  91. .swiper_container .swiper_item .head_box .my_btn .delete .delete_image {
  92. width: 25rpx;
  93. height: 33rpx;
  94. margin-bottom: 2rpx;
  95. }
  96. .swiper_container .swiper_item .head_box .my_btn .delete .delete_text {
  97. font-size: 26rpx;
  98. color: rgba(0, 0, 0, 0.8);
  99. }
  100. .swiper_container .swiper_item .head_box .my_btn .hide {
  101. display: flex;
  102. flex-direction: column;
  103. align-items: center;
  104. margin-right: 23rpx;
  105. padding-top: 3rpx;
  106. box-sizing: border-box;
  107. }
  108. .swiper_container .swiper_item .head_box .my_btn .hide .hide_image {
  109. width: 32rpx;
  110. height: 33rpx;
  111. margin-bottom: 2rpx;
  112. }
  113. .swiper_container .swiper_item .head_box .my_btn .hide .hide_text {
  114. font-size: 26rpx;
  115. color: rgba(0, 0, 0, 0.8);
  116. }
  117. .swiper_container .swiper_item .video_item {
  118. width: 100%;
  119. height: 422rpx;
  120. }
  121. .swiper_container .swiper_item .video_place {
  122. width: 100%;
  123. height: 430rpx;
  124. background: rgba(0, 0, 0, 0.3);
  125. display: flex;
  126. align-items: center;
  127. justify-content: center;
  128. position: relative;
  129. }
  130. .swiper_container .swiper_item .video_place .play_btn {
  131. width: 100rpx;
  132. height: 100rpx;
  133. position: absolute;
  134. top: 170rpx;
  135. left: 0;
  136. right: 0;
  137. margin: 0 auto;
  138. }
  139. .swiper_container .swiper_item .video_place .place_img {
  140. width: 100%;
  141. height: 100%;
  142. }
  143. .swiper_container .swiper_item .video_item_dialog {
  144. width: 100%;
  145. height: 422rpx;
  146. background: rgba(0, 0, 0, 0.3);
  147. display: flex;
  148. align-items: center;
  149. justify-content: center;
  150. position: absolute;
  151. z-index: 1;
  152. }
  153. .swiper_container .swiper_item .video_item_dialog .video_item_dialog_img {
  154. width: 215rpx;
  155. height: 215rpx;
  156. }
  157. .swiper_container .swiper_item .video_title {
  158. width: 100%;
  159. height: 58rpx;
  160. font-size: 34rpx;
  161. color: #373737;
  162. display: flex;
  163. align-items: center;
  164. padding-left: 27rpx;
  165. font-weight: bold;
  166. }
  167. .swiper_container .swiper_item .foot_box {
  168. width: 100%;
  169. height: 65rpx;
  170. margin-top: 43rpx;
  171. display: flex;
  172. justify-content: space-between;
  173. padding-left: 20rpx;
  174. }
  175. .swiper_container .swiper_item .foot_box .foot_left,
  176. .swiper_container .swiper_item .foot_box .foot_right {
  177. display: flex;
  178. align-items: center;
  179. }
  180. .swiper_container .swiper_item .foot_box .video_btn {
  181. margin-right: 42rpx;
  182. font-size: 28rpx;
  183. color: rgba(0, 0, 0, 0.8);
  184. display: flex;
  185. flex-direction: row;
  186. align-items: center;
  187. }
  188. .swiper_container .swiper_item .foot_box .video_btn .collect_btn_icon {
  189. width: 48rpx;
  190. height: 46rpx;
  191. margin-right: 7rpx;
  192. }
  193. .swiper_container .swiper_item .foot_box .video_btn .share_btn_icon {
  194. width: 46rpx;
  195. height: 46rpx;
  196. margin-right: 8rpx;
  197. outline: none;
  198. padding: 0;
  199. margin: 0;
  200. border-radius: 0;
  201. background: #fff;
  202. }
  203. .swiper_container .swiper_item .foot_box .video_btn .flower_btn_icon {
  204. width: 46rpx;
  205. height: 46rpx;
  206. margin-right: 10rpx;
  207. border-radius: none;
  208. }
  209. .swiper_container .swiper_item .foot_box .video_btn .comment_btn_icon {
  210. width: 49rpx;
  211. height: 47rpx;
  212. margin-right: 9rpx;
  213. border-radius: 0;
  214. }
  215. .swiper_container .swiper_item .btn_wrapper {
  216. width: 100%;
  217. height: 111rpx;
  218. display: flex;
  219. align-items: center;
  220. justify-content: center;
  221. margin-top: 45rpx;
  222. margin-bottom: 10rpx;
  223. padding-bottom: 20rpx;
  224. box-sizing: border-box;
  225. }
  226. .swiper_container .swiper_item .btn_wrapper .reading_btn {
  227. width: 271rpx;
  228. height: 80rpx;
  229. background: #3FACFF;
  230. border-radius: 100rpx;
  231. display: flex;
  232. align-items: center;
  233. justify-content: center;
  234. }
  235. .swiper_container .swiper_item .btn_wrapper .reading_btn image {
  236. width: 39rpx;
  237. height: 50rpx;
  238. margin-right: 20rpx;
  239. }
  240. .swiper_container .swiper_item .btn_wrapper .reading_btn text {
  241. color: #fff;
  242. font-size: 30rpx;
  243. }