学无先后,达者为师

网站首页 小程序 正文

如何去掉小程序中button的边框

更新时间: 2020-02-27 小程序

方法1
1.button::after{display:none}

方法2
2.button::after{border-color:transparent}

方法3
3.button::after{border-width:0}

栏目分类
最近更新