@import '../../style/var.less';
.pass--popup-content {
  .van-field {
    padding-top: 0;
  }
  .popup-field {
    padding-top: 10px;
  }
  padding-bottom: @footerHeight;
}
.workflow-eval-field-wrap {
  &.no-content {
    .van-field__control {
      color: #000000a6;
    }
  }
  .van-field {
    flex-direction: column;
    .van-cell__title {
      font-size: 14px;
      color: black;
      margin: 6px 0;
    }
    .van-field__body {
      border: 1px solid @borderColor;
      padding: 0 4px;
      border-radius: @radius;
    }
  }
}
.zmyj-section {
  margin-top: 10px;
  .zmyj-section-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 8px 0;
  }
  .no-data {
    text-align: center;
    padding: 20px 0;
    color: #999;
    font-size: 14px;
  }
  .zmyj-statistics {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    margin: 0 5px;
    .stat-item {
      flex: 1;
      text-align: center;
      font-size: 13px;
      color: #333;
      &.active {
        color: #1989fa;
      }
      p {
        margin: 0;
        line-height: 18px;
        &:last-child {
          font-size: 16px;
          font-weight: bold;
          margin-top: 4px;
        }
      }
    }
  }
  .zmyj-item-wrap {
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
  :deep(.card--list) {
    .image-card--left {
      .van-image {
        width: 60px !important;
        height: 60px !important;
        .van-image__img {
          border-radius: 4px;
        }
      }
    }
  }
  .opinion-li {
    margin-top: 6px;
    display: flex;
    align-items: center;
    .opinion-label {
      font-size: 14px;
      flex-shrink: 0;
      width: 70px;
    }
    .select-item {
      flex: 1;
      min-width: 0;
      :deep(.enhance-select) {
        width: 100% !important;
      }
      :deep(.enhance-select > .zt-cell) {
        padding-left: 8px;
        padding-right: 8px;
      }
    }
  }
  .supplyExplain {
    font-size: 13px;
    text-align: left;
    padding: 8px 6px;
    margin: 0 10px;
    background: rgba(242, 242, 242, 1);
    border-radius: 4px;
    line-height: 18px;
  }
}
.fqsh-section {
  margin-top: 10px;
  margin-bottom: 20px;
  .popup-field {
    margin-bottom: 0;
  }
}