wangzhibo
昨天 6484c72be4230e89ab45dc928250de9d5f3326ca
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}
 
*,
*:before,
*:after {
    box-sizing: inherit;
}
 
body {
    margin: 0;
    background: #fafafa;
}