index.wxss 5.3 KB

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