
html,
body {
  font-size: 14px;
  color: #4a4a4a;
  background: #fff;
  width: 100%;
  height: 100%;
}
.zj-table {
  color: rgba(51, 51, 51, 0.8);
}
.zj-table thead th,
.zj-table thead div {
  background-color: #fff !important;
}
.zj-table tbody tr:nth-of-type(odd) {
  background: #f9fbfd !important;
}
.zj-table .el-checkbox,
.zj-table .el-button,
.zj-table .user-no-select .div,
.zj-table .user-no-select span,
.zj-table .user-no-select button,
.zj-table .user-no-select .cell {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-select: none;
  -moz-select: none;
  -ms-select: none;
}
.zj-table .el-table--enable-row-hover,
.zj-table .el-table__body tr:hover > td {
  background-color: #d7eefe;
}
.zj-button {
  background: #0f69cf;
  border: 1px solid #ebebeb;
}

