1
2
3
4
5
6
7
8
/*隱藏視窗右方捲軸*/
'{}:not(*) /* { */, /* }*/ body { overflow-y: hidden; }'{}
'{}:not(*) /* { */, /* }*/ #layout_body { 
    overflow-y: scroll;
    padding-right: 17px; /* 把捲軸擠出去 */
    box-sizing: content-box;
}'{}
'{}:not(*) /* { */, /* }*/ #layout_body > * { box-sizing: border-box; } '{}