Swiper中文论坛
标题:
分页器的颜色、大小怎么自定义修改?求大神帮助!
[打印本页]
作者:
abian
时间:
2016-9-23 10:07
标题:
分页器的颜色、大小怎么自定义修改?求大神帮助!
.pagination {
position: absolute;
z-index: 20;
bottom: 100px;
width: 100%;
text-align: center;
}
.swiper-pagination-switch {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 10px;
background: #555;
margin: 0 5px;
opacity: 0.8;
border: 1px solid red;
cursor: pointer;
}
.swiper-active-switch {
background: red;
}
用这几个属性调试了,没反应
作者:
xinzhiluren
时间:
2016-10-18 14:46
看下是不是优先级不够的问题
欢迎光临 Swiper中文论坛 (http://bbs.swiper.com.cn/)
Powered by Discuz! X3.2