1
2
3
4
5
6
7
/*置頂噗上放圖*/
.plurk.pinned.display .plurk_cnt::before {
background-image: url(圖片網址);
background-repeat: no-repeat;
height: 48px; width: 48px;/*圖片大小*/
top: -20px; right: -20px;/*圖片位置*/
-webkit-filter: drop-shadow(0px 1px 1px rgb(0, 0, 0, 0.5)); position: absolute; content: ''; z-index: 100; }