1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*拜訪噗浪獸2.0 有基礎+待機+四種點擊動畫*/

.anniversary {
width: auto; height: 300px; /*圖片大小*/
top:201px; /*圖片位置-離上方多遠*/
right:5px; /*圖片位置-離右方多遠,想放在左邊就改成left*/
}
.anniversary_meaty_n {
content: url(https://images.plurk.com/31zK8GZmWu46aeSV8LDRYj.gif );
}
.anniversary_meaty_sp {
content: url(https://images.plurk.com/3JzjrjDevcuHjr9YLIn2ub.gif );
}
.anniversary_meaty_astronaut {
content: url(https://images.plurk.com/4pJdvaJpXDBisZT7xDvqbY.gif );
}
.anniversary_meaty_heart {
content: url(https://images.plurk.com/7mml5ZZYSr9YM8yFnFO9Dr.gif );
}
.anniversary_meaty_burger {
content: url(https://images.plurk.com/log55hoIasyh233riEPwr.gif );
}
.anniversary_meaty_run {
content: url(https://images.plurk.com/2hTsbxJda6jTvX5eHYQpJ2.gif );
}