VehicleListDetail.less 3.8 KB
.container {
  .youPucture {
    .top_img {
      width: 100%;

      image {
        width: 100%;
        height: 442rpx;
      }
    }

    .card {
      margin: 0 32rpx;
      padding: 30rpx;
      box-sizing: border-box;
      background-color: #fff;
      box-shadow: 0rpx 12rpx 24rpx rgba(0, 0, 0, 0.04);
      border-radius: 12rpx;
      position: relative;
      top: -40rpx;
      z-index: 2;

      .car_num {
        display: flex;
        align-items: center;
        margin: 10rpx 0 20rpx;

        .big_name {
          color: #06121F;
          font-size: 48rpx;
          line-height: 48rpx;
        }

        .small_name {
          margin-left: 10rpx;
          color: #8C9198;
          font-size: 24rpx;
          line-height: 34rpx;
        }
      }

      .price_ {
        display: flex;
        margin: 10rpx 0 20rpx;

        .price_car {
          font-size: 28rpx;
          line-height: 40rpx;
        }

        .price_range {
          margin-left: 20rpx;
          font-size: 32rpx;
          line-height: 44rpx;
          color: #E8370F;
        }
      }
    }
  }

  .noPucture {
    .cardNO {
      margin: 0 32rpx;
      padding: 30rpx;
      box-sizing: border-box;
      background-color: #fff;
      box-shadow: 0rpx 12rpx 24rpx rgba(0, 0, 0, 0.04);
      border-radius: 12rpx;

      .car_num {
        display: flex;
        align-items: center;
        margin: 10rpx 0 20rpx;

        .big_name {
          color: #06121F;
          font-size: 48rpx;
          line-height: 48rpx;
        }

        .small_name {
          margin-left: 10rpx;
          color: #8C9198;
          font-size: 24rpx;
          line-height: 34rpx;
        }
      }

      .price_ {
        display: flex;
        margin: 10rpx 0 20rpx;

        .price_car {
          font-size: 28rpx;
          line-height: 40rpx;
        }

        .price_range {
          margin-left: 20rpx;
          font-size: 32rpx;
          line-height: 44rpx;
          color: #E8370F;
        }
      }
    }
  }


  .car_list {
    width: 100%;
    padding: 32rpx;
    box-sizing: border-box;

    .car_title {
      width: 100%;
      font-size: 36rpx;
      line-height: 50rpx;
      font-weight: 600;
      margin-bottom: 30rpx;
    }

    .list_ {
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 30rpx 0;
      border-bottom: 1rpx solid #f5f5f5;

      .list_store {
        display: flex;
        flex-direction: column;

        .store_content {
          margin-bottom: 20rpx;

          text {
            font-size: 28rpx;
            line-height: 40rpx;
            font-weight: 600;
          }
        }

        .store_price {
          font-size: 32rpx;
          line-height: 44rpx;
          color: #E8370F;
          font-weight: 600;
        }

        .store_guide_price {
          display: flex;
          align-items: center;

          text {
            font-size: 24rpx;
            line-height: 34rpx;
            margin-right: 20rpx;
          }

          .imgs_downArrow {
            height: 24rpx;
            line-height: 34rpx;
            display: flex;
            align-items: center;

            .imgs_down {
              width: 33rpx;
              height: 100%;
            }

            text {
              font-size: 24rpx;
              color: #00C116;
            }
          }
        }
      }

      .change {
        display: flex;
        flex-direction: column;

        .btn_1 {
          width: 196rpx;
          height: 60rpx;
          margin: 10rpx 0;
          line-height: 60rpx;
          padding: 0;
          font-weight: 400;
          font-size: 28rpx;
        }

        .btn_3 {
          background-color: #E8370F;
          color: #fff;
        }

        .btn_2 {
          border: 2rpx solid #E8370F;
          color: #E8370F;
        }
      }
    }

  }

}