button{
position: static;
}
button:after {
content: none;
border: none;
}
使用::after伪类选择器的方式去覆盖默认值
原文地址:https://www.cnblogs.com/gmsmile/p/12017260.html
时间: 2024-11-05 20:34:34
button{
position: static;
}
button:after {
content: none;
border: none;
}
使用::after伪类选择器的方式去覆盖默认值
原文地址:https://www.cnblogs.com/gmsmile/p/12017260.html