仿互站小程序

This commit is contained in:
Drawfans
2020-06-09 16:17:23 +08:00
commit 7bfd53851e
321 changed files with 22890 additions and 0 deletions

View 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;
}