@antmjs/vantui
Version:
一套适用于Taro3及React的vantui组件库
18 lines (15 loc) • 526 B
text/less
@import '../style/var.less';
.van-index-anchor {
.theme(padding, '@index-anchor-padding');
.theme(color, '@index-anchor-text-color');
.theme(font-weight, '@index-anchor-font-weight');
.theme(font-size, '@index-anchor-font-size');
.theme(line-height, '@index-anchor-line-height');
.theme(background-color, '@index-anchor-background-color');
&--active {
right: 0;
left: 0;
.theme(color, '@index-anchor-active-text-color');
.theme(background-color, '@index-anchor-active-background-color');
}
}