微信小程序button去除默认样式
时间:2018-09-06 17:31:56
收藏:0
阅读:982
button { font-size: 28rpx; background-color: #fff; border: none; padding: 0; margin: 0; line-height: 1; } input { outline: none; border: none; list-style: none; } button::after { border: none; }
button为覆盖的样式
原文:https://www.cnblogs.com/jjmirai/p/9599325.html
评论(0)