• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYWAP
  • static
  • sass
  • index.scss
  • build common
    144fdecf
    by xuqi
    2015-10-08 17:01:28 +0800  
    Browse Files
index.scss 351 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
@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;
}