html, body { position: relative; height: 100%; } body { background: #fff; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; color: #000; margin: 0; padding: 0; } .swiper-container { width: 100%; height: 100%; cursor: default; } .swiper-slide { font-size: 20px; height: auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px; line-height: 2; text-indent: 2em; }
4、js部分: