mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
22 lines
296 B
Plaintext
22 lines
296 B
Plaintext
@import '../common/style/var';
|
|
|
|
.van-picker-column {
|
|
overflow: hidden;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
|
|
&__item {
|
|
padding: 0 5px;
|
|
color: @gray-dark;
|
|
|
|
&--selected {
|
|
font-weight: 500;
|
|
color: @text-color;
|
|
}
|
|
|
|
&--disabled {
|
|
opacity: 0.3;
|
|
}
|
|
}
|
|
}
|