1 2 3 4 5 6 7 8 9 10 11 | /*統計右方小圖*/ #plurk-dashboard #dash-stats table { position:relative; overflow:unset; } #dash-stats-table:before { /*這裡勿動*/ content:""; position:absolute; z-index:1; display:block; /*這裡勿動*/ background:no-repeat center / contain; /*圖片*/ background-image:url(圖片網址); /*寬度*/ width:48px; /*高度*/ height:48px; /*上下位置*/ top:8px; /*top可改bottom*/ /*左右位置*/ right:-56px; /*right可改left*/ } |
Direct link: https://paste.plurk.com/show/cmJR2pb3Yfrs0LsO2MpW