1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | /*統計區塊噗寶1*/ .dash-segment-stats:before { /*這裡勿動*/ position:absolute; /*圖片*/ content: url(圖片); /*左右位置*/ left: 0px; /*left可改right*/ /*上下位置*/ bottom: 0px; /*bottom可改top*/} /*統計區域顏色透明度*/ .dash-segment-stats .segment-content {background-color: rgba(33, 114, 153, 0.1);} /*統計區塊噗寶2*/ #dash-stats:after { /*這裡勿動*/ position: absolute; /*圖片*/ content: url(圖片); /*左右位置*/ right:5px; /*上下位置*/ bottom:0px;} /*推薦使用額外語法:統計區塊左右留空間*/ #dash-stats { /*留空1*/ padding-left: 50px; /*留空2*/ padding-right: 50px; /*留空3*/ padding-top:30px; /*留空4*/ padding-bottom: 20px;} |
Direct link: https://paste.plurk.com/show/EfFvGI4KdWVhd362pguN