index.less 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. .swiper_container {
  2. width: 100%;
  3. height: 100%;
  4. // padding-top: 20rpx;
  5. .video-swiper {
  6. width: 100%;
  7. height: 100%;
  8. display: block;
  9. background: #ffffff;
  10. // margin-top: 64rpx;
  11. }
  12. .swiper_item {
  13. width: 100%;
  14. height: 100%;
  15. &.no_swiper {
  16. height: 879rpx;
  17. }
  18. .head_box {
  19. width: 100%;
  20. height: 120rpx;
  21. display: flex;
  22. justify-content: space-between;
  23. padding-left: 20rpx;
  24. box-sizing: border-box;
  25. padding-right: 20rpx;
  26. .tag_icon{
  27. width: 66rpx;
  28. height: 34rpx;
  29. position: absolute;
  30. right: 0;
  31. top: 0;
  32. }
  33. .user_box {
  34. width: 400rpx;
  35. height: 100%;
  36. display: flex;
  37. align-items: center;
  38. .avatar {
  39. width: 80rpx;
  40. height: 80rpx;
  41. border: 2rpx solid green;
  42. border-radius: 50%;
  43. }
  44. .user_right {
  45. margin-left: 16rpx;
  46. display: flex;
  47. align-items: center;
  48. .nickname {
  49. font-size: 30rpx;
  50. color: rgba(0, 0, 0, 0.60);
  51. }
  52. .efun_tag{
  53. width: 68rpx;
  54. height: 30rpx;
  55. margin-left: 4rpx;
  56. }
  57. }
  58. }
  59. .time {
  60. display: flex;
  61. align-items: center;
  62. font-size: 26rpx;
  63. color: rgba(0, 0, 0, 0.60);
  64. }
  65. .my_btn {
  66. display: flex;
  67. align-items: center;
  68. .delete {
  69. display: flex;
  70. flex-direction: column;
  71. align-items: center;
  72. margin-right: 45rpx;
  73. .delete_image {
  74. width: 25rpx;
  75. height: 33rpx;
  76. margin-bottom: 2rpx;
  77. }
  78. .delete_text {
  79. font-size: 26rpx;
  80. color: rgba(0, 0, 0, 0.60);
  81. }
  82. }
  83. .hide {
  84. display: flex;
  85. flex-direction: column;
  86. align-items: center;
  87. margin-right: 23rpx;
  88. padding-top: 3rpx;
  89. box-sizing: border-box;
  90. .hide_image {
  91. width: 32rpx;
  92. height: 27rpx;
  93. margin-bottom: 5rpx;
  94. }
  95. .hide_text {
  96. font-size: 26rpx;
  97. color: rgba(0, 0, 0, 0.60);
  98. }
  99. }
  100. }
  101. }
  102. .video_item {
  103. width: 100%;
  104. height: 422rpx;
  105. }
  106. .video_title {
  107. width: 100%;
  108. height: 62rpx;
  109. font-size: 30rpx;
  110. color: #373737;
  111. display: flex;
  112. align-items: center;
  113. padding-left: 20rpx;
  114. }
  115. .foot_box {
  116. width: 100%;
  117. height: 120rpx;
  118. display: flex;
  119. justify-content: space-between;
  120. padding-left: 20rpx;
  121. .foot_left,
  122. .foot_right {
  123. display: flex;
  124. align-items: center;
  125. }
  126. .btn {
  127. margin-right: 42rpx;
  128. font-size: 28rpx;
  129. color: rgba(0, 0, 0, 0.60);
  130. display: flex;
  131. flex-direction: row;
  132. align-items: center;
  133. .collect_btn_icon {
  134. width: 48rpx;
  135. height: 46rpx;
  136. margin-right: 14rpx;
  137. }
  138. .share_btn_icon {
  139. width: 46rpx;
  140. height: 46rpx;
  141. margin-right: 14rpx;
  142. }
  143. .flower_btn_icon {
  144. width: 46rpx;
  145. height: 46rpx;
  146. margin-right: 14rpx;
  147. border-radius: none;
  148. }
  149. .comment_btn_icon {
  150. width: 49rpx;
  151. height: 47rpx;
  152. margin-right: 14rpx;
  153. border-radius: 0;
  154. }
  155. }
  156. }
  157. .btn_wrapper {
  158. width: 100%;
  159. height: 110rpx;
  160. display: flex;
  161. align-items: center;
  162. justify-content: center;
  163. .reading_btn {
  164. width: 271rpx;
  165. height: 80rpx;
  166. background: #14c962;
  167. border-radius: 100rpx;
  168. display: flex;
  169. align-items: center;
  170. justify-content: center;
  171. image {
  172. width: 39rpx;
  173. height: 50rpx;
  174. margin-right: 20rpx;
  175. }
  176. text {
  177. color: #fff;
  178. font-size: 30rpx;
  179. }
  180. }
  181. }
  182. }
  183. }