maoyvwang

小程序button 自带样式,就算用 border:none; background:none ,还是会有一条细的边框

使用:after选择器就可以去除

button::after{

border:none;

}

 

分类:

技术点:

相关文章: