仿互站小程序
This commit is contained in:
21
vant/picker-column/index.wxss
Normal file
21
vant/picker-column/index.wxss
Normal file
@@ -0,0 +1,21 @@
|
||||
@import "../area/index.wxss";
|
||||
|
||||
.van-picker-column {
|
||||
overflow: hidden;
|
||||
font-size: 16px;
|
||||
color: #999;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.van-picker-column__item {
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.van-picker-column__item--selected {
|
||||
font-weight: 500;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.van-picker-column__item--disabled {
|
||||
opacity: .3;
|
||||
}
|
Reference in New Issue
Block a user