评论

微信小程序去掉button边框

微信小程序去掉button边框

button {
    margin: 0;
    padding: 0;
    background-color: inherit;
    position: static;
}
 
button:after {
    content: none;
}
 
button::after {
    border: none;
}
点赞 13
收藏
评论

1 个评论

  • 彭世瑜
    彭世瑜
    2021-11-15

    优秀

    2021-11-15
    赞同
    回复
登录 后发表内容