29 lines
341 B
CSS
29 lines
341 B
CSS
@font-face {
|
|
font-family: qj;
|
|
src: url("../font/qianqian.ttf")
|
|
}
|
|
|
|
.icon {
|
|
width: 1em;
|
|
height: 1em;
|
|
vertical-align: -0.15em;
|
|
fill: currentColor;
|
|
overflow: hidden;
|
|
}
|
|
|
|
body,ul,h1,h2,h3,h4,h5,h6,p{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body,html {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
} |