salary-management-front/pc4mobx/hrmSalary/components/slideModalTitle/index.less

66 lines
1.5 KiB
Plaintext

.slideTitleWrapper {
position: relative;
height: 52px;
text-align: left;
.iconWrapper {
margin-left: 10px;
margin-right: 10px;
font-size: 20px;
color: #F14A2D;
display: inline-block;
height: 52px;
line-height: 52px;
vertical-align: top;
}
.slideTitle {
display: inline-block;
.subtitle {
height: 52px;
line-height: 52px;
font-size: 14px;
font-weight: 600;
.mainTitle {
line-height: 37px;
height: 22px;
}
.subTab {
line-height: 40px;
height: 22px;
font-weight: normal;
font-size: 12px;
.subItem {
margin-right: 20px;
cursor: pointer;
}
.subItemSelected {
border-bottom: 2px solid #2db7f5;
color: #2db7f5;
}
}
}
.tabItem {
height: 20px;
line-height: 20px;
font-size: 12px;
}
}
.btnWrapper {
position: absolute;
right: 50px;
top: 0;
}
}
.reqTopWrapper{
.wea-new-top-req-wapper .wea-new-top-req-title>div:last-child{
right: 16px!important;
}
.wea-new-top-req-wapper .wea-new-top-req-title>div:first-child>div:first-child{
min-width: 440px!important;
}
}