小程序去除button默认样式

时间:2020-06-30 12:13:27   收藏:0   阅读:64

 

/* 去除button默认样式 */

button::after {

border: none;

}

button {

background-color: transparent;

padding-left: 0;

padding-right: 0;

line-height:inherit;

}

button {

border-radius:0;

}
原文链接:https://blog.csdn.net/leng0920/article/details/88682968

原文:https://www.cnblogs.com/wang-sai-sai/p/13212879.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!