mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
34 lines
481 B
Plaintext
34 lines
481 B
Plaintext
@import '../common/style/var.less';
|
|
@import '../common/style/theme.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;
|
|
}
|
|
|
|
&--down {
|
|
bottom: 0;
|
|
}
|
|
|
|
&__icon {
|
|
display: block;
|
|
line-height: inherit;
|
|
}
|
|
}
|