1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
/*置頂噗放圖-游標移置後出現*/
.plurk.pinned.display .plurk_cnt::before {
content: ''; 
position: absolute; 
background-image: url(圖片網址);
background-repeat: no-repeat;
background-size: contain; 
width: 58px; /*圖片寬度*/
height: 55px;  /*圖片高度*/
top: 5px; /*圖片位置 上 */
right: 5px; /*圖片位置 右 */
-webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5)); /*陰影*/
z-index: 100; 
}