index.css 571 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* 轮播图 */
  2. .takeoutsupport-page .swiper {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .takeoutsupport-page .swiper-slide {
  7. font-size: 18px;
  8. }
  9. .takeoutsupport-page .swiper-slide img {
  10. height: 41.66vw;
  11. width: 100%;
  12. }
  13. .takeoutsupport-page .box1 {
  14. width: 100%;
  15. height: 41.666vw;
  16. position: absolute;
  17. top: 0;
  18. left: 0;
  19. z-index: 100;
  20. display: flex;
  21. align-items: center;
  22. }
  23. .takeoutsupport-page .box1 .title{
  24. font-size: 4.16vw;
  25. font-family: Gilroy, Gilroy-Bold;
  26. font-weight: 700;
  27. color: #ffffff;
  28. margin: 0 auto;
  29. }