You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
477 B

3 years ago
/* pages/index/Salesranking/Salesranking.wxss */
.container {
width: 100%;
height: 100%;
}
.menu-tabs .van-tabs__nav {
background-color: #ffffff;
/* 标签背景颜色 */
}
.menu-tabs .van-tab {
color: #999999;
/* 字体颜色 */
background-color: #FFFFFF;
/* 标签背景颜色 */
}
.menu-tabs .van-tab--active {
color: #027AFF;
/* 字体颜色 */
font-size: 32rpx;
}
.menu-tabs .van-tabs__line {
background: transparent;
}