cursor

css cursor对照表
css 示例
cursor: alias
cursor: all-scroll
cursor: cell
cursor: col-resize
cursor: copy
cursor: crosshair
cursor: default
cursor: e-resize
cursor: ew-resize
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
 
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
 
cursor: help
cursor: move
cursor: n-resize
cursor: ne-resize
cursor: nesw-resize
cursor: no-drop
cursor: not-allowed
cursor: none
cursor: ns-resize
cursor: nw-resize
cursor: nwse-resize
cursor: pointer
cursor: progress
cursor: row-resize
cursor: s-resize
cursor: se-resize
cursor: sw-resize
cursor: text
cursor: vertical-text
cursor: w-resize
cursor: wait
cursor: zoom-in
cursor: zoom-out
cursor: url(./images/cursor.png),auto
cursor: inherit
 
cursor: initial
 
cursor: revert
 
cursor: unset
 
cursor: auto
 
   
原文地址:https://www.cnblogs.com/ysxq/p/11937078.html