<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<title>css鼠标样式</title>
	</head>
	<body>
	
		<a href="####" style="cursor:pointer">hello world1</a><br/><br/><br/>
		<a href="####" style="cursor:auto">hello world2</a><br/>
		<span style="cursor:help">test</span><br/><br/>
		<span style="cursor:text">text</span><br/><br/>
		<span style="cursor:e-resize">e-resize</span><br/><br/>
		<span style="cursor:auto">auto</span><br/><br/>
	
	</body>
</html>

运行结果
在这里插入图片描述