index.wxss 3.2 KB

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