This commit is contained in:
cjw
2026-02-16 18:28:20 +08:00
parent 3c76e05fba
commit 6b3cd204f0
2 changed files with 64 additions and 423 deletions
-52
View File
@@ -167,58 +167,6 @@ body {
gap: 15px;
}
.key-info-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
}
/* 关键工艺参数布局由result.html内联样式控制 */
.data-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 10px;
}
.category-section {
background: #f8f9fa;
border-radius: 10px;
padding: 20px;
border-left: 4px solid #3498db;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.category-section:nth-child(1) {
border-left-color: #e74c3c;
}
.category-section:nth-child(2) {
border-left-color: #27ae60;
}
.category-section:nth-child(3) {
border-left-color: #f39c12;
}
.category-title {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 15px;
color: #2c3e50;
display: flex;
align-items: center;
gap: 8px;
padding-bottom: 10px;
border-bottom: 2px solid rgba(0,0,0,0.1);
}
.category-content {
display: flex;
flex-direction: column;
gap: 12px;
}
.data-item {
background: white;
padding: 20px;