修改样式以及线条
This commit is contained in:
parent
310a0d0df1
commit
e00ac963b5
@ -471,6 +471,60 @@
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* 超声检查所见所得样式 */
|
||||
.ultrasound-exam .report-summary p {
|
||||
font-size: 14px !important; /* 与一般检查小结正文相同 */
|
||||
line-height: 1.6 !important;
|
||||
margin: 3px 0 !important;
|
||||
}
|
||||
|
||||
.ultrasound-exam .report-summary strong {
|
||||
font-size: 16px !important; /* 与一般检查小结标题相同 */
|
||||
}
|
||||
|
||||
/* 原超声样式调整 */
|
||||
.ultrasound-exam .report-summary {
|
||||
padding: 5px !important;
|
||||
margin-bottom: 80px !important;
|
||||
font-size: 14px !important; /* 统一设置基础字号 */
|
||||
}
|
||||
|
||||
/* 统一所有检验科小结样式 */
|
||||
.report-item:not(.general-exam):not(.ultrasound-exam) .report-summary h4 {
|
||||
font-size: 16px !important;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
.report-item:not(.general-exam):not(.ultrasound-exam) .report-summary p {
|
||||
font-size: 14px !important;
|
||||
line-height: 1.6 !important;
|
||||
margin: 3px 0 !important;
|
||||
}
|
||||
|
||||
/* 心电图所见所得样式 */
|
||||
.report-item:not(.general-exam):not(.ultrasound-exam) .report-summary strong {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
.report-item:not(.general-exam):not(.ultrasound-exam) .report-summary p {
|
||||
font-size: 14px !important;
|
||||
line-height: 1.6 !important;
|
||||
margin: 3px 0 !important;
|
||||
}
|
||||
|
||||
/* 统一所有边框线长度 */
|
||||
.report-summary {
|
||||
border-top: 1px solid #000 !important;
|
||||
margin-left: 20px !important;
|
||||
margin-right: 20px !important;
|
||||
}
|
||||
|
||||
.report-footer {
|
||||
left: 20px !important; /* 从10px调整为20px */
|
||||
right: 20px !important; /* 从10px调整为20px */
|
||||
border-top: 1px solid #000 !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* 添加首页样式 */
|
||||
|
Loading…
Reference in New Issue
Block a user