当前位置:   article > 正文

uniapp 微信小程序更改轮播图指示点_wx-swiper .wx-swiper-dot

wx-swiper .wx-swiper-dot

微信小程序有效

  1. /* #ifdef MP-WEIXIN */
  2. // 默认指示点样式
  3. wx-swiper .wx-swiper-dot {
  4. position: relative;
  5. background-color: #ffffff;
  6. width: 28rpx;
  7. border-radius: 10rpx;
  8. height: 8rpx;
  9. opacity: 0.4;
  10. }
  11. // 当前选中样式
  12. wx-swiper .wx-swiper-dot-active {
  13. background-color: #ffffff;
  14. width: 48rpx;
  15. border-radius: 10rpx;
  16. opacity: 10;
  17. }
  18. /* #endif */

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/747660
推荐阅读