1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
/*兩個置頂圖釘*/
.pinned_plurk_icon {
   font-size: 0px;
   width: 70px; 
   height: 40px;
   top: 20px;/*上下位置-自行調整*/
   left: 5px;/*左右位置-自行調整*/
   -webkit-filter: drop-shadow(1px 1px 1px rgb(0, 0, 0, 0.3));/*增加陰影*/
 background:
   url('圖片網址1'),
   url('圖片網址2');   
 background-repeat: no-repeat;
 background-position: 
    left 0px top 0px,
    left 35px top 0px
}