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.
24 lines
415 B
24 lines
415 B
/**index.wxss**/
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
}
|
|
.menu-tabs .van-tabs__nav{
|
|
background-color: #006BFF;/* 标签背景颜色 */
|
|
}
|
|
.menu-tabs .van-tab {
|
|
color: #98CDFF; /* 字体颜色 */
|
|
background-color: #006BFF;/* 标签背景颜色 */
|
|
}
|
|
|
|
.menu-tabs .van-tab--active{
|
|
color: #FFFFFF; /* 字体颜色 */
|
|
font-size: 17px;
|
|
}
|
|
.menu-tabs .van-tabs__line {
|
|
background: transparent;
|
|
}
|
|
|
|
|