<button class="clearButtonStyle">按钮</button>
.clearButtonstyle {
background: none;
border-radius: 0;
padding: 0;
margin: 0 !important;
line-height: 1;
font-weight: normal;
outline: none;
}
.clearButtonstyle::after {
border: none;
}

本文介绍了一种清除默认样式的按钮实现方法,通过CSS代码实现了按钮背景透明、边框圆角去除等效果,并展示了如何移除按钮点击后的轮廓线。
&spm=1001.2101.3001.5002&articleId=117773306&d=1&t=3&u=146e392615af4058a96a64d08f246871)

被折叠的 条评论
为什么被折叠?



