@antmjs/vantui
Version:
一套适用于Taro3及React的vantui组件库
30 lines (24 loc) • 597 B
text/less
@import '../style/var.less';
.van-index-bar {
position: relative;
&__sidebar {
position: fixed;
top: 50%;
right: 0;
display: flex;
flex-direction: column;
text-align: center;
transform: translateY(-50%);
user-select: none;
.theme(z-index, '@index-bar-index-sidebar-zindex');
}
&__index {
font-weight: 500;
.theme(padding, '0 @padding-base 0 @padding-md');
.theme(font-size, '@index-bar-index-font-size');
.theme(line-height, '@index-bar-index-line-height');
}
&__popup {
.theme(width, '@index-bar-index-popup-width');
}
}