Java web项目需求需要做一个在页面中,鼠标隐藏,来浏览页面,让客户不能点金页面

重要代码:

$('*').css('cursor','none!important');

 

示例:

<style type="text/css">
*{cursor:none;}
</style>

这样页面就看不到鼠标的样子了。但是鼠标左右键还能出来。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2022-02-01
  • 2021-10-03
猜你喜欢
  • 2021-06-02
  • 2022-02-24
  • 2021-12-03
  • 2022-02-06
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
相关资源
相似解决方案