去掉button所有样式
小于 1 分钟
去掉button所有样式
button{
margin:0;
padding:0;
outline: none;
border-radius:0;
background-color: transparent;
line-height: inherit;
width: max-content;
}
button::after {
border: none;
}
button{
margin:0;
padding:0;
outline: none;
border-radius:0;
background-color: transparent;
line-height: inherit;
width: max-content;
}
button::after {
border: none;
}