index.less 6.9 KB

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