<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
</style>
</head>
<body>
<li style="cursor: default;">默认小白鼠的样式</li>
<li style="cursor: pointer;">小手样式</li>
<li style="cursor: move;">移动样式</li>
<li style="cursor: text;">鼠标文本样式</li>
<li style="cursor: not-allowed;">鼠标禁止样式</li>
</body>
</html>