index.wxss 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 .download_image {
  86. width: 29rpx;
  87. height: 33rpx;
  88. margin-bottom: 2rpx;
  89. }
  90. .swiper_container .swiper_item .head_box .my_btn .delete {
  91. display: flex;
  92. flex-direction: column;
  93. align-items: center;
  94. margin-right: 45rpx;
  95. }
  96. .swiper_container .swiper_item .head_box .my_btn .delete .delete_image {
  97. width: 25rpx;
  98. height: 33rpx;
  99. margin-bottom: 2rpx;
  100. }
  101. .swiper_container .swiper_item .head_box .my_btn .delete .delete_text {
  102. font-size: 26rpx;
  103. color: rgba(0, 0, 0, 0.8);
  104. }
  105. .swiper_container .swiper_item .head_box .my_btn .hide {
  106. display: flex;
  107. flex-direction: column;
  108. align-items: center;
  109. margin-right: 23rpx;
  110. padding-top: 3rpx;
  111. box-sizing: border-box;
  112. }
  113. .swiper_container .swiper_item .head_box .my_btn .hide .hide_image {
  114. width: 32rpx;
  115. height: 33rpx;
  116. margin-bottom: 2rpx;
  117. }
  118. .swiper_container .swiper_item .head_box .my_btn .hide .hide_text {
  119. font-size: 26rpx;
  120. color: rgba(0, 0, 0, 0.8);
  121. }
  122. .swiper_container .swiper_item .video_item {
  123. width: 100%;
  124. height: 422rpx;
  125. }
  126. .swiper_container .swiper_item .video_place {
  127. width: 100%;
  128. height: 430rpx;
  129. background: rgba(0, 0, 0, 0.3);
  130. display: flex;
  131. align-items: center;
  132. justify-content: center;
  133. position: relative;
  134. }
  135. .swiper_container .swiper_item .video_place .play_btn {
  136. width: 100rpx;
  137. height: 100rpx;
  138. position: absolute;
  139. top: 170rpx;
  140. left: 0;
  141. right: 0;
  142. margin: 0 auto;
  143. }
  144. .swiper_container .swiper_item .video_place .place_img {
  145. width: 100%;
  146. height: 100%;
  147. }
  148. .swiper_container .swiper_item .video_item_dialog {
  149. width: 100%;
  150. height: 422rpx;
  151. background: rgba(0, 0, 0, 0.3);
  152. display: flex;
  153. align-items: center;
  154. justify-content: center;
  155. position: absolute;
  156. z-index: 1;
  157. }
  158. .swiper_container .swiper_item .video_item_dialog .video_item_dialog_img {
  159. width: 215rpx;
  160. height: 215rpx;
  161. }
  162. .swiper_container .swiper_item .video_title {
  163. width: 100%;
  164. height: 58rpx;
  165. font-size: 34rpx;
  166. color: #373737;
  167. display: flex;
  168. align-items: center;
  169. padding-left: 27rpx;
  170. font-weight: bold;
  171. }
  172. .swiper_container .swiper_item .foot_box {
  173. width: 100%;
  174. height: 65rpx;
  175. margin-top: 43rpx;
  176. display: flex;
  177. justify-content: space-between;
  178. padding-left: 20rpx;
  179. }
  180. .swiper_container .swiper_item .foot_box .foot_left,
  181. .swiper_container .swiper_item .foot_box .foot_right {
  182. display: flex;
  183. align-items: center;
  184. }
  185. .swiper_container .swiper_item .foot_box .video_btn {
  186. margin-right: 42rpx;
  187. font-size: 28rpx;
  188. color: rgba(0, 0, 0, 0.8);
  189. display: flex;
  190. flex-direction: row;
  191. align-items: center;
  192. }
  193. .swiper_container .swiper_item .foot_box .video_btn .collect_btn_icon {
  194. width: 48rpx;
  195. height: 46rpx;
  196. margin-right: 7rpx;
  197. }
  198. .swiper_container .swiper_item .foot_box .video_btn .share_btn_icon {
  199. width: 46rpx;
  200. height: 46rpx;
  201. margin-right: 8rpx;
  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. }