移动端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

32 lines
538 B

@import '../common/index.wxss';
.van-dropdown-item {
left: 0;
overflow: hidden;
position: fixed;
right: 0
}
.van-dropdown-item__option {
text-align: left
}
.van-dropdown-item__option--active .van-dropdown-item__icon,
.van-dropdown-item__option--active .van-dropdown-item__title {
color: var(--dropdown-menu-option-active-color, #ee0a24)
}
.van-dropdown-item--up {
top: 0
}
.van-dropdown-item--down {
/* bottom: 48rpx */
bottom: 0;
margin-bottom: 48rpx;
}
.van-dropdown-item__icon {
display: block;
line-height: inherit
}