93 lines
1.5 KiB
CSS
93 lines
1.5 KiB
CSS
.hrm-card-out{
|
|
width: 24%;
|
|
height: 130px;
|
|
float: left;
|
|
margin-left: 1.3%;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.hrm-card-inwrap{
|
|
height: 100%;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.hrm-card-icon{
|
|
width: 40px;
|
|
font-size: 40px;
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -20px;
|
|
margin-top: 30px;
|
|
color: #fff;
|
|
}
|
|
|
|
.hrm-card-title{
|
|
/*width: 80px;*/
|
|
text-align: right;
|
|
position: absolute;
|
|
right: 20px;
|
|
font-size: 17px;
|
|
bottom: 15px;
|
|
color: #fff;
|
|
}
|
|
|
|
.hrm-import-wrap{
|
|
width: 90%;
|
|
height: 100%;
|
|
margin-left: 5%;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.hrm-import-table-th .ant-table-tbody>tr>td, .ant-table-thead>tr>th{
|
|
padding: 8px 8px;
|
|
color: #666;
|
|
}
|
|
|
|
.hrm-import-table-th .ant-table-thead>tr>th{
|
|
background-color: #F0F6F6;
|
|
}
|
|
|
|
.hrm-import-table-th .ant-table{
|
|
border-radius: 0;
|
|
}
|
|
|
|
.hrm-import-table-th .ant-table table{
|
|
border-radius: 0;
|
|
}
|
|
|
|
.hrm-import-loading .ant-spin.ant-spin-show-text .ant-spin-text{
|
|
float: right;
|
|
margin-left: 20px;
|
|
padding-top: 2px
|
|
}
|
|
|
|
.hrm-import-error-tip{
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 25px;
|
|
padding: 6px;
|
|
/*margin-left: 230px;*/
|
|
margin-right: 10px;
|
|
display: inline-block;
|
|
background-color: rgb(255, 0, 0);
|
|
}
|
|
|
|
.hrm-import-ant-table .ant-table-tbody>tr>td, .ant-table-thead>tr>th{
|
|
padding: 8px 8px;
|
|
}
|
|
|
|
.hrm-import-link{
|
|
color: #B4B4B4;
|
|
}
|
|
|
|
.hrm-import-link:hover{
|
|
color: #FFF;
|
|
}
|
|
|
|
.hrm-import-circle{
|
|
width: 20px;
|
|
height: 20px;
|
|
background-color: #d8d8d8;
|
|
border-radius: 10px;
|
|
} |