index.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. .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. .swiper_item {
  12. width: 100%;
  13. height: 100%;
  14. .head_box {
  15. width: 100%;
  16. height: 120rpx;
  17. display: flex;
  18. justify-content: space-between;
  19. padding-left: 20rpx;
  20. .user_box {
  21. width: 400rpx;
  22. height: 100%;
  23. display: flex;
  24. align-items: center;
  25. .avatar {
  26. width: 80rpx;
  27. height: 80rpx;
  28. border: 2rpx solid green;
  29. border-radius: 50%;
  30. }
  31. .user_right {
  32. margin-left: 16rpx;
  33. .nickname {
  34. font-size: 30rpx;
  35. color: rgba(0, 0, 0, 0.60);
  36. }
  37. .time {
  38. font-size: 26rpx;
  39. color: rgba(0, 0, 0, 0.60);
  40. }
  41. }
  42. }
  43. .more_btn {
  44. width: 50rpx;
  45. height: 100%;
  46. margin-right: 20rpx;
  47. display: flex;
  48. align-items: center;
  49. justify-content: space-around;
  50. .more_item {
  51. width: 5rpx;
  52. height: 5rpx;
  53. background: rgba(0, 0, 0, 0.60);
  54. border-radius: 50%;
  55. }
  56. }
  57. }
  58. .video_item {
  59. width: 100%;
  60. height: 422rpx;
  61. }
  62. .video_title {
  63. width: 100%;
  64. height: 62rpx;
  65. font-size: 30rpx;
  66. color: #373737;
  67. display: flex;
  68. align-items: center;
  69. }
  70. .foot_box {
  71. width: 100%;
  72. height: 120rpx;
  73. display: flex;
  74. justify-content: space-between;
  75. padding-left: 20rpx;
  76. .foot_left,
  77. .foot_right {
  78. display: flex;
  79. align-items: center;
  80. }
  81. .btn {
  82. margin-right: 42rpx;
  83. font-size: 28rpx;
  84. color: rgba(0, 0, 0, 0.60);
  85. display: flex;
  86. flex-direction: row;
  87. align-items: center;
  88. .collect_btn_icon {
  89. width: 48rpx;
  90. height: 46rpx;
  91. margin-right: 14rpx;
  92. }
  93. .share_btn_icon {
  94. width: 46rpx;
  95. height: 46rpx;
  96. margin-right: 14rpx;
  97. }
  98. .flower_btn_icon {
  99. width: 46rpx;
  100. height: 46rpx;
  101. margin-right: 14rpx;
  102. }
  103. .comment_btn_icon {
  104. width: 49rpx;
  105. height: 47rpx;
  106. margin-right: 14rpx;
  107. }
  108. }
  109. }
  110. .btn_wrapper{
  111. width: 100%;
  112. height: 110rpx;
  113. display: flex;
  114. align-items: center;
  115. justify-content: center;
  116. .reading_btn{
  117. width: 271rpx;
  118. height: 80rpx;
  119. background: #14c962;
  120. border-radius: 100rpx;
  121. display: flex;
  122. align-items: center;
  123. justify-content: center;
  124. image{
  125. width: 39rpx;
  126. height: 50rpx;
  127. margin-right: 20rpx;
  128. }
  129. text{
  130. color: #fff;
  131. font-size: 30rpx;
  132. }
  133. }
  134. }
  135. }
  136. }
  137. }