187 lines
3.0 KiB
CSS
187 lines
3.0 KiB
CSS
.hrm-report-interval{
|
|
float: left;
|
|
padding: 10px;
|
|
}
|
|
|
|
.hrm-report-linkStyle{
|
|
cursor:pointer;
|
|
color: #B2B2B2;
|
|
}
|
|
|
|
.hrm-report-linkStyle:hover{
|
|
color: #00A9FF;
|
|
}
|
|
|
|
.hrm-report-linkStyle-table{
|
|
cursor:pointer;
|
|
}
|
|
|
|
.hrm-report-linkStyle-table:hover{
|
|
color: #00A9FF;
|
|
}
|
|
|
|
.hrm-report-input .wea-input-normal .ant-input{
|
|
min-height: 26px;
|
|
}
|
|
|
|
|
|
.hrm-report-icon{
|
|
width:50px;
|
|
height:50px;
|
|
font-size: 30px;
|
|
color: #fff;
|
|
-webkit-border-radius: 25px;
|
|
-moz-border-radius: 25px;
|
|
-ms-border-radius: 25px;
|
|
-o-border-radius: 25px;
|
|
padding-top: 2px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.hrm-report-center{
|
|
position: relative;
|
|
float: left;
|
|
left: 50%;
|
|
}
|
|
|
|
.hrm-report-center-child{
|
|
position: relative;
|
|
float: left;
|
|
left: -50%;
|
|
}
|
|
|
|
.hrm-report-box{
|
|
width: 50px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.hrm-report-flow {
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.hrm-report-radius{
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
border: 49px dotted;
|
|
/* IE7,IE8圆尺寸要小1像素同时有1像素偏移 */
|
|
margin: 0 0 1px 1px;
|
|
border-width: 0vw;
|
|
margin: 0vw;
|
|
}
|
|
|
|
.hrm-report-upTriangle{
|
|
width: 0;
|
|
height: 0;
|
|
border-right: 4px solid transparent;
|
|
border-bottom: 8px solid #7DC756;
|
|
border-left: 4px solid transparent;
|
|
}
|
|
|
|
.hrm-report-downTriangle{
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 8px solid #E9612B;
|
|
border-right: 4px solid transparent;
|
|
border-left: 4px solid transparent;
|
|
}
|
|
|
|
.hrm-report-noChange{
|
|
width: 8px;
|
|
height: 2px;
|
|
background-color: #D2D2D2;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.hrm-report-scope .wea-scope .ant-input-number{
|
|
width: 142px !important;
|
|
}
|
|
|
|
.hrm-wea-alert-page .ant-spin-nested-loading{
|
|
height: 100%;
|
|
}
|
|
|
|
.hrm-wea-alert-page .ant-spin-container{
|
|
height: 100%
|
|
}
|
|
|
|
.hrm-wea-alert-page{
|
|
height: 100%
|
|
}
|
|
|
|
.hrm-report .wea-new-top-wapper .wea-new-top-content{
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.hrm-loading-center{
|
|
position: absolute;
|
|
top:50%;
|
|
left:50%;
|
|
margin-left:-16px;
|
|
margin-top: -16px;
|
|
}
|
|
|
|
.hrm-loading-center-small{
|
|
position: absolute;
|
|
top:50%;
|
|
left:50%;
|
|
margin-left:-8px;
|
|
margin-top: -8px;
|
|
}
|
|
|
|
.hrm-report-count-item{
|
|
display: inline-block;
|
|
position: relative;
|
|
margin-top: 30px;
|
|
}
|
|
.hrm-report-count-item-cy{
|
|
display: inline-block;
|
|
position: relative;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.hrm-report-count-item-icon{
|
|
position: absolute;
|
|
left: 10px;
|
|
}
|
|
|
|
.hrm-report-count-item-label{
|
|
position: absolute;
|
|
left: 70px;
|
|
top: 3px;
|
|
}
|
|
|
|
.hrm-report-count-item-icon-cy{
|
|
position: absolute;
|
|
left: 70px;
|
|
}
|
|
|
|
.hrm-report-count-item-label-cy{
|
|
position: absolute;
|
|
left: 130px;
|
|
top: 3px;
|
|
}
|
|
|
|
|
|
.hrm-report-count-item-showname{
|
|
color: rgb(152, 152, 152);
|
|
}
|
|
|
|
.hrm-report-count-item-num{
|
|
margin-top: 2px;
|
|
color: rgb(102, 102, 102);
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.hrm-report-count-item-changetype{
|
|
color: rgb(134, 134, 134);
|
|
margin-left: 5px;
|
|
} |