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



/*釣魚—連結*/
a:hover {
cursor: url("https://images.plurk.com/1bZi7Nu42IYA997GATJU5J.png"), auto;
}