index.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. .swiper_container {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .swiper_container .video-swiper {
  6. width: 100%;
  7. height: 100%;
  8. display: block;
  9. background: #ffffff;
  10. }
  11. .swiper_container .swiper_item {
  12. width: 100%;
  13. height: 100%;
  14. }
  15. .swiper_container .swiper_item.no_swiper {
  16. height: 879rpx;
  17. }
  18. .swiper_container .swiper_item .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. }
  27. .swiper_container .swiper_item .head_box .user_box {
  28. width: 400rpx;
  29. height: 100%;
  30. display: flex;
  31. align-items: center;
  32. }
  33. .swiper_container .swiper_item .head_box .user_box .avatar {
  34. width: 80rpx;
  35. height: 80rpx;
  36. border: 2rpx solid green;
  37. border-radius: 50%;
  38. }
  39. .swiper_container .swiper_item .head_box .user_box .user_right {
  40. margin-left: 16rpx;
  41. }
  42. .swiper_container .swiper_item .head_box .user_box .user_right .nickname {
  43. font-size: 30rpx;
  44. color: rgba(0, 0, 0, 0.6);
  45. }
  46. .swiper_container .swiper_item .head_box .time {
  47. display: flex;
  48. align-items: center;
  49. font-size: 26rpx;
  50. color: rgba(0, 0, 0, 0.6);
  51. }
  52. .swiper_container .swiper_item .video_item {
  53. width: 100%;
  54. height: 422rpx;
  55. }
  56. .swiper_container .swiper_item .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. .swiper_container .swiper_item .foot_box {
  66. width: 100%;
  67. height: 120rpx;
  68. display: flex;
  69. justify-content: space-between;
  70. padding-left: 20rpx;
  71. }
  72. .swiper_container .swiper_item .foot_box .foot_left,
  73. .swiper_container .swiper_item .foot_box .foot_right {
  74. display: flex;
  75. align-items: center;
  76. }
  77. .swiper_container .swiper_item .foot_box .btn {
  78. margin-right: 42rpx;
  79. font-size: 28rpx;
  80. color: rgba(0, 0, 0, 0.6);
  81. display: flex;
  82. flex-direction: row;
  83. align-items: center;
  84. }
  85. .swiper_container .swiper_item .foot_box .btn .collect_btn_icon {
  86. width: 48rpx;
  87. height: 46rpx;
  88. margin-right: 14rpx;
  89. }
  90. .swiper_container .swiper_item .foot_box .btn .share_btn_icon {
  91. width: 46rpx;
  92. height: 46rpx;
  93. margin-right: 14rpx;
  94. }
  95. .swiper_container .swiper_item .foot_box .btn .flower_btn_icon {
  96. width: 46rpx;
  97. height: 46rpx;
  98. margin-right: 14rpx;
  99. }
  100. .swiper_container .swiper_item .foot_box .btn .comment_btn_icon {
  101. width: 49rpx;
  102. height: 47rpx;
  103. margin-right: 14rpx;
  104. border-radius: 0;
  105. }
  106. .swiper_container .swiper_item .btn_wrapper {
  107. width: 100%;
  108. height: 110rpx;
  109. display: flex;
  110. align-items: center;
  111. justify-content: center;
  112. }
  113. .swiper_container .swiper_item .btn_wrapper .reading_btn {
  114. width: 271rpx;
  115. height: 80rpx;
  116. background: #14c962;
  117. border-radius: 100rpx;
  118. display: flex;
  119. align-items: center;
  120. justify-content: center;
  121. }
  122. .swiper_container .swiper_item .btn_wrapper .reading_btn image {
  123. width: 39rpx;
  124. height: 50rpx;
  125. margin-right: 20rpx;
  126. }
  127. .swiper_container .swiper_item .btn_wrapper .reading_btn text {
  128. color: #fff;
  129. font-size: 30rpx;
  130. }