如果想去掉这部分,可以加入下面的代码

当然这部分也会使用户不能使用长按复制,所以不建议全局使用。针对某一部分来做可能会好一点。

<style type="text/css">
div,a,img {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select:none;
}
</style>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-13
  • 2021-05-30
  • 2022-12-23
猜你喜欢
  • 2021-11-15
  • 2022-12-23
  • 2021-06-21
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
相关资源
相似解决方案