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.
26 lines
381 B
26 lines
381 B
.w-picker-flex2{ |
|
flex:2; |
|
} |
|
.w-picker-flex1{ |
|
flex:1; |
|
} |
|
.w-picker-view { |
|
width: 100%; |
|
height: 476upx; |
|
overflow: hidden; |
|
background-color: rgba(255, 255, 255, 1); |
|
z-index: 666; |
|
} |
|
.d-picker-view{ |
|
height: 100%; |
|
} |
|
|
|
.w-picker-item { |
|
text-align: center; |
|
width: 100%; |
|
height: 88upx; |
|
line-height: 88upx; |
|
text-overflow: ellipsis; |
|
white-space: nowrap; |
|
font-size: 30upx; |
|
} |