1
2
3
4
5
6
7
/*小圖示標示噗主*/
.list .highlight_owner .plurk_cnt, .list .highlight_owner:hover {
background-image: url(圖片網址 )!important;/*圖片網址*/
background-repeat: no-repeat;/*使圖片不重複,刪除會撲滿*/
background-position: right top;/*把圖放在右上角*/
border-radius: 5px;/*設定圓角*/
}