css疑难杂症:鼠标、超链接下划线去除
2022-11-15 本文已影响0人
王哈哈zzz
一、cursor:pointer; 或 cursor:hand; 手型。
扩展:
- cursor:pointer; 或 cursor:hand; 手型
- cursor:crosshair; 十字
- cursor:text; 文本
- cursor:wait; 等待
- cursor:help; 问号
- cursor:e-resize;e 右的箭头
- cursor:ne-resize; 右上的箭头
- cursor:n-resize; 上的箭头
- cursor:nw-resize; 左上的箭头
- cursor:w-resize; 左的箭头
- cursor:sw-resize; 左下的箭头
- cursor:s-resize; 下的箭头
- cursor:se-resize; 右下的箭头
- cursor:move; 移动