tab1.page.scss 382 B

12345678910111213141516171819202122
  1. swiper-slide img {
  2. width: auto;
  3. max-width: 100%;
  4. height: auto;
  5. max-height: 70%;
  6. }
  7. swiper-slide {
  8. display: flex;
  9. position: relative;
  10. flex-direction: column;
  11. flex-shrink: 0;
  12. align-items: center;
  13. justify-content: center;
  14. width: 100%;
  15. height: 100%;
  16. font-size: 18px;
  17. text-align: center;
  18. box-sizing: border-box;
  19. }