index.scss 450 Bytes
@import "compass", "compass/reset";
$pxConvertRem: 40;

@import "passport/index";


html, body {
    font-family: helvetica,Arial,"黑体";
    width: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

.clearfix:after {
    clear: both; 
}

.clearfix { 
    *zoom: 1;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}