鼠标和特效替换

https://www.cnblogs.com/yyyzyyyz/p/15383875.html

https://www.cnblogs.com/melodyjerry/p/13365356.html

https://www.cnblogs.com/zhangdezhang/p/17254492.html

https://haosirl.gitee.io/2022/01/23/bo-ke-xiu-gai-shu-biao-yang-shi/

https://juejin.cn/post/7117149398076751885

 

页面定制CSS代码

body {
cursor: url(https://cdn.jsdelivr.net/gh/witheredead/cnblog@main/default.cur), default;
}
a:hover{cursor:url(https://cdn.jsdelivr.net/gh/witheredead/cnblog@main/pointer.cur) 15 15, pointer;
}    

页脚HTML代码

<script src="https://files.cnblogs.com/files/blogs/761969/mousemin.js"></script>
<script type="text/javascript">
    $.shuicheMouse({
        type:11, 
        color:"#00ae9d"
    })
</script>

 

posted @ 2023-04-04 17:01  icmaxwell  阅读(32)  评论(0编辑  收藏  举报