mirror of https://gitee.com/topnuomi/zxf
10 lines
98 B
CSS
10 lines
98 B
CSS
|
* {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
}
|
||
|
ul {
|
||
|
list-style: none;
|
||
|
}
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
}
|