1
2
3
4
5
6
7
8
9
10
11
/*刀刀—普通*/
*, body, a {
cursor: url("https://images.plurk.com/2iziVt0UgCxn9JoAQq0P7r.png"), auto;
}



/*刀刀—連結*/
a:hover {
cursor: url("https://images.plurk.com/2iziVt0UgCxn9JoAQq0P7r.png"), auto;
}