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