|
|
@ -360,20 +360,23 @@ strong { |
|
|
|
-webkit-box-flex: 1; |
|
|
|
-webkit-box-flex: 1; |
|
|
|
box-flex: 1; |
|
|
|
box-flex: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.tab-item .tab-label, |
|
|
|
.tab-item .icon { |
|
|
|
.tab-item .icon { |
|
|
|
width: 24px; |
|
|
|
color: #929292; |
|
|
|
height: 24px; |
|
|
|
|
|
|
|
margin-top: -2px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.tab-item .tab-label { |
|
|
|
.tab-label { |
|
|
|
|
|
|
|
margin-top: -2px; |
|
|
|
margin-top: -2px; |
|
|
|
font-size: 11px; |
|
|
|
font-size: 11px; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
color: #929292; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.tab-item .icon { |
|
|
|
.tab-item.active .tab-label { |
|
|
|
width: 24px; |
|
|
|
|
|
|
|
height: 24px; |
|
|
|
|
|
|
|
margin-top: -2px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.tab-item.active .tab-label, |
|
|
|
|
|
|
|
.tab-item.active .icon, .tab-item:active .tab-label, |
|
|
|
|
|
|
|
.tab-item:active .icon { |
|
|
|
color: #007aff; |
|
|
|
color: #007aff; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|