微信小程序清除默认样式

时间:2018-09-04 12:48:25   收藏:0   阅读:875

1.清除button的默认样式

button::after{
border:none;
}
input{
outline:none;
border:none;
list-style: none;
}

原文:https://www.cnblogs.com/yanghaifeng/p/9583555.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!