@import "mixi.scss";
//滚动条
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  // border-radius:5px;
  border-radius: 4px;
  // -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: rgba(0, 0, 0, .2)
}

#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  //text-align: center;
  height: 100%;
  width: 100%;
}




//选择弹窗样式
.bottom-dialog {
  width: 60%;
  margin-top: 0;
  /* margin: 0 auto; */
  border-radius: 6px 6px 0 0;
  margin-bottom: 0;

  .el-tabs__content {
    padding: 10px;
  }

  .el-dialog__body {
    min-height: 300px;
    box-sizing: border-box;
    padding: 0 !important;

    .el-table td {
      padding: 6px 0;
    }

    .el-table__row {
      cursor: pointer;

    }

    .current-row {
      td {
        background-color: #005996 !important;
        color: #FFF;
      }

    }

    h4 {
      padding: 5px 0;
      margin: 0;
      font-size: 14px;
    }

    .el-button {
      font-size: 16px;
    }
  }

  .el-dialog__footer {
    border-top: 1px solid #DCDFE6;
    padding: 10px 15px;

    .dialog-footer {
      width: 100%;
    }

    * {
      display: inline-block;
    }

    .selection-result {
      float: left;

      p {
        color: #5b6ca2;

        i {
          padding: 0 10px;
          color: #C0C4CC;
        }
      }

      h1 {
        font-size: 14px;
        margin-right: 10px;
      }

    }

  }

  .dialog-footer {
    display: inline-block;
  }

  .el-dialog__header {
    padding: 6px 20px;

    .el-dialog__headerbtn {
      top: 10px;
    }

    .el-dialog__title {
      font-size: 14px;
    }
  }
}
