diff --git a/public/templates/report-template.html b/public/templates/report-template.html
index 5bea5b1..93a50ac 100644
--- a/public/templates/report-template.html
+++ b/public/templates/report-template.html
@@ -90,7 +90,7 @@
.report-summary {
padding: 15px;
- background-color: #f9f9f9;
+ background-color: transparent;
border-top: 1px solid #e0e0e0;
}
@@ -268,31 +268,39 @@
/* 一般检查的表格 */
.general-exam .exam-table {
- margin: 5px 0 !important;
- font-size: 16px !important;
+ margin: 20px 0 40px !important; /* 下边距从0增加到40px */
}
.general-exam .exam-table th,
.general-exam .exam-table td {
- padding: 2px !important;
- font-size: 16px !important;
+ padding: 8px !important;
+ font-size: 18px !important;
+ line-height: 1.5;
+ height: 40px; /* 降低单元格高度 */
}
/* 一般检查的小结 */
.general-exam .report-summary {
padding: 5px !important;
- margin-bottom: 80px !important;
- font-size: 9px !important;
+ bottom: 170px !important;
+ min-height: auto; /* 移除固定高度 */
+ margin-bottom: 0 !important;
+ left: 20px;
+ right: 20px;
+ position: absolute;
+ font-size: 14px !important;
+ background-color: transparent !important;
}
.general-exam .report-summary h4 {
- margin: 2px 0 !important;
- font-size: 9px !important;
+ margin-bottom: 10px !important;
+ font-size: 16px !important;
}
.general-exam .report-summary p {
margin: 2px 0 !important;
- font-size: 9px !important;
+ font-size: 14px !important;
+ line-height: 1.6;
}
/* 其他报告项目的样式 */
@@ -355,7 +363,7 @@
padding: 8px;
margin-bottom: 80px !important;
font-size: 11px;
- background-color: #f9f9f9 !important;
+ background-color: transparent !important;
}
.report-item:not(.general-exam) .report-summary h4 {