swap.css 202 B

12345678910111213
  1. .swiper {
  2. width: 100%;
  3. white-space: nowrap;
  4. box-sizing: border-box;
  5. }
  6. .scroll-item {
  7. width: 100%;
  8. box-sizing: border-box;
  9. }
  10. .scroll-item image {
  11. width: 100%;
  12. height: 100%;
  13. }