index.less 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. }
  52. .video_item {
  53. width: 100%;
  54. height: 422rpx;
  55. }
  56. .video_title {
  57. width: 100%;
  58. height: 62rpx;
  59. font-size: 30rpx;
  60. color: #373737;
  61. display: flex;
  62. align-items: center;
  63. }
  64. .foot_box {
  65. width: 100%;
  66. height: 120rpx;
  67. display: flex;
  68. justify-content: space-between;
  69. padding-left: 20rpx;
  70. .foot_left,
  71. .foot_right {
  72. display: flex;
  73. align-items: center;
  74. }
  75. .btn {
  76. margin-right: 42rpx;
  77. font-size: 28rpx;
  78. color: rgba(0, 0, 0, 0.60);
  79. display: flex;
  80. flex-direction: row;
  81. align-items: center;
  82. .collect_btn_icon {
  83. width: 48rpx;
  84. height: 46rpx;
  85. margin-right: 14rpx;
  86. }
  87. .share_btn_icon {
  88. width: 46rpx;
  89. height: 46rpx;
  90. margin-right: 14rpx;
  91. }
  92. .flower_btn_icon {
  93. width: 46rpx;
  94. height: 46rpx;
  95. margin-right: 14rpx;
  96. }
  97. .comment_btn_icon {
  98. width: 49rpx;
  99. height: 47rpx;
  100. margin-right: 14rpx;
  101. }
  102. }
  103. }
  104. .btn_wrapper {
  105. width: 100%;
  106. height: 110rpx;
  107. display: flex;
  108. align-items: center;
  109. justify-content: center;
  110. .reading_btn {
  111. width: 271rpx;
  112. height: 80rpx;
  113. background: #14c962;
  114. border-radius: 100rpx;
  115. display: flex;
  116. align-items: center;
  117. justify-content: center;
  118. image {
  119. width: 39rpx;
  120. height: 50rpx;
  121. margin-right: 20rpx;
  122. }
  123. text {
  124. color: #fff;
  125. font-size: 30rpx;
  126. }
  127. }
  128. }
  129. }
  130. }