@antmjs/vantui
Version:
一套适用于Taro3及React的vantui组件库
38 lines (29 loc) • 572 B
text/less
/* stylelint-disable no-descending-specificity */
@import '../style/var.less';
.van-dropdown-item {
position: fixed;
right: 0;
left: 0;
overflow: hidden;
&__option {
text-align: left;
&--active {
.van-dropdown-item__title,
.van-dropdown-item__icon {
.theme(color, '@dropdown-menu-option-active-color');
}
}
}
&--up {
top: 0;
.theme(z-index, '@dropdown-z-index');
}
&--down {
bottom: 0;
.theme(z-index, '@dropdown-z-index');
}
&__icon {
display: block;
line-height: inherit;
}
}