/* 在全局样式中定义 */
* {
  /* 自定义光标，第一个参数是光标文件路径，第二个是默认光标（备选） */
  cursor: url('cursor.cur'), auto;
}