小程序去除button默认样式

/* 去除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