12345678910111213141516171819202122 |
- swiper-slide img {
- width: auto;
- max-width: 100%;
- height: auto;
- max-height: 70%;
- }
- swiper-slide {
- display: flex;
- position: relative;
-
- flex-direction: column;
- flex-shrink: 0;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 100%;
-
- font-size: 18px;
-
- text-align: center;
- box-sizing: border-box;
- }
|