index.less 3.7 KB

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