index.scss
392 Bytes
@charset "utf-8";
@import "compass", "compass/reset";
body {
font-family: arial,"Microsoft YaHei";
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
ol, ul {
list-style: none;
}
a {
text-decoration: none;
}
a:focus {
outline: none;
}
@import "home/index", "product/index";