1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | /*回應噗寶*/ .list .response .plurk_cnt, .list .response:hover { background-image: url(圖片連結 )!important;/*圖片網址*/ background-repeat: no-repeat;/*使圖片不重複,刪除會撲滿*/ background-position: right top;/*把圖放在右上角*/ border-radius: 5px;/*設定圓角*/ } /*小圖示標示噗主*/ .list .highlight_owner .plurk_cnt, .list .highlight_owner:hover { background-image: url(圖片網址 )!important;/*圖片網址*/ background-repeat: no-repeat;/*使圖片不重複,刪除會撲滿*/ background-position: right top;/*把圖放在右上角*/ border-radius: 5px;/*設定圓角*/ } |
Direct link: https://paste.plurk.com/show/s1hwZm4birv4k3kgExbA