如何去除小程序button的边框

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

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

button::after{

border:none;

}

 

posted @ 2019-05-08 16:28  歪脖大叔  阅读(918)  评论(0编辑  收藏  举报