微信小程序去掉button边框
发布于 3 年前 作者 xiulanpan 2307 次浏览 来自 分享
button {
    margin: 0;
    padding: 0;
    background-color: inherit;
    position: static;
}
 
button:after {
    content: none;
}
 
button::after {
    border: none;
}
1 回复

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

回到顶部