index.scss 1.54 KB
@charset "utf-8";

@import "compass",
        "compass/reset",
        "header",
        "footer",
        "path-nav",
        "plugin/slider",
        "pager";

b {
    font-weight: bold;
}

body {
    font-family: arial,"Microsoft YaHei";
}

@font-face {
    font-family: "iconfont";
    src: font-url('iconfont.eot'); /* IE9*/
    src: font-url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         font-url('iconfont.woff') format('woff'), /* chromefirefox */
         font-url('iconfont.ttf') format('truetype'), /* chromefirefoxoperaSafari, Android, iOS 4.2+*/
         font-url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.hide {
    display: none !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

a:focus {
    outline: none;
}

input,textarea {
    outline: none;
}

.center-content {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.min-screen .center-content {
    width: 990px;
}

@import "home/index", "product/index", "guang/index", "passport/index", "error", "order/index", "sale/index";