1
2
3
4
5
6
7
8
9
10
11
/*置頂圖釘*/
.pinned_plurk_icon {
font-size: 0px;
width: 50px;
height:75px;
top:-58px;/*位置自行調整*/
left: -35px;/*位置自行調整*/
-webkit-filter: drop-shadow(0px 5px 5px rgb(0, 0, 0, 0.5));/*增加陰影*/
background:url(填入圖片連結);
background-repeat: no-repeat;
}