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