18 lines
159 B
Plaintext
18 lines
159 B
Plaintext
// 全局样式
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
body {
|
|
background: #a6c1ee;
|
|
}
|