2026-08-25 16:17:16 +08:00
|
|
|
|
/* EvalProjectDatabase — 项目档案监管(前缀 epd-) */
|
|
|
|
|
|
.epd-note {
|
|
|
|
|
|
margin: 12px 0 16px;
|
|
|
|
|
|
padding: 10px 16px;
|
|
|
|
|
|
color: rgba(0, 0, 0, 65%);
|
2026-08-25 17:55:37 +08:00
|
|
|
|
font-size: 14px;
|
2026-08-25 16:17:16 +08:00
|
|
|
|
line-height: 1.6;
|
|
|
|
|
|
background: #fffbe6;
|
|
|
|
|
|
border: 1px solid #ffe58f;
|
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
|
}
|
2026-08-25 17:55:37 +08:00
|
|
|
|
|
|
|
|
|
|
/* 项目档案查看弹窗 */
|
|
|
|
|
|
.epd-archive {
|
|
|
|
|
|
&__subtitle {
|
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
|
color: #64748b;
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&__meta {
|
|
|
|
|
|
display: grid;
|
|
|
|
|
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
|
|
|
|
gap: 6px;
|
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
|
padding: 12px 16px;
|
|
|
|
|
|
background: #f8fafc;
|
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
|
|
|
|
|
|
|
> div {
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
|
|
color: #64748b;
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
strong {
|
|
|
|
|
|
color: #0f172a;
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
small {
|
|
|
|
|
|
color: #94a3b8;
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&__search {
|
|
|
|
|
|
margin-bottom: 12px;
|
|
|
|
|
|
max-width: 320px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&__file-source {
|
|
|
|
|
|
color: #94a3b8;
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|