VehicleList.wxss 1.5 KB
.container {
  border-top: 1rpx solid #f5f5f5;
}
.container .car_title {
  padding: 32rpx;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
}
.container .car_title image {
  width: 80rpx;
  height: 80rpx;
}
.container .car_title .baoma {
  margin-left: 20rpx;
  font-size: 36rpx;
  line-height: 50rpx;
  color: #06121E;
}
.container .bm_cate {
  width: 100%;
}
.container .bm_cate .cate_1 {
  width: 100%;
  height: 60rpx;
  background-color: #f5f5f5;
  padding: 0 30rpx;
}
.container .bm_cate .cate_1 .cate_1_name {
  font-size: 28rpx;
  line-height: 60rpx;
  color: #06121E;
}
.container .bm_cate .car_list {
  padding: 32rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.container .bm_cate .car_list .left_img {
  width: 270rpx;
  height: 208rpx;
}
.container .bm_cate .car_list .left_img image {
  width: 100%;
}
.container .bm_cate .car_list .car_right {
  flex: 1;
  padding-left: 20rpx;
  height: 208rpx;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.container .bm_cate .car_list .car_right .car_text {
  font-size: 32rpx;
  line-height: 44rpx;
}
.container .bm_cate .car_list .car_right .car_price .to_price {
  color: #E8370F;
  font-size: 28rpx;
  line-height: 40rpx;
}
.container .noCar {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 384rpx;
  height: 200rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
}