1234567891011121314151617 |
- /* pages/car/edit.wxss */
- .formTopBlueBg {
- height: 144rpx;
- background-color: #0396FF;
- }
- .part {
- border-radius: 16rpx;
- padding: 20rpx 00rpx;
- background: #fff;
- margin-bottom: 20rpx;
- }
- picker view{
- line-height: normal !important;
- }
- .heightAuto .van-field__control--right{
- height: auto !important;
- }
|