时间: 2020-09-1|tag:33次围观|0 条评论

彻底清除小程序按钮的默认样式

wxml:

<button hover-class="none"></button>

wxss:

button{  line-height: 1;  margin:0;}button::after{  border:none;}input{  outline:none;  border:none;  list-style: none;}

文章转载于:https://www.jianshu.com/p/a2d03b8ccf52

原著是一个有趣的人,若有侵权,请通知删除

本博客所有文章如无特别注明均为原创。
复制或转载请以超链接形式注明转自起风了,原文地址《清除小程序button的默认样式
   

还没有人抢沙发呢~