Authored by yyq

index css

@@ -6,8 +6,11 @@ @@ -6,8 +6,11 @@
6 clear: fix; 6 clear: fix;
7 } 7 }
8 8
9 -* { 9 +*,
  10 +*:before,
  11 +*:after {
10 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 12 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  13 + box-sizing: border-box;
11 } 14 }
12 15
13 html, 16 html,