|  |  | 
 |  |  |       title="选择用车时间" | 
 |  |  |       :visible.sync="isShowTime" | 
 |  |  |       append-to-body | 
 |  |  |       width="600px" | 
 |  |  |       width="640px" | 
 |  |  |     > | 
 |  |  |       <el-form :model="form" ref="modalRef" class="el_form" :rules="rules"> | 
 |  |  |         <el-form-item label="用车日期" prop="dateDay"> | 
 |  |  | 
 |  |  |     div { | 
 |  |  |       line-height: 28px; | 
 |  |  |     } | 
 |  |  |   } | 
 |  |  |   }  | 
 |  |  | } | 
 |  |  | .time_list { | 
 |  |  |   display: flex; | 
 |  |  |   justify-content: space-between; | 
 |  |  |   flex-wrap: wrap; | 
 |  |  |   .item { | 
 |  |  |     width: 154px; | 
 |  |  |     height: 32px; | 
 |  |  |     line-height: 32px; | 
 |  |  |     text-align: center; | 
 |  |  |     background: #f7f7f7; | 
 |  |  |     border-radius: 4px; | 
 |  |  |     margin-bottom: 10px; | 
 |  |  |     margin-right: 8px; | 
 |  |  |     margin-bottom: 8px; | 
 |  |  |     font-size: 14px; | 
 |  |  |     font-weight: 400; | 
 |  |  |     line-height: 14px; | 
 |  |  |     width: 124px; | 
 |  |  |     height: 36px; | 
 |  |  |     display: flex; | 
 |  |  |     justify-content: center; | 
 |  |  |     align-items: center; | 
 |  |  |     border-radius: 5px; | 
 |  |  |     color: #111; | 
 |  |  |     border: #cccccc solid 1px; | 
 |  |  |     cursor: pointer; | 
 |  |  |   } | 
 |  |  |   .active { | 
 |  |  |     background-color: $primary-color; | 
 |  |  |     color: #fff; | 
 |  |  |     border-color: $primary-color; | 
 |  |  |     background-color: #f6f9fe; | 
 |  |  |     color: $primary-color; | 
 |  |  |   } | 
 |  |  |   .disable { | 
 |  |  |     color: #fff; | 
 |  |  |     border-color: #cccccc; | 
 |  |  |     background-color: #cccccc; | 
 |  |  |     color: #999999; | 
 |  |  |   } | 
 |  |  |   .hasSub { | 
 |  |  |       color: #fff; | 
 |  |  |       background: #cccccc; | 
 |  |  |     border-color: #bed6f9; | 
 |  |  |     background-color: #bed6f9; | 
 |  |  |     color: #fff; | 
 |  |  |     } | 
 |  |  | } | 
 |  |  | .color_op { |