@import "mixins/mixins";
@import "common/var";

@include b(import-excel) {
  $text-success-color: #3aa13e;
  .import-dialog {
    .el-dialog__body {
      padding: 0;
    }
    .header {
      background: #fffff9;
      border-bottom: 1px #ffeccd solid;
      border-top: 1px #ffeccd solid;
      height: 52px;
      display: flex;
      align-items: center;
      padding-left: 30px;
      .icon-gantanhao {
        width: 32px;
        height: 32px;
        color: #f09031;
      }
      p {
        margin: 0 20px;
        color: #ff6600;
        font-size: 14px;
      }
      .btn-down {
        background: #ff8800;
        border-color: #ff8800;
      }
    }
    .session {
      padding: 20px 20px 10px 20px;
      .excel-tips {
        margin-left: 100px;
        margin-bottom: 5px;
        font-size: 14px;
      }
      .excel-succerr-info {
        font-size: 16px;
        color: $text-success-color;
      }
      .table-box {
        margin-top: 10px;
        border: 1px solid #e6ebf5;
        height: 300px;
        margin-bottom: 10px;
        padding: 10px;
        background: #fffced;
        line-height: 19px;
        font-size: 14px;
        overflow: auto;
        color: #ff6600;
      }
    }
  }
}
