input type = search 去除默认的删除按钮
2018-08-23 本文已影响21人
秋夜已凉
input::-webkit-search-cancel-button {
display: none;
}
详情见:https://blog.csdn.net/m0_38073829/article/details/77428502
input::-webkit-search-cancel-button {
display: none;
}
详情见:https://blog.csdn.net/m0_38073829/article/details/77428502