weaver_trunk_cli/pc4mobx/hrm/style/common.less

86 lines
1.2 KiB
Plaintext

.wea-hrm-linkstyle {
&:hover {
color:#00A9FF;
text-decoration:underline;
}
}
.tabPane{
position: absolute;
top: 100px;
bottom: 0;
width: 100%;
&-dialog, &-include{
top: 47px;
}
.formItem{
width: 100%;
&>div{
float: left;
margin-right: 10px;
}
.oneColInput{
width: 40%;
&-dropdown{
width: 120px;
}
}
.switch{
width: 50px;
}
.multi{
&>div{
float: left;
height: 30px;
line-height: 30px;
margin-right: 3px;
}
.num{
width: 60px;
}
.refreshVerificationCode{
margin-left: 10px;
cursor: pointer;
font-size: 16px;
padding-top: 3px;
}
img{
cursor: pointer;
}
}
}
}
@media screen {
@media (max-height: 700px) {
.tabPane {
top: 93px;
&-dialog, &-include{
top: 47px;
}
}
}
}
.secondaryVerifyCA{
width: 100%;
padding: 20px;
.tipInfo{
text-align: center;
padding-bottom: 10px;
}
}
.self-tip {
position: absolute;
top: 6px;
left: 100%;
width: 120px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-left: 14px;
}