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: cover; /*圖片*/ content: url(https://imgur.com/ez7uN2N.png); /*寬度*/ width: 100%; /*高度*/ height: 240px; /*圓角*/ border-radius: 5px; } |
Direct link: https://paste.plurk.com/show/f6JZ83MbHl7vOpktWoaH