示例成品 · 平台演示,按左边这组点选真跑出来的
下面是可直接打印的 **A4横向PDF版** HTML。保存成 `孕期防辐射自查表.html`,用浏览器打开,按 `Ctrl+P` → 选“另存为PDF” → 纸张选 **A4横向**,就能打印或发家人看。
```html
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>孕期防辐射自查表(孕中期)</title>
<style>
* { box-sizing: border-box; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
body {
font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
background: #f2f2f2;
color: #222;
margin: 0;
}
.page {
width: 277mm;
min-height: 190mm;
padding: 9mm 11mm;
margin: 8mm auto;
background: #fff;
box-shadow: 0 0 6px rgba(0,0,0,0.15);
page-break-after: always;
}
.page:last-child { page-break-after: auto; }
h1 { font-size: 21px; margin: 0 0 3px; }
h2 { font-size: 14px; margin: 8px 0 4px; }
.subtitle { font-size: 12px; color: #555; margin-bottom: 6px; }
.note {
background: #eef5ff;
border-left: 4px solid #4a90e2;
padding: 6px 8px;
font-size: 12px;
margin-bottom: 7px;
}
.legend { font-size: 12px; margin-bottom: 7px; }
.tag {
display: inline-block;
padding: 1px 6px;
border-radius: 4px;
font-size: 11px;
font-weight: bold;
white-space: nowrap;
}
.green { background: #daf5dc; color: #1d7a1d; border: 1px solid #8fd694; }
.yellow { background: #fff3c9; color: #9a6b00; border: 1px solid #f0d060; }
.red { background: #ffe0e0; color: #b30000; border: 1px solid #ff9a9a; }
table { width: 100%; border-collapse: collapse; font-size: 11px; margin-bottom: 7px; }
th { background: #e8e8e8; font-size: 11px; }
td, th { border: 1px solid #bbb; padding: 4px 5px; vertical-align: top; text-align: left; }
.checklist {
list-style: none;
padding-left: 0;
font-size: 12px;
margin: 4px 0 6px;
}
.checklist li { margin-bottom: 3px; }
.footer {
font-size: 12px;
color: #333;
border-top: 1px dashed #999;
padding-top: 5px;
margin-top: 5px;
}
@page { size: A4 landscape; margin: 0; }
@media print {
body { background: #fff; }
.page { box-shadow: none; margin: 0; page-break-after: always; }
}
</style>
</head>
<body>
<!-- 第1页:卧室重点 -->
<div class="page">
<h1>🧾 孕期防辐射自查表(孕中期 13–27周)</h1>
<div class="subtitle">
重点房间:卧室床头 | 常用电器:手机/平板 | 频率:每天多次 | 特别关注:腹部直面辐射源、睡眠环境暴露
</div>
<div class="note">
📢 先说大实话:手机、平板、WiFi 的辐射是“非电离辐射”,和医院 X 光不是一回事。日常正常使用目前没有证据会伤到宝宝。真正要改的是:<b>别贴肚子、别放枕边过夜、别长时间一个姿势刷。</b>
</div>
<div class="legend">
<span class="tag green">🟩 正常用,注意距离</span>
<span class="tag yellow">🟨 要改的小习惯</span>
<span class="tag red">🟥 重点避免,马上改</span>
</div>
<h2>🛏️ 卧室(重点房间)</h2>
<table>
<thead>
<tr>
<th style="width:16%">物品/场景</th>
<th style="width:17%">你现在的情况</th>
<th style="width:17%">风险/影响</th>
<th style="width:30%">建议(说人话)</th>
<th style="width:20%">家人怎么配合</th>
</tr>
</thead>
<tbody>
<tr>
<td>📱 手机刷短视频</td>
<td>每天多次,每次30分钟+,常放枕边</td>
<td><span class="tag yellow">🟨 要改</span><br>不是辐射致畸,是手机会发热、蓝光影响睡眠,容易滑到肚子附近</td>
<td>刷剧用支架,手机离腹部≥30cm;开外放或蓝牙耳机;不要放枕边过夜;每30分钟起身活动</td>
<td>送一个床边手机支架;睡前帮忙把手机放到床头柜或书桌</td>
</tr>
<tr>
<td>📲 平板追剧</td>
<td>长时间手持,可能靠肚子</td>
<td><span class="tag yellow">🟨 要改</span><br>平板发热贴近腹部</td>
<td>用落地支架或小桌板,屏幕离腹部≥40cm;不把平板放肚子上</td>
<td>帮准备小桌板或支架</td>
</tr>
<tr>
<td>🔌 床头充电器/插线板</td>
<td>床头充电,可能压枕边</td>
<td><span class="tag yellow">🟨 要改</span><
点左边「开工 · 直接出成品」,出一份你自己的版本(文字免费)