1
2
3
4
5
6
7
8
9
10
/*置頂圖釘替換*/
.pinned_plurk_icon {
font-size: 0px;/*把「圖釘」圖樣大小設為0=不見*/
background:url(https://images.plurk.com/2D2j13VgKD6PtXuv2RlT2u.gif) no-repeat ;
width: 61px; /*新圖片寬度*/
height: 123px; /*新圖片高度*/
position: absolute; /*絕對定位*/
top: 20px;
left:-60px;
}