1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /* 統計區塊 */ .dash-segment-stats .segment-content { /*邊緣空隙*/ padding: 10px; } /* 統計區塊內容替換成一張圖片 */ /*使用這個語法不需要額外的隱藏內容*/ #dash-stats { /*填充方式*/ object-fit: scale-down; /*圖片*/ content: url(https://s.plurk.com/emoticons/basic2/38692e95e30abcd59898.gif); /*寬度*/ width: 100%; /*高度*/ height: 100px; /*圓角*/ border-radius: 5px; } |
Direct link: https://paste.plurk.com/show/gbA3pjduWeTsIJn9ClNK