weaver_trunk_cli/pc4mobx/hrm/style/sendBless.less

85 lines
1.4 KiB
Plaintext

.hrmBless {
padding: 20px;
height: calc(~"100% - 65px");
overflow: auto;
&>div:first-child {
p {
padding: 10px;
padding-top: 0px;
}
&>i {
font-size: 40px;
color: #B2B2B2;
cursor: pointer;
}
.disabled {
cursor: not-allowed;
}
&>div {
display: inline-block;
vertical-align: middle;
img {
width: 186px;
height: 248px;
margin: 0 10px;
}
.img-checked {
border: 2px solid #317bf7;
}
}
}
.wea-tag-group {
border: 0;
border-bottom: 1px solid #d9d9d9;
margin-top: 20px;
}
.blessOptions {
padding: 8px 0;
span:first-child {
margin-left: 10px;
}
span:last-child {
display: inline-block;
float: right;
}
span {
color: #4D7AD8;
margin-left: 15px;
cursor: pointer;
}
.suffix {
color: inherit;
margin-left: 10px;
cursor: inherit;
}
}
.blessInput {
margin-top: 20px;
p {
padding: 10px;
}
.wea-textarea-normal {
padding: 0 10px;
}
}
.wea-dialog-footer{
padding-right: 40px;
}
}