diff --git a/src/pages/UI81/UI81.css b/src/pages/UI81/UI81.css
index ed901a2..e6d169c 100644
--- a/src/pages/UI81/UI81.css
+++ b/src/pages/UI81/UI81.css
@@ -111,12 +111,10 @@
font-size: 28px;
font-family: NotoSansCJKsc-Medium;
font-weight: 500;
- text-align: center;
- line-height: 26px;
- margin: 0 0 53px 0;
text-align: left;
-
-
+ /* 增加行高,避免文字过于紧凑 */
+ line-height: 40px;
+ margin: 0 0 36px 0;
}
.ui81-paragraph h4 {
@@ -124,8 +122,8 @@
font-family: NotoSansCJKsc-Bold;
font-weight: 700;
text-align: left;
- line-height: 40px;
- margin-bottom: 60px;
+ line-height: 44px;
+ margin-bottom: 24px;
}
.ui81-paragraph p {
@@ -133,6 +131,17 @@
font-family: NotoSansCJKsc-Medium;
font-weight: 500;
text-align: left;
- line-height: 60px;
+ line-height: 44px;
margin-bottom: 20px;
-}
\ No newline at end of file
+}
+
+/* 列表样式:增加行间距和项间距 */
+.ui81-list {
+ padding-left: 28px;
+ margin: 0 0 36px 0;
+}
+.ui81-list li {
+ margin-bottom: 14px;
+ line-height: 40px;
+ font-size: 28px;
+}
diff --git a/src/pages/UI81/UI81.tsx b/src/pages/UI81/UI81.tsx
index 3a3368b..fcffd91 100644
--- a/src/pages/UI81/UI81.tsx
+++ b/src/pages/UI81/UI81.tsx
@@ -24,17 +24,32 @@ const UI81: React.FC = () => {
1.请您先行检查空腹项目后再用餐(需空腹:腹部超声、静脉采血、上腹部CT/MR、幽门螺旋杆菌呼气检测等)。 2.怀备孕及哺乳期的妇女,请勿检查胸片,钼靶,CT,口腔全景片等放射科项目。 3.有假乳(植入假体)或有乳房重塑手术病史的女性不建议行乳腺钼靶检查。 4.自愿放弃检查时,需您签字确认,明确理解弃检项目的意义,自愿承担因弃检导致筛查信息的不完整后果。 5.所有延期项目请在一个月内完成,否则将按自动弃检处理。 6.体检完成后请将该体检导引单交至B1楼前台的工作人员。 7.若您有长期服用任何药物、或体检过程中感到头晕、心慌等不适,请随时告知工作人员。尊敬的 {localStorage.getItem("name")} 先生/女士,体检过程中请您特别留意:
-
+ 尊敬的 {localStorage.getItem("name")}
+ 先生/女士,体检过程中请您特别留意:
+
+
+
-