salary-management-front/pc4mobx/hrmSalary/pages/intelligentCalculateSalaryS.../index.less

225 lines
3.4 KiB
Plaintext

.intelligentSetting-layout {
.wea-new-top-req-title > div:last-child {
right: 16px !important;
}
.statistic-time {
display: flex;
align-items: center;
justify-content: flex-end;
font-size: 12px;
}
.space {
display: flex;
align-items: center;
.mr10 {
margin-right: 10px;
}
}
}
.enable-settings {
.swith-area, .userinfo {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 16px;
background-color: #fff;
box-sizing: border-box;
height: 80px;
border: 2px solid #e5e5e5;
border-left-color: #5d9cec;
.left {
padding: 10px 0;
display: flex;
flex-direction: column;
justify-content: space-around;
.title {
font-size: 14px;
margin-bottom: 4px;
}
.info {
font-size: 12px;
color: #999;
}
}
}
.userinfo {
margin-top: 16px;
.left {
flex: 1 !important;
.wea-search-group, .wea-form-cell {
padding: 0;
}
}
}
}
.insufficientAlertWrapper {
background: #fff;
padding: 0;
border: 1px solid #f2f2f2;
border-bottom: none;
.flex {
display: flex;
}
.items-center {
align-items: center;
}
.wea-content {
padding: 0;
.wea-form-item {
padding: 5px 12px;
border-bottom: 1px solid #f2f2f2;
}
}
.threshold {
display: flex;
align-items: center;
.before {
margin-right: 6px;
}
.after {
margin-left: 16px;
margin-right: 16px;
}
.tip {
display: inline-block;
color: #999;
padding: 6px 0;
}
}
.channel-list {
display: flex;
align-items: center;
& > .channel-item:not(:first-child) {
margin-left: 16px;
}
.channel-item {
display: inline-flex;
align-items: center;
min-height: 30px;
}
.icon-coms-Flow-setting {
font-size: 16px;
cursor: pointer;
margin-top: 5px;
}
}
.table {
.title {
height: 40px;
justify-content: space-between;
background: #f6f6f6;
.titleLeft {
font-size: 14px;
color: #111;
padding: 0;
}
}
}
}
.trafficUsageRecords-layout {
height: 100%;
box-sizing: border-box;
.head {
margin-bottom: 16px;
.wea-search-group {
width: 80%;
}
.wea-search-group, .wea-content, .wea-form-cell, .wea-form-item {
padding: 0;
}
}
}
.statisticsInfo-layout {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
.static-data {
display: flex;
align-items: center;
justify-content: space-around;
height: 80px;
background-color: #fff;
border: 2px solid #e5e5e5;
.item {
display: flex;
.left {
width: 65px;
height: 65px;
img {
width: 100%;
height: 100%
}
}
.right {
margin-left: 8px;
display: flex;
flex-direction: column;
justify-content: center;
.data {
color: #111;
font-size: 14px;
}
.title {
margin-top: 8px;
color: #999;
font-size: 14px;
}
}
}
}
.detail-area {
margin-top: 8px;
.title {
height: 40px;
display: flex;
align-items: center;
justify-content: space-between;
.text {
font-size: 14px;
color: #111;
}
}
}
}