Swiper中文论坛

标题: effect 切换的cube 手机端第三页时分页器不显示问题 [打印本页]

作者: yluoai    时间: 2017-1-22 16:16
标题: effect 切换的cube 手机端第三页时分页器不显示问题
需要把分页器拿出swiper-container外,另外重写一下样式
.swiper-pagination {
            right: 10px;
            top: 50%;
            -webkit-transform: translate3d(0px, -50%, 0);
            -moz-transform: translate3d(0px, -50%, 0);
            -o-transform: translate(0px, -50%);
            -ms-transform: translate3d(0px, -50%, 0);
            transform: translate3d(0px, -50%, 0);
        }
        .swiper-pagination .swiper-pagination-bullet {
            margin: 5px 0;
            display: block;
        }
作者: yluoai    时间: 2017-1-22 16:17
我的手机端用的是几张图片分页100%显示的,所以会出现这种第三页时分页器消失的情况
作者: lynxmail    时间: 2017-1-30 23:16
如何 做一个 动画扩展类 方便effect 扩展




欢迎光临 Swiper中文论坛 (http://bbs.swiper.com.cn/) Powered by Discuz! X3.2