191 lines
5.4 KiB
HTML
191 lines
5.4 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>操作指南</title>
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
padding: 20px;
|
|
background-color: #EEEEF0;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
}
|
|
|
|
.container {
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
background: white;
|
|
border-radius: 12px;
|
|
overflow: hidden;
|
|
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.header {
|
|
background: #333;
|
|
color: white;
|
|
padding: 20px;
|
|
text-align: center;
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.content {
|
|
padding: 20px;
|
|
}
|
|
|
|
.image-container {
|
|
margin-bottom: 30px;
|
|
text-align: center;
|
|
}
|
|
|
|
.image-container img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.image-title {
|
|
margin-top: 10px;
|
|
font-size: 16px;
|
|
color: #666;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.header-img {
|
|
width: 100%;
|
|
height: auto;
|
|
display: block;
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.header-title {
|
|
color: rgba(16, 16, 16, 1);
|
|
font-size: 4vw;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
position: absolute;
|
|
top: 100px;
|
|
right: 10vw;
|
|
}
|
|
|
|
.product-description {
|
|
width: 20vw;
|
|
height: 6vw;
|
|
font-size: 3vw;
|
|
line-height: 6vw;
|
|
background: #000;
|
|
color: #fff;
|
|
border-radius: 3vw;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
margin-top: 10vw;
|
|
margin-bottom: 10vw;
|
|
}
|
|
.description{
|
|
font-size: 2.5vw;
|
|
font-weight: 400;
|
|
width: 100%;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.installation-steps {
|
|
padding: 0 6vw;
|
|
margin-bottom: 10vw;
|
|
}
|
|
|
|
.step {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
font-size: 2.5vw;
|
|
line-height: 5vw;
|
|
}
|
|
|
|
.step-number {
|
|
color: #007AFF;
|
|
font-weight: 600;
|
|
margin-right: 2vw;
|
|
min-width: 2vw;
|
|
}
|
|
|
|
.step-text {
|
|
color: #000;
|
|
flex: 1;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<img class="header-img" src="./images/01.png" alt="产品概览">
|
|
<p class="header-title">操作指南</p>
|
|
<div class="container">
|
|
<div class="content">
|
|
<div class="product-description">产品描述</div>
|
|
<div class="image-container">
|
|
<img src="./images/02.png" alt="描述">
|
|
</div>
|
|
|
|
<div class="image-container">
|
|
<img src="./images/03.png" alt="描述">
|
|
</div>
|
|
<div class="product-description">操作指南</div>
|
|
<div class="image-container">
|
|
<img src="./images/04.png" alt="电源键">
|
|
</div>
|
|
<div class="image-container">
|
|
<img src="./images/09.png" alt="短按">
|
|
</div>
|
|
|
|
<div class="image-container">
|
|
<img src="./images/10.png" alt="长按">
|
|
</div>
|
|
<div class="image-container">
|
|
<img src="./images/06.png" alt="触控板">
|
|
</div>
|
|
<div class="image-container">
|
|
<img src="./images/11.png" alt="左右滑动">
|
|
</div>
|
|
|
|
<div class="image-container">
|
|
<img src="./images/12.png" alt="长按">
|
|
</div>
|
|
|
|
<div class="image-container">
|
|
<img src="./images/13.png" alt="双击">
|
|
</div>
|
|
|
|
<div class="image-container">
|
|
<img src="./images/07.png" alt="充电">
|
|
</div>
|
|
<p class="description">为确保其正确充电,请按照上图所示链接充电线</p>
|
|
<div class="image-container">
|
|
<img src="./images/05.png" alt="指示灯">
|
|
</div>
|
|
|
|
<div class="image-container">
|
|
<img src="./images/14.png" alt="指示灯简介">
|
|
</div>
|
|
|
|
<div class="image-container">
|
|
<img src="./images/08.png" alt="近视镜片">
|
|
</div>
|
|
<p class="description" style="text-align: left; padding-left: 6vw;">安装近视镜架</p>
|
|
<div class="installation-steps">
|
|
<div class="step">
|
|
<span class="step-number">1.</span>
|
|
<span class="step-text">将近视镜片的金属框架与鼻托的框架重合,螺丝孔朝下</span>
|
|
</div>
|
|
<div class="step">
|
|
<span class="step-number">2.</span>
|
|
<span class="step-text">近视镜框的孔与底部螺丝孔对齐,使用工具包中的螺丝刀安装螺丝即可,请勿卸下鼻托螺丝!</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |