Files
boluo-app-main/src/pages/partner/index.less
2025-05-15 01:02:00 +08:00

23 lines
417 B
Plaintext

@import '@/styles/common.less';
@import '@/styles/variables.less';
.partner {
&__tabs {
--tabs-active-color: @blHighlightColor;
--tabs-nav-background-color: #fff;
--tabs-wrap-height: 98px;
> .taroify-tabs__wrap {
position: fixed;
width: 100vw;
top: 0;
left: 0;
z-index: 2;
}
> .taroify-tabs__content {
padding-top: var(--tabs-wrap-height);
}
}
}