这个问题在这里已经有了答案:Simplestwaytosetcursortowait,thenhaveallelementsrevertback(6个答案)关闭9年前。我对pointer-events:none和cursor:wait的组合有问题。我需要在ajax处理过程中禁用单击并显示等待光标。有一种机制可以自动添加或删除wait类到body标签。没有pointer-events:none时出现等待光标,当同时有cursor:wait和pointer-events:none时出现光标不改变但保持默认箭头。.wait{cursor:wait;pointer-events:none;}有