﻿ul li {
  list-style: none;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Microsoft YaHei, '宋体', Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

.app-view {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.app-loading {
  width: 600px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -120px 0 0 -300px;
}

.ant-table-thead > tr > th {
  word-break: break-all;
  word-wrap: break-word;
}

.ant-btn-primary {
  background: #f60 !important;
  border-color: #f60 !important;
}

.ant-btn-primary:active {
  background: #ff751a !important;
  border-colr: #ff751a !important;
}

.ant-btn-primary:hover {
  background: #ff751a !important;
  border-colr: #ff751a !important;
}
