safety-eval-service-frontend/src/pages/Container/Supervision/EvalProjectDatabase/index.less

62 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/* EvalProjectDatabase — 项目档案监管(前缀 epd- */
.epd-note {
margin: 12px 0 16px;
padding: 10px 16px;
color: rgba(0, 0, 0, 65%);
font-size: 14px;
line-height: 1.6;
background: #fffbe6;
border: 1px solid #ffe58f;
border-radius: 6px;
}
/* 项目档案查看弹窗 */
.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;
}
}