欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

SWIPER插件 最后一页100%高度,最后还要展示页脚网站消息

程序员文章站 2024-03-25 12:16:28
...

在最后一页,要求滚动到最后一页的时候, 再滚一下, 就展示备案消息等, 就需要调整一下.

初始化的时候, js:
slidesPerView: 'auto',
css:

swiper-container .swiper-slide{
    height:100%;
}

.swiper-container .swiper-slide:last-child{
    height:104px;
    background:rgba(105,105,105,1) !important;

}
相关标签: swiper