微信小程序清除默认样式
时间: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)