addVehicle.less 652 字节
.container {
  padding: 32rpx;

  .search {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 15rpx;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    height: 100rpx;
    margin: 0 0 30rpx;

    input {
      text-indent: 15rpx;
      font-size: 28rpx;
      height: 70rpx;
      line-height: 70rpx;
      width: 100%;
    }


    image {
      margin-left: 20rpx;
      width: 31rpx;
      height: 31rpx;
    }
  }

  .list {
    width: 100%;

    .listItem {
      padding: 20rpx 0;
      font-size: 28rpx;
      line-height: 60rpx;
      border-bottom: 1rpx solid #f5f5f5;
    }
  }




}