index.less 3.8 KB

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