cursor

Posted niuyaomin

tags:

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

cursor属性定义鼠标指针放在一个元素边界范围内时所用的光标的形状

cursor中我们最常用到的属性是defaultpointer

defaultcursor属性的默认值,展现的是一个光标效果。

pointer光标呈现为指示链接的指针(小手的效果)

技术图片

 

 更多效果的实现代码

1 <body>
 2 <p>请把鼠标移动到单词上,可以看到鼠标指针发生变化:</p>
 3 <span style="cursor:auto">auto</span><br>
 4 <span style="cursor:crosshair">crosshair</span><br>
 5 <span style="cursor:default">default</span><br>
 6 <span style="cursor:e-resize">e-resize</span><br>
 7 <span style="cursor:help">help</span><br>
 8 <span style="cursor:move">move</span><br>
 9 <span style="cursor:n-resize">n-resize</span><br>
10 <span style="cursor:ne-resize">ne-resize</span><br>
11 <span style="cursor:nw-resize">nw-resize</span><br>
12 <span style="cursor:pointer">pointer</span><br>
13 <span style="cursor:progress">progress</span><br>
14 <span style="cursor:s-resize">s-resize</span><br>
15 <span style="cursor:se-resize">se-resize</span><br>
16 <span style="cursor:sw-resize">sw-resize</span><br>
17 <span style="cursor:text">text</span><br>
18 <span style="cursor:w-resize">w-resize</span><br>
19 <span style="cursor:wait">wait</span><br>
20 </body>
21 </html>

 

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

Div以光标为中心

ClearCallLog 不更新列表视图

DELPHI中 screen.Cursor:=crhourglass; adoQuery.close; adoquery.Open; screen.Cursor:=crdefault;啥意思(示例代码

体验一波ChatGpt工具-cursor(自动代码生成)

Cursor:GPT-4 驱动的强大代码编辑器

Cursor,程序员的 AI 代码编辑助手