|
@@ -14,3 +14,13 @@
|
|
.van-button--danger {
|
|
.van-button--danger {
|
|
border-color: #fbaca3;
|
|
border-color: #fbaca3;
|
|
}
|
|
}
|
|
|
|
+.van-tabbar-item {
|
|
|
|
+ .van-tabbar-item__text {
|
|
|
|
+ color: #bfbfbf !important;
|
|
|
|
+ }
|
|
|
|
+ &.van-tabbar-item--active {
|
|
|
|
+ .van-tabbar-item__text {
|
|
|
|
+ color: #262626 !important;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|