| 12345678910111213141516171819202122232425262728293031323334353637 |
- .picker {
- height: 80rpx;
- line-height: 84rpx;
- }
- .arrow {
- width: 20rpx;
- height: 20rpx;
- display: block;
- }
- .tac {
- text-align: center;
- }
- .arrow-box {
- justify-content: space-between;
- width: 380rpx;
- }
- .df {
- display: flex;
- }
- .aic {
- align-items: center;
- }
- .jcsb {
- justify-content: space-between;
- }
- .jcsa {
- justify-content: space-around;
- }
|