* {
margin: 0;
padding: 0;
}
html,
body,
#app,
.wrapper {
width: 100%;
height: 100%;
/* overflow: hidden; */
}
body {
font-size: 16px;
font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
}
.ft14{
font-size: 14px;
}
.tc{
text-align: center;
}
.fl{
float: left;
}
.mr5{
margin-right: 5px;;
}
.ml5{
margin-left: 5px;;
}
.mr10{
margin-right: 10px;;
}
.ml10{
margin-left: 10px;;
}
.mr15{
margin-right: 15px;;
}
.ml15{
margin-left: 15px;;
}
.mr20{
margin-right: 20px;;
}
.ml20{
margin-left: 20px;;
}
.mb10{
margin-bottom: 10px;
}
.mb15{
margin-bottom: 15px;
}
.mb20{
margin-bottom: 20px;
}
.w200{
width: 200px;
}
.w300{
width: 300px;
}
.w600{
width: 600px;
}
.radius8{
border-radius: 8px;
}
.radius10{
border-radius: 10px;
}
.br{
border-left: 1px solid #ccc;
}
.iconColor{
color: #B5DBFF;
}
.container{
background: #fff;
border-radius: 5px;
border: 1px solid #ddd;
padding: 30px;
}
.special-class .ant-table-body{
max-height: max-content !important;
overflow-y: hidden !important;
}
.left{
left: 200px;
-webkit-transition: left .1s ease-in-out;
transition: left .1s ease-in-out;
}
.noLeft{
left: 80px;
-webkit-transition: left .1s ease-in-out;
transition: left .1s ease-in-out;
}
.footer{
text-align: center;
padding: 15px 50px!important;
}
.content{
width: auto;
padding: 0 15px 20px 15px;
/*height: 100%;*/
/*overflow-y: scroll;*/
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ikd-page-header {
color: #323232;
margin-bottom: 20px;
}
.ikd-page-header .title {
height: 40px;
font-size: 18px;
line-height: 40px;
}
.list-filter {
position: relative;
margin: 0;
/*background: #f8f8f8;*/
/*padding: 20px 10px;*/
padding-bottom: 20px;
}
.filter .ant-form-item{
margin-bottom: 10px;
}
.detail{
line-height: 1.8;
}
.link{
color: rgb(58 167 255);
cursor: pointer;
}
.logoSmall{
text-align: center;
padding: 10px 0;
font-weight: 600;
width: 80px
}
.logo {
float: left;
width: 180px;
line-height: 70px;
height: 70px;
position: relative;
text-align: center;
font-weight: 600;
}
.logo p{
color: rgba(16, 16, 16, 1);
font-size: 20px;
text-align: center;
font-family: PingFangSC-regular;
font-weight: 400;
}
.logo img {
position: absolute;
width: 110px;
height: 40px;
top: 50%;
margin-top: -20px;
left: 14px;
}
.avatar {
width: 80px;
padding: 4px;
border: 1px solid #ddd;
border-radius: 4px;
}
/* table样式 */
table.ikd-input-table {
width: 100%;
max-width: 100%;
border-bottom: 1px solid #eef1f5;
text-align: center;
}
table.ikd-input-table th, table.ikd-input-table td {
border: 1px solid #eef1f5;
padding: 0 10px;
}
table.ikd-input-table thead {
height: 36px;
background-color: #e8e8e8;
}
table.ikd-input-table thead th {
height: 36px;
color: #333;
font-size: 14px;
}
table.ikd-input-table thead th.active {
color: white;
background-color: #bebebe;
}
table.ikd-input-table tbody tr {
background-color: white;
}
table.ikd-input-table tbody tr:nth-child(2n) {
background-color: #f7fbfe;
}
.ant-table-thead > tr > th {
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
background: #B5DBFF;
}
.ant-table-tbody > tr > td {
transition: background 0.3s;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
}
.ant-table-tbody > tr:last-child > td {
border-bottom: 1px solid transparent;
}
.ant-table-tbody .ant-table-cell-fix-right {
border-left: 2px solid #000000 !important;
}
.ant-table-container table > thead > tr:first-child th:first-child {
border-top-left-radius: 2px;
}
.ant-table-thead .ant-table-cell-fix-right {
border-left: 2px solid #000000 !important;
}
.ant-table-thead .ant-table-cell-scrollbar {
border-left: 1px solid #000000 !important;
}
.container .ant-table-body {
border-bottom: 1px solid #000000;
}
.ant-table-content {
border-bottom: 1px solid #000000;
}