You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
424 B
39 lines
424 B
/*重置*/
|
|
{
|
|
font-family: "Microsoft YaHei"!important;
|
|
}
|
|
|
|
html,body,div,img,p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
ul,li{
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
a{
|
|
text-decoration: none;
|
|
}
|
|
a:hover,a:visited,a:link,a:active,a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
input,button{
|
|
background-color: transparent;
|
|
outline: none;
|
|
border-style:none;
|
|
padding:0;
|
|
margin: 0;
|
|
}
|
|
|
|
form {
|
|
margin: 0;
|
|
}
|
|
|
|
p {
|
|
padding: 0;
|
|
margin: 0;
|
|
} |