JS 修改鼠标悬停样式

手型:<a style="cursor:pointer">手型</a>

禁止:<a style="cursor:not-allowed">禁止</a>

处理中:<a style="cursor:progress">处理中</a>

无法释放:<a style="cursor:no-drop">无法释放</a>

水平I形光标:<a style="cursor:vertical-text">水平I形光标</a>

十字型:<astyle="CURSOR: crosshair">十字型</a> 

文本型:<a style="CURSOR: text">文本型</a> 

等待:<a style="CURSOR: wait">等待效果</a> 

默认效果:<a style="CURSOR: default">默认效果</a> 

问号:<a style="CURSOR: help">问号效果</a> 

向右箭头:<a style="CURSOR: e-resize">向右箭头效果</a> 

向左箭头: <a style="CURSOR: w-resize">向左箭头效果</a> 

向上箭头:<a style="CURSOR: n-resize">向上箭头效果</a>

向左上箭头: <a style="CURSOR: nw-resize">向左上箭头效果</a>

向右上箭头:<a style="CURSOR: ne-resize">向右上箭头效果</a>

向下箭头:<a style="CURSOR: s-resize">向下箭头效果</a> 

向左下箭头:<a style="CURSOR: sw-resize">向左下箭头效果</a> 

向右下箭头:<a style="CURSOR: se-resize">向右下箭头效果</a> 

系统自动给出效果:<A style="CURSOR: auto">由系统自动给出效果</a> 
posted @ 2022-11-04 15:27  Liberty&  阅读(263)  评论(0)    收藏  举报