1 2 3 4 5 6 7 8 9 10 11 12 13 | /*自介欄收底下*/ .dash-segment-profile .segment-content:nth-child(2) { /*這些不動*/ position:fixed; bottom:0; z-index:6000; margin:0; /*這些不動*/ padding:0 0 20px; transition:max-height 1.8s; background:none; /*收起時露出多少*/ max-height:50px; /*距離左邊*/ left:20px; /*寬度*/ width:300px; } .dash-segment-profile .segment-content:nth-child(2):hover { max-height:600px; } #plurk-dashboard #dash-additional-info { /*這些不動*/ border-radius:10px; padding:10px; /*背景顏色*/ background:#FAAA; } |
Direct link: https://paste.plurk.com/show/SXnbHLNCCSDf5AjUiMNE