码迷,mamicode.com
首页 > 微信 > 详细

小程序实轮播图自定义指示点

时间:2020-05-15 11:53:31      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:order   class   white   log   cti   swipe   flex   otto   center   

//按钮
.wx-swiper-dots.wx-swiper-dots-horizontal{
margin-bottom: 5rpx;
float: left;
text-align: center;
}
.wx-swiper-dot::before{
content: ‘‘;
flex-grow: 1;
background: white;
border-radius: 15rpx;
border: 0rpx;
opacity: 0.5;
}
.wx-swiper-dot.wx-swiper-dot{
width: 12rpx;
height: 12rpx;
border-radius: 12rpx;
background: white;
opacity: 0.5;
}
.wx-swiper-dot.wx-swiper-dot-active{
width: 30rpx;
height: 12rpx;
border-radius: 12rpx;
background:white;
opacity: 1;
}

小程序实轮播图自定义指示点

标签:order   class   white   log   cti   swipe   flex   otto   center   

原文地址:https://www.cnblogs.com/rgqjson/p/12893651.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!