鼠标光标样式
鼠标光标样式
/* 默认样式 */
cursor: default;
/* 隐藏鼠标 */
cursor: none;
/* 小手指 */
cursor: pointer;
/* 文字光标 */
cursor: text;
/* 移动 */
cursor: move;
/* 等待,加载 */
cursor: wait;
cursor: url( ),pointer;