css 光标

Posted tanl

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 光标相关的知识,希望对你有一定的参考价值。

技术图片
<style>
    divwidth:100;height:50;float:left;border:1px solid red;margin:1px;
</style>
<div style="cursor:auto">auto</div>
<div style="cursor:default">default</div>
<div style="cursor:pointer">pointer</div>
<div style="cursor:hand">hand</div>
<div style="cursor:wait">wait</div>
<div style="cursor:text">text</div>
<div style="cursor:vertical-text">vertical-text</div>
<div style="cursor:no-drop">no-drop</div>
<div style="cursor:not-allowed">not-allowed</div>
<div style="cursor:help">help</div>
<div style="cursor:all-scroll">all-scroll</div>
<div style="cursor:move">move</div>
<div style="cursor:crosshair">crosshair</div>
<div style="cursor:e-resize">e-resize</div>
<div style="cursor:n-resize">n-resize</div>
<div style="cursor:nw-resize">nw-resize</div>
<div style="cursor:w-resize">w-resize</div>
<div style="cursor:s-resize">s-resize </div>
<div style="cursor:se-resize">se-resize</div>
<div style="cursor:sw-resize">sw-resize</div>
cursor样式实例

效果如下图:

技术图片

 

 

 详细说明:

https://www.w3school.com.cn/jsref/prop_style_cursor.asp

以上是关于css 光标的主要内容,如果未能解决你的问题,请参考以下文章

CSS光标cursor

使用更改的 CSS 光标属性更新鼠标光标而不移动鼠标

用于抓取光标的 CSS(拖放)

鼠标按下时CSS光标更改不起作用

如何动态更改 CSS 光标 vuejs

CSS:如何使光标成为输入文件上的指针?