自定义光标
可以通过 CSS 中的cursor属性来自定义光标的样式,只需要指定自定义光标的图片路径即可:

body{
cursor: url("path-to-image.png"), auto;
}

#每天一个知识点#
展开
评论