微信小程序去掉button边框

发布于 5 年前作者 xiulanpan2591 次浏览最后编辑 5 年前来自 share
button {
    margin: 0;
    padding: 0;
    background-color: inherit;
    position: static;
}
 
button:after {
    content: none;
}
 
button::after {
    border: none;
}
1 回复
li59
li591 楼5 个月前

写的真好我算是学到了 所以不给我点个有用有点说不过去吧 哈哈哈嗝