其他webkit 内核的浏览器里都没有这种现象,只有qq浏览器里有,微信也同在;
我已经给 <input> 的outline 设置 none了,也设置了 -webkit-appearance: none;
input:focus 也设置了 {outline : none;-webkit-appearance: none;}
但在 qq x5 下 并没有用~
求大牛解答
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
知道问题了,,-webkit-tap-highcolor 设置透明 就ok 了
不能只设置none,还有0的,就是outline:0 none;才行的哦