Button 按钮的圆角无法去除?

发布于 7 年前作者 wanchao19879 次浏览最后编辑 7 年前来自 ask

button 默认带圆角,设置 border-radius, 加上 !important 也没有效果,请问是如何修改呢?

3 回复
min94
min941 楼6 年前

:: 两个冒号

xiulanye
xiulanye2 楼6 年前

button:affter{border:none;

}

xiuying68
xiuying683 楼5 年前

button, button::before, button::after {

  border: none;

  border-radius: 0;

}