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