dev
xiaowen 3 years ago
parent ed3a3367dc
commit 466bdd73d5

@ -11,3 +11,20 @@ page{
.van-tab { .van-tab {
height: 100px !important; height: 100px !important;
} }
.v-t-outer {
margin-top: 16px;
}
.v-t-outer .van-tab {
color: #999999 !important;
}
.v-t-outer .van-tabs__scroll--card {
border-style: none;
}
.v-t-outer .van-tabs__nav--card .van-tab {
border-right-style: none;
}
.v-t-outer .van-tabs__nav--card .van-tab.van-tab--active {
background-color: transparent;
color: #0084FF !important;
}

@ -54,21 +54,5 @@
.bs-bar .van-index-bar__sidebar { .bs-bar .van-index-bar__sidebar {
top: 63%; top: 63%;
} }
.v-t-outer {
margin-top: 16px;
}
.v-t-outer .van-tab {
color: #999999 !important;
}
.v-t-outer .van-tabs__scroll--card {
border-style: none;
}
.v-t-outer .van-tabs__nav--card .van-tab {
border-right-style: none;
}
.v-t-outer .van-tabs__nav--card .van-tab.van-tab--active {
background-color: transparent;
color: #0084FF !important;
}
Loading…
Cancel
Save