/* 去除button默认样式 */
button::after {
border: none;
}
button {
background-color: transparent;
padding-left: 0;
padding-right: 0;
line-height:inherit;
border-radius:0;
}原文链接:https://blog.csdn.net/leng0920/article/details/88682968