fix: component style should not depend on reset.css

This commit is contained in:
陈嘉涵
2017-09-13 13:35:37 +08:00
parent fd36e37dc0
commit d85025ebf7
11 changed files with 50 additions and 39 deletions

View File

@@ -6,4 +6,3 @@
@import "./common/normalize.css";
@import "./common/hairline.css";
@import "./common/animation.css";

View File

@@ -6,6 +6,10 @@ html {
-webkit-tap-highlight-color: transparent;
}
body {
margin: 0;
}
a {
text-decoration: none;
}

View File

@@ -17,6 +17,7 @@
height: 50px;
font-size: 10px;
min-width: 15%;
line-height: 1;
text-align: center;
background-color: $white;
flex-direction: column;