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.

30 lines
627 B

.container {
width: 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;
}
.menu-tabs .van-sticky .van-sticky-wrap{
margin-left: -24rpx;
}
.van-index-bar .van-index-bar__sidebar{
top:480rpx;
transform:none;
}
.van-image{
margin-left: 48rpx;
margin-top: 14rpx;
}