方法一:
cursor: not-allowed; document.getElementById(‘id‘).style.cursor="not-allowed";
方法二:
pointer-events:none;
css简单实现鼠标在页面中不可点击
原文:https://www.cnblogs.com/art-poet/p/12651768.html