1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
/*置頂圖釘-冬彌玫瑰花圈*/
.pinned_plurk_icon:after{
content:"";
color:red;
position: absolute;
width:67px;
height:58px;
left:-85px;
top:-20px;
background-image:url(https://images.plurk.com/OaIPH0uIPNPrZQ9KIAozo.gif); /*圖片網址*/
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}