73 lines
1.6 KiB
HTML
73 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>步骤 3 - 前门12路径 - 检查设备状态</title>
|
||
<style>
|
||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||
|
||
html, body {
|
||
width: 100%;
|
||
height: 100%;
|
||
font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
|
||
padding: 24px;
|
||
background: white;
|
||
color: #0f172a;
|
||
overflow-y: auto;
|
||
}
|
||
|
||
.step-title {
|
||
font-size: 18px;
|
||
font-weight: bold;
|
||
margin-bottom: 16px;
|
||
color: #0f172a;
|
||
}
|
||
|
||
.step-image-container {
|
||
position: relative;
|
||
margin-bottom: 16px;
|
||
}
|
||
|
||
.step-image {
|
||
max-width: 100%;
|
||
height: auto;
|
||
border: 1px solid #e2e8f0;
|
||
border-radius: 8px;
|
||
display: block;
|
||
}
|
||
|
||
.step-content {
|
||
font-size: 14px;
|
||
line-height: 1.6;
|
||
color: #475569;
|
||
margin-bottom: 24px;
|
||
}
|
||
|
||
.step-content p { margin-bottom: 12px; }
|
||
.step-content ol { margin-left: 24px; margin-top: 12px; }
|
||
.step-content li { margin-bottom: 8px; }
|
||
</style>
|
||
</head>
|
||
|
||
<body>
|
||
<div class="step-title">步骤 3: 前门12路径 - 检查设备状态</div>
|
||
|
||
<div class="step-image-container">
|
||
<img src="images/frontend-equipment.jpg" alt="前端设备" class="step-image"
|
||
onerror="this.style.display='none'">
|
||
</div>
|
||
|
||
<div class="step-content">
|
||
<p>从前门12进入后,请检查以下设备状态:</p>
|
||
<ol>
|
||
<li>白光挡板是否正常</li>
|
||
<li>单色器冷却水流量</li>
|
||
<li>光束位置监测器读数</li>
|
||
</ol>
|
||
</div>
|
||
</body>
|
||
|
||
</html>
|