// 手形光标
cursor: pointer;//hand

// 标准光标
cursor: auto;

// 标准箭头
cursor: pointer;

// 标准箭头
cursor: default;

// 等待光标
cursor: wait;

// I形光标
cursor: text;

// 水平I形光标
cursor: vertical-text;

// 不可拖动光标
cursor: no-drop;

// 无效光标
cursor: not-allowed;

// 帮助光标
cursor: help;

// 三角方向标
cursor: all-scroll;

// 移动标
cursor: move;

// 十字标
cursor: crosshair;

Logo

汇聚全球AI编程工具,助力开发者即刻编程。

更多推荐