/* 鼠标样式动画 */
body{
    background-repeat: repeat;
    background-attachment: fixed;
    background-size:cover;
    cursor: url(https://images.cnblogs.com/cnblogs_com/blogs/813722/galleries/2371099/o_240109010537_dao.png),auto;
}
a:hover{
    cursor: url(https://images.cnblogs.com/cnblogs_com/blogs/813722/galleries/2371099/o_240109010537_dao2.png),pointer;
}
button{
    cursor: url(https://images.cnblogs.com/cnblogs_com/blogs/813722/galleries/2371099/o_240109003550_sword.png),auto;
}
textarea{
    cursor: url(https://images.cnblogs.com/cnblogs_com/blogs/813722/galleries/2371099/o_240109003550_sword.png),text;
}