取消input在移动端点击时的灰色背景

2018-06-07  本文已影响0人  blank的小粉er
input,
select,
button {
    outline: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}
上一篇 下一篇

猜你喜欢

热点阅读