index.wxss 2.9 KB

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