/* 去除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
2023-10-18 19:32:46
/* 去除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