index.less 4.9 KB

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