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.
27 lines
463 B
27 lines
463 B
4 years ago
|
@charset "utf-8";
|
||
|
html,body,ul,ol,dl,li,dt,dd,p,form,input,h1,h2,h3,h4,h5,h6,section,article,aside,header,footer,nav,figure,time,mark,main,canvas{
|
||
|
margin:0;
|
||
|
padding:0;
|
||
|
font-size:16px;
|
||
|
}
|
||
|
b,strong,i,em,h1,h2,h3,h4,h5,h6{
|
||
|
font-weight:500;
|
||
|
font-style:normal;
|
||
|
}
|
||
|
img{
|
||
|
border:none;
|
||
|
}
|
||
|
a{
|
||
|
text-decoration: none;
|
||
|
color:#000;
|
||
|
ul,ol,li{
|
||
|
list-style:none;
|
||
|
}
|
||
|
.clearfn:after{
|
||
|
content:"";
|
||
|
clear:both;
|
||
|
display: block;
|
||
|
overflow:hidden;
|
||
|
height:0;
|
||
|
visibility: hidden;
|
||
|
}
|