swiper3内容滚动嵌套swiper轮播,无法上下滑动的bug

/**
    swiper 上下滑动划不动
*/
html, body {//这里不一定是html, body;但是.swiper-container外面套的一层div样式一定要加上下面这两个属性
    position: relative;
    height: 100%;
}
#swipe-wrapper {
    width: 100%;
    height: 100%;
}
#swipe-wrapper .swiper-slide {
    height: auto;
}

热评文章