134 lines
2.3 KiB
Plaintext
134 lines
2.3 KiB
Plaintext
.wf-autograph {
|
|
width: 100%;
|
|
position: relative;
|
|
border: 1px solid #e2e2e2;
|
|
|
|
&-noData {
|
|
background: #f9f9f9;
|
|
padding: 100px 0;
|
|
text-align: center;
|
|
&-icon {
|
|
display: inline-block;
|
|
font-size: 20px;
|
|
color: #ffa114;
|
|
width: 50px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
border: 1px solid #ffa114;
|
|
border-radius: 50%;
|
|
vertical-align: middle;
|
|
padding-bottom: 10px;
|
|
}
|
|
&-desc {
|
|
color: #f00;
|
|
display: inline-block;
|
|
margin-left: 25px;
|
|
line-height: 25px;
|
|
vertical-align: middle;
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
&-bottomBarConfig {
|
|
border-top: 1px solid #e2e2e2;
|
|
|
|
&-single {
|
|
display: inline-block;
|
|
line-height: 40px;
|
|
height: 40px;
|
|
padding: 0 10px;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
|
|
&-consulttab {
|
|
width: 100%;
|
|
|
|
&-formSignatureTd {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
&-tooltab {
|
|
width: inherit;
|
|
padding: 0;
|
|
border-bottom: 1px solid #e2e2e2;
|
|
|
|
&-tr {
|
|
background: #f9f9f9;
|
|
line-height: 40px;
|
|
height: 40px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
&-td {
|
|
display: inline-block;
|
|
|
|
&:hover {
|
|
|
|
.wf-autograph-tooltab-label,
|
|
.wf-autograph-tooltab-img {
|
|
cursor: pointer;
|
|
color: #2db7f5;
|
|
|
|
.path1,
|
|
.path2,
|
|
.path3,
|
|
.path4,
|
|
.path5,
|
|
.path6 {
|
|
&::before {
|
|
color: #2db7f5;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.wf-autograph-tooltab-label {
|
|
color: #333;
|
|
padding-right: 20px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.wf-autograph-tooltab-label-required {
|
|
color: #ff3f3f;
|
|
}
|
|
|
|
.wf-autograph-tooltab-img {
|
|
vertical-align: middle;
|
|
padding-right: 5px;
|
|
padding-left: 15px;
|
|
color: #333;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
&-tdSign {
|
|
width: 150px;
|
|
|
|
&:hover {
|
|
|
|
.wf-autograph-tooltab-label,
|
|
.wf-autograph-tooltab-img {
|
|
cursor: auto;
|
|
color: #afafaf;
|
|
}
|
|
}
|
|
|
|
.icon-coms-Need-feedback {
|
|
color: #afafaf;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.wf-autograph-tooltab-label {
|
|
color: #afafaf;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.wf-autograph-tooltab-img {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
}
|
|
} |