addVehicle.wxss 620 字节
.container {
  padding: 32rpx;
}
.container .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;
}
.container .search input {
  text-indent: 15rpx;
  font-size: 28rpx;
  height: 70rpx;
  line-height: 70rpx;
  width: 100%;
}
.container .search image {
  margin-left: 20rpx;
  width: 31rpx;
  height: 31rpx;
}
.container .list {
  width: 100%;
}
.container .list .listItem {
  padding: 20rpx 0;
  font-size: 28rpx;
  line-height: 60rpx;
  border-bottom: 1rpx solid #f5f5f5;
}