评论

微信小程序去掉button边框

微信小程序去掉button边框

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

2 个评论

  • 谋谋谋
    谋谋谋
    2021-05-12

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

    2021-05-12
    赞同 5
    回复
  • 彭世瑜
    彭世瑜
    2021-11-15

    优秀

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