safety-eval-service-frontend/src/pages/Container/SafetyEvalBusiness/RiskWarning/index.less

29 lines
403 B
Plaintext
Raw Normal View History

2026-07-22 10:46:56 +08:00
.rw {
&-stat-row {
margin-bottom: 16px;
}
&-stat-suffix {
font-size: 12px;
color: #999;
}
&-note {
padding: 8px 12px;
background: #f6f8fa;
border-radius: 6px;
font-size: 13px;
color: #555;
margin-bottom: 16px;
border: 1px solid #e8e8e8;
}
&-project-name {
font-weight: 500;
}
&-customer-name {
font-size: 12px;
color: #999;
}
}