mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
33 lines
433 B
Plaintext
33 lines
433 B
Plaintext
@import '../common/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 {
|
|
color: @dropdown-menu-option-active-color;
|
|
}
|
|
}
|
|
}
|
|
|
|
&--up {
|
|
top: 0;
|
|
}
|
|
|
|
&--down {
|
|
bottom: 0;
|
|
}
|
|
|
|
&__icon {
|
|
display: block;
|
|
line-height: inherit;
|
|
}
|
|
}
|