1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
| .swiper-view position: relative width: 100vw min-height: 30vh overflow: hidden
.swiper-view-container padding-bottom: 10px // height: 100% position: relative white-space:nowarp box-sizing: content-box display: flex flex-direction: row transition: transform 0.35s cubic-bezier(0.15, 0.3, 0.25, 1) 0s direction: ltr will-change: transform transform: translateX(0%)
.swiper-view-item width: 100% height: 100% flex-shrink: 0 // overflow: auto display: flex flex-direction: row flex-wrap: wrap justify-content: space-evenly align-items: flex-start position: relative
|