swiper 切换会闪过几张图片问题

 

1.在swiper中,如果不在swiper-slide的div中加上下面是会出现切换的时候闪过几张图片的问题的

 display: flex;

justify-content: center;

align-items: center;

2.再外层的CSS要给 position: relative;属性。mySwiper外面这层,下面案例的body.

   position: relative;

swiper是个成熟的插件,出现问题首先考虑是否自己写错了,再看dome一一对比

 

posted @ 2021-12-02 10:45  漫漫长路</>  阅读(408)  评论(0)    收藏  举报