2018-06-03 22:26:41 +08:00

12 lines
153 B
CSS

@charset "gb2312";
* {
margin: 0;
padding: 0;
font-size: 13px;
font-family: "΢ÈíÑźÚ";
color: #333;
}
a {
text-decoration: none;
outline: none;
}