safety-eval-service-frontend/src/components/StaffResumeModal/index.less

66 lines
1.1 KiB
Plaintext
Raw Normal View History

.staff-resume-modal {
.staff-resume-title {
text-align: center;
font-size: 20px;
font-weight: 600;
margin-bottom: 16px;
color: #1f1f1f;
}
.staff-resume-table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
font-size: 14px;
color: #262626;
th,
td {
border: 1px solid #bfbfbf;
padding: 10px 12px;
vertical-align: middle;
word-break: break-all;
}
.resume-label {
width: 18%;
background: #f5f5f5;
color: #595959;
font-weight: 400;
text-align: center;
}
.resume-value {
width: 32%;
background: #fff;
text-align: left;
}
2026-08-10 18:14:55 +08:00
.resume-sign {
width: 32%;
background: #fff;
height: 60px;
}
.resume-label-wide {
width: 22%;
background: #f5f5f5;
color: #595959;
text-align: center;
}
.resume-value-full {
background: #fff;
text-align: left;
white-space: pre-wrap;
line-height: 1.7;
min-height: 48px;
}
.resume-link {
color: #1677ff;
cursor: pointer;
}
}
}