index.scss
351 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;
}