1 2 3 4 5 6 7 8 9 | /* 徽章區左側噗寶 */ #dash-award { --噗寶圖片網址: url(https://s.plurk.com/emoticons/basic2/57db6fb886218eddaf95.gif); --噗寶寬度: 100px; --噗寶高度: 150px; } /* 在上方設定,底下這些不動 */ #dash-award { padding-left: calc(var(--噗寶寬度) + 8px); } #dash-award:before { content: ""; position: absolute; left: 0; top: 0; background: var(--噗寶圖片網址) no-repeat center / contain; width: var(--噗寶寬度); height: var(--噗寶高度); } |
Direct link: https://paste.plurk.com/show/63xYoUS0n0P1QzlZEt7O