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

微信小程序——button, swiper等默认样式更改

时间:2018-09-05 20:02:51      阅读:630      评论:0      收藏:0      [点我收藏+]

标签:bsp   nbsp   for   swiper   otto   radius   horizon   round   style   

微信开发工具里面,无法展示编译后的一些样式,如::before,::after这些伪类。有时候我们需要修改一些组件的默认样式会略感到麻烦,因为不知道是通过哪里控制的。

我就平常遇到的一些修改默认样式,做一下汇总,不定期更新:

 

1.button的背景色,边框,圆角:

button{
  background-color: transparent;
}
button::after {
  border: 0;
  border-radius:0    
}

 

2.swiper 的点的位置:

.wx-swiper-dots.wx-swiper-dots-horizontal{
  bottom: 0px
}

 

不定期更新中...

 

微信小程序——button, swiper等默认样式更改

标签:bsp   nbsp   for   swiper   otto   radius   horizon   round   style   

原文地址:https://www.cnblogs.com/sese/p/9593705.html

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