Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道这是否只是 html5 应用程序的方式,或者我可以解决这个问题吗?为了向您展示我的意思,请看一下:
这就是我在设备上单击它时的样子。
将此添加到您的 css :
* { -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */ }
尝试这个,
a {border:none;outline:none;} a img{border:none;outline:none;background:none;}