6 lines
100 B
CSS
6 lines
100 B
CSS
* {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
font-family: '黑体', Arial, Helvetica, sans-serif;
|
|
}
|