如果想去掉这部分,可以加入下面的代码
当然这部分也会使用户不能使用长按复制,所以不建议全局使用。针对某一部分来做可能会好一点。
<style type="text/css">
div,a,img {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select:none;
}
</style>
如果想去掉这部分,可以加入下面的代码
当然这部分也会使用户不能使用长按复制,所以不建议全局使用。针对某一部分来做可能会好一点。
<style type="text/css">
div,a,img {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select:none;
}
</style>
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。