css初始化
@font-face {
font-family: 'fontawesome';
src: url('../fonts/fontawesome-webfont.eot');
src: url('../fonts/fontawesome-webfont.eot#iefix') format('embedded-opentype'),
url('../fonts/fontawesome-webfont.ttf') format('truetype'),
url('../fonts/fontawesome-webfont.woff') format('woff'),
url('../fonts/fontawesome-webfont.svg#fontawesome') format('svg');
font-weight: normal;
font-style: normal;
}
*{
margin:0;
padding:0;
box-sizing:border-box;
}
*:before,
*:after{
box-sizing:border-box;
}
body{
font-family:"micosoft yahei";
font-size:14px;
color:#7B7481;
}
a{
color:inherit;
text-decoration:none;
}
ul{
list-style:none;
}
@media screen and (min-width:768px){
}
@media screen and (min-width:992px){
}
@media screen and (min-width:1200px){
}