diff --git a/static/style.css b/static/style.css index 8716efe..4a5a14d 100644 --- a/static/style.css +++ b/static/style.css @@ -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; diff --git a/templates/result.html b/templates/result.html index a13143d..4fa2724 100644 --- a/templates/result.html +++ b/templates/result.html @@ -5,7 +5,7 @@ 分析结果 - STP文件几何分析工具 - +