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

66 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-02-28 09:29:46 +08:00
.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 {
2022-03-01 09:42:00 +08:00
height: 52px;
line-height: 52px;
2022-02-28 09:29:46 +08:00
font-size: 14px;
font-weight: 600;
2022-03-16 13:28:34 +08:00
.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;
}
}
2022-02-28 09:29:46 +08:00
}
.tabItem {
height: 20px;
line-height: 20px;
font-size: 12px;
}
}
2022-03-16 13:28:34 +08:00
2022-02-28 09:29:46 +08:00
.btnWrapper {
position: absolute;
right: 50px;
2023-03-10 14:09:50 +08:00
top: 0;
2022-02-28 09:29:46 +08:00
}
}
.reqTopWrapper{
.wea-new-top-req-wapper .wea-new-top-req-title>div:last-child{
right: 16px!important;
}
2023-03-10 14:09:50 +08:00
.wea-new-top-req-wapper .wea-new-top-req-title>div:first-child>div:first-child{
min-width: 440px!important;
}
}