微信小程序取消button边框线
时间:2019-03-26 16:54:08
收藏:0
阅读:177
先给button定义个class属性
<button class="an"> 按钮 </button>
然后再css上加上
.an::after { border: none; }
评论(0)
先给button定义个class属性
<button class="an"> 按钮 </button>
然后再css上加上
.an::after { border: none; }