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