mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[Improvement] more component use bem mixin (#924)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -34,7 +34,7 @@
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
&__content-wrap {
|
||||
&__wrap {
|
||||
flex: 1;
|
||||
height: 18px;
|
||||
overflow: hidden;
|
||||
|
Reference in New Issue
Block a user