<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>单店短视频矩阵试运营方案</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Noto Sans SC', sans-serif;
overflow: hidden;
}
.slide {
width: 1280px;
height: 720px;
position: relative;
overflow: hidden;
background: linear-gradient(135deg, #0a2463 0%, #1e50a2 100%);
color: white;
}
.background-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('https://sfile.chatglm.cn/images-ppt/f865f4410b90.jpg');
background-size: cover;
background-position: center;
opacity: 0.3;
z-index: 1;
}
.content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
padding: 0 70px;
text-align: center;
}
.title {
font-size: 64px;
font-weight: 700;
margin-bottom: 30px;
line-height: 1.2;
letter-spacing: 2px;
color: #ffffff;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.subtitle {
font-size: 24px;
font-weight: 500;
margin-bottom: 60px;
line-height: 1.5;
max-width: 80%;
color: #e0f2ff;
}
.author-info {
position: absolute;
bottom: 60px;
display: flex;
flex-direction: column;
align-items: center;
font-size: 20px;
color: #e0f2ff;
}
.author {
margin-bottom: 10px;
}
.date {
font-weight: 500;
}
.decoration {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
pointer-events: none;
}
.dot {
position: absolute;
width: 6px;
height: 6px;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 50%;
}
.line {
position: absolute;
background-color: rgba(255, 255, 255, 0.15);
height: 1px;
}
.highlight {
color: #4fc3f7;
font-weight: 700;
}
</style>
</head>
<body>
<div class="slide">
<div class="background-overlay"></div>
<div class="decoration">
<!-- 创建网络连接效果的装饰元素 -->
<div class="dot" style="top: 120px; left: 200px;"></div>
<div class="dot" style="top: 150px; left: 350px;"></div>
<div class="dot" style="top: 180px; left: 280px;"></div>
<div class="dot" style="top: 220px; left: 420px;"></div>
<div class="dot" style="top: 250px; left: 320px;"></div>
<div class="dot" style="top: 500px; left: 900px;"></div>
<div class="dot" style="top: 480px; left: 1000px;"></div>
<div class="dot" style="top: 520px; left: 950px;"></div>
<div class="dot" style="top: 550px; left: 1050px;"></div>
<div class="dot" style="top: 580px; left: 980px;"></div>
<div class="line" style="width: 150px; top: 150px; left: 200px; transform: rotate(20deg);"></div>
<div class="line" style="width: 100px; top: 180px; left: 280px; transform: rotate(-30deg);"></div>
<div class="line" style="width: 120px; top: 220px; left: 350px; transform: rotate(40deg);"></div>
<div class="line" style="width: 80px; top: 500px; left: 900px; transform: rotate(-15deg);"></div>
<div class="line" style="width: 100px; top: 520px; left: 950px; transform: rotate(25deg);"></div>
<div class="line" style="width: 90px; top: 550px; left: 1000px; transform: rotate(-20deg);"></div>
</div>
<div class="content">
<h1 class="title">《单店短视频矩阵试运营方案》</h1>
<p class="subtitle">以<span class="highlight">内容驱动销量</span>,用<span class="highlight">视频打造</span>可复制的门店增长模型</p>
<div class="author-info">
<div class="author">提案人:林逸</div>
<div class="date">2025年11月</div>
</div>
</div>
</div>
</body>
</html>
index.html
index.html