[Improvement] more component use bem mixin (#924)

This commit is contained in:
neverland
2018-04-24 16:31:16 +08:00
committed by GitHub
parent b0f4096e88
commit b48ee8eece
15 changed files with 69 additions and 62 deletions

View File

@@ -7,7 +7,7 @@
display: flex;
position: fixed;
&__big-btn {
&-big-btn {
flex: 1;
padding: 0;
@@ -16,7 +16,7 @@
}
}
&__mini-btn {
&-mini-btn {
color: $gray-darker;
display: flex;
height: 50px;
@@ -40,7 +40,7 @@
background-color: $active-color;
}
&-icon {
&__icon {
font-size: 20px;
margin-bottom: 5px;
}

View File

@@ -34,7 +34,7 @@
line-height: 1;
}
&__content-wrap {
&__wrap {
flex: 1;
height: 18px;
overflow: hidden;