鼠标样式

样式 效果
cursor:pointer
cursor:wait 等待/转圈
cursor:help 帮助
cursor:not-allowed 禁止
cursor:move 可移动对象
cursor: zoom-in 放大镜
cursor: zoom-out 放小镜
cursor:n-resize 向上改变大小
cursor:s-resize 向下改变大小
cursor:e-resize 向右改变大小
cursor:w-resize 向左改变大小
cursor:ne-resize 向上右改变大小
cursor:nw-resize 向上左改变大小
cursor:se-resize 向下右改变大小
cursor:sw-resize 向下左改变大小
cursor: -webkit-grab; cursor: -moz-grab; cursor: grab
cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing 抓住

如有表述不准确之处,欢迎指正,欢迎补充,感谢阅读。

原文地址:https://www.cnblogs.com/wangzhenyu666/p/7738222.html