Files
membank/产品/飞牛 NAS/fyd-亚克力机箱 - 单/主图/主图4-包装展示.html

225 lines
7.0 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>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 800px;
height: 800px;
font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
background: linear-gradient(180deg, #1a5f2a 0%, #2d8a3e 35%, #e8f5e9 35%, #fff 100%);
position: relative;
overflow: hidden;
}
.container {
width: 100%;
height: 100%;
position: relative;
padding: 30px;
}
/* 顶部标题区 */
.header {
text-align: center;
margin-bottom: 20px;
}
.title {
font-size: 40px;
font-weight: bold;
color: #fff;
text-shadow: 0 2px 10px rgba(0,0,0,0.3);
letter-spacing: 4px;
}
.subtitle {
font-size: 20px;
color: #c8e6c9;
margin-top: 8px;
}
/* 包装内容区 */
.package-section {
display: flex;
gap: 20px;
margin-top: 15px;
}
/* 左侧包装图 */
.package-image {
flex: 1;
background: #fff;
border-radius: 20px;
padding: 20px;
box-shadow: 0 10px 40px rgba(0,0,0,0.15);
display: flex;
flex-direction: column;
align-items: center;
}
.package-img-container {
width: 100%;
height: 220px;
background: linear-gradient(135deg, #f5f5f5, #e8e8e8);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
margin-bottom: 15px;
box-shadow: inset 0 2px 10px rgba(0,0,0,0.05);
}
.package-img-container img {
max-width: 90%;
max-height: 90%;
object-fit: contain;
}
.package-label {
font-size: 20px;
font-weight: bold;
color: #1a5f2a;
}
/* 右侧清单 */
.checklist {
flex: 1;
background: #fff;
border-radius: 20px;
padding: 20px;
box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}
.checklist-title {
font-size: 22px;
font-weight: bold;
color: #1a5f2a;
text-align: center;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #90ee90;
}
.checklist-item {
display: flex;
align-items: center;
margin-bottom: 12px;
font-size: 16px;
color: #333;
}
.check-icon {
width: 24px;
height: 24px;
background: linear-gradient(135deg, #2d8a3e, #1a5f2a);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: bold;
margin-right: 10px;
font-size: 14px;
flex-shrink: 0;
}
/* 底部保障 */
.guarantee {
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
background: linear-gradient(90deg, #1a5f2a, #2d8a3e);
border-radius: 15px;
padding: 18px;
display: flex;
justify-content: space-around;
box-shadow: 0 5px 25px rgba(26,95,42,0.4);
}
.guarantee-item {
text-align: center;
color: #fff;
}
.guarantee-icon {
font-size: 28px;
margin-bottom: 5px;
}
.guarantee-text {
font-size: 14px;
}
/* 装饰 */
.wave {
position: absolute;
top: 28%;
left: 0;
right: 0;
height: 20px;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120'%3E%3Cpath fill='%23e8f5e9' d='M0,60 C150,120 350,0 600,60 C850,120 1050,0 1200,60 L1200,120 L0,120 Z'/%3E%3C/svg%3E");
background-size: cover;
}
</style>
</head>
<body>
<div class="container">
<!-- 波浪分隔 -->
<div class="wave"></div>
<!-- 顶部标题 -->
<div class="header">
<div class="title">专业包装 · 安全送达</div>
<div class="subtitle">配件齐全 · 安装无忧</div>
</div>
<!-- 包装内容 -->
<div class="package-section">
<!-- 包装图 -->
<div class="package-image">
<div class="package-img-container">
<img src="../image/包装1.jpg" alt="产品包装">
</div>
<div class="package-label">精美包装</div>
</div>
<!-- 配件清单 -->
<div class="checklist">
<div class="checklist-title">包装清单</div>
<div class="checklist-item">
<div class="check-icon"></div>
<span>亚克力机箱主体</span>
</div>
<div class="checklist-item">
<div class="check-icon"></div>
<span>安装螺丝包</span>
</div>
<div class="checklist-item">
<div class="check-icon"></div>
<span>SATA数据线</span>
</div>
<div class="checklist-item">
<div class="check-icon"></div>
<span>电源适配器(选配)</span>
</div>
<div class="checklist-item">
<div class="check-icon"></div>
<span>安装说明书+视频教程</span>
</div>
</div>
</div>
<!-- 底部保障 -->
<div class="guarantee">
<div class="guarantee-item">
<div class="guarantee-icon">🚚</div>
<div class="guarantee-text">顺丰包邮</div>
</div>
<div class="guarantee-item">
<div class="guarantee-icon">🛡️</div>
<div class="guarantee-text">破损包赔</div>
</div>
<div class="guarantee-item">
<div class="guarantee-icon">📞</div>
<div class="guarantee-text">技术支持</div>
</div>
<div class="guarantee-item">
<div class="guarantee-icon">↩️</div>
<div class="guarantee-text">7天退换</div>
</div>
</div>
</div>
</body>
</html>