
CSS代码:
样式一
/** 鼠标样式 开始**/
/** 普通指针样式**/
body{cursor: url(https://a-oss.zmki.cn/img/5ccab616ea9c8.cur), default;}
/** 链接指针样式**/
a:hover{cursor:url(https://a-oss.zmki.cn/img/5ccab63d8fc80.cur), pointer;}
/** 鼠标样式 结束**/
样式二
/*鼠标指针样式*/
body{cursor:url(https://www.jishusongshu.com/wp-content/uploads/2020/01/normal1.png), default;}
a:hover{cursor:url(https://www.jishusongshu.com/wp-content/uploads/2020/01/link1.png), pointer;}
样式三
/*本站指针样式*/
body{cursor:url(https://img.wwwo.top/A/%E8%93%9D%E5%BF%83.svg), default;}
a:hover{cursor:url(https://img.wwwo.top/A/%E7%BA%A2%E5%BF%83.svg), pointer;}
将上方代码添加到自定义CSS代码中即可,
© 版权声明
THE END
文章不错?点个赞呗
相关推荐
暂无评论内容