页面标签鼠标移入时如何改变鼠标形状

自定义鼠标图标(可能无效)
.shou {
            cursor:url(../../wwwroot/lib/layui/v2.4.5/dist/images/face/31.gif)
}
.show{
cursor:pointer
}


<label class=" shou" >发布人</label>

其中pointer为一个手,其余形状以下:

默认
default

文字/编辑
text

自动
auto

手形
pointer, hand(hand是IE专有)

可移动对象
move

不容许
not-allowed

没法释放
no-drop

等待/沙漏
wait

帮助
help

十字准星
crosshair

向上改变大小(North)
n-resize

向下改变大小(South)
s_resize 与n-resize效果相同

向左改变大小(West)
w-resize

向右改变大小(East)
e-resize 与w-resize效果相同

向左上改变大小(NorthWest)
nw-resize

向左下改变大小(SouthWest)
sw-resize

向右上改变大小(NorthEast)
ne-resize 与sw-resize效果相同

向右下改变大小(SouthEast)
se-resize 与nw-resize效果相同

自定义光标
url('光标地址')