Common mouse styles on the front end

Uniform syntax example:

cursor: pointer;
cursor: auto;

1.auto: The default cursor shape, usually arrow-shaped.

 

 

 2.copy: Indicates that it can be copied

 

 3.help: instruction help

 4.pointer: when floating on the connection, it is usually a hand

5.progress: The program background is busy, and the user can still interact (with wait 相反).

6.wait: The program is busy, and the user cannot interact (with progress 相反). The icon is generally an hourglass or a watch. 

7.cell: indicates that the cell can be selected 

 8.crosshair: Cross pointer, usually indicating a frame selection in a bitmap

 9.text: indicating text can be selected

10.vertical-text: Indicates that vertical text can be selected 

11.alias: copy or shortcut will be created

12.move suspended objects can be moved 

13. no-drop, not-allowed The current position cannot operate "no-drop is the same as not-allowed" in Windows or Mac OS X.

 14.grab can be crawled

15. grabbing grabbing

 

 16.col-resize element can be reset width. Usually rendered as two left and right arrows separated by a vertical line

 17. The row-resize element can be reset in height. Usually rendered as two up and down arrows separated by a horizontal line

 18.zoom-in, zoom-out: the indication can be zoomed in or out

 

Guess you like

Origin blog.csdn.net/m0_64642443/article/details/131373410