星火官网,前端页面(前台)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.css 453B

1234567891011121314151617181920
  1. .home_swiper_container.swiper-container .swiper-slide img {
  2. display: block;
  3. width: 100%;
  4. height: 9.42rem;
  5. object-fit: cover;
  6. }
  7. .home_swiper_container.swiper-container .swiper-wrapper .swiper-slide::after {
  8. content: "";
  9. position: absolute;
  10. width: 100%;
  11. height: 9.42rem;
  12. left: 0;
  13. top: 0;
  14. z-index: 1;
  15. background: linear-gradient(
  16. 180deg,
  17. rgba(50, 55, 62, 0) 30.34%,
  18. rgba(13, 27, 46, 0.7) 100%
  19. );
  20. }