cursor

拈花ヽ惹草 提交于 2019-12-05 17:29:55

 

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
 
   
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!