移动端 去除button的默认样式
2019-10-31 本文已影响0人
轩轩小王子
.btn-only-function {
padding: 0;
margin: 0;
background: inherit;
line-height: normal;
border-radius: 0;
text-decoration: none;
}
.clean-btn-format::after {
border: none;
border-radius: 0;
}