23 lines
417 B
Plaintext
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);
|
|
}
|
|
}
|
|
}
|