1. cursor:auto; 默认

2. cursor:crosshair; 加号

3. cursor:text; 文本竖标

4. cursor:wait; 等待

5. cursor:help; 帮助

6. cursor:progress; 过程

7. cursor:inherit; 继承
8. cursor:move; 移动

9. cursor:ne-resize; 左下右上箭头

10. cursor:ns-resize; 向上向下箭头

11. cursor:nw-resize; 左上右下箭头

12. cursor:pointer; 手指

13. cursor:zoom-in; 放大镜

14. cursor:zoom-out; 缩小镜

15. cursor:grab; 手

16. cursor:grabbing; 抓拳

17. cursor:no-drop; 红圈禁止

18. cursor:not-allowed; 红圈禁止

原文:https://www.cnblogs.com/yznotes/p/12709584.html