标签:span button 微信 边框 order class code col after
先给button定义个class属性
<button class="an"> 按钮 </button>
然后再css上加上
.an::after { border: none; }
微信小程序取消button边框线
原文地址:https://www.cnblogs.com/junyi-bk/p/10600940.html