<!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 rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
background: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%);
color: #333;
line-height: 1.6;
padding: 20px;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.container {
max-width: 600px;
width: 100%;
margin: 0 auto;
background: white;
border-radius: 18px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
overflow: hidden;
}
.header {
background: linear-gradient(135deg, #1d3557 0%, #457b9d 100%);
color: white;
padding: 40px 30px 30px;
text-align: center;
position: relative;
}
.logo {
width: 70px;
height: 70px;
background: white;
border-radius: 18px;
margin: 0 auto 20px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.logo i {
font-size: 36px;
color: #457b9d;
}
.header h1 {
font-size: 28px;
font-weight: 600;
margin-bottom: 8px;
letter-spacing: -0.5px;
}
.header p {
font-size: 18px;
opacity: 0.9;
font-weight: 300;
}
.date-badge {
background: #e63946;
color: white;
padding: 8px 20px;
border-radius: 20px;
font-size: 14px;
font-weight: 500;
display: inline-block;
margin-top: 15px;
}
.content {
padding: 40px 30px;
position: relative;
}
.content::before {
content: "";
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%);
width: 50px;
height: 4px;
background: #e63946;
border-radius: 2px;
}
.content p {
margin-bottom: 25px;
font-size: 17px;
line-height: 1.7;
color: #4a5568;
}
.highlight {
background: linear-gradient(120deg, rgba(230, 57, 70, 0.1) 0%, rgba(230, 57, 70, 0) 100%);
padding: 3px 6px;
border-radius: 4px;
font-weight: 500;
color: #e63946;
}
.features {
margin: 30px 0;
padding: 20px;
background: #f8f9fa;
border-radius: 12px;
border-left: 4px solid #457b9d;
}
.features h3 {
font-size: 20px;
margin-bottom: 20px;
color: #1d3557;
display: flex;
align-items: center;
}
.features h3 i {
margin-right: 10px;
color: #457b9d;
}
.feature-item {
display: flex;
align-items: flex-start;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #edf2f7;
}
.feature-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: none;
}
.feature-icon {
width: 36px;
height: 36px;
background: white;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
flex-shrink: 0;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
border: 1px solid #e2e8f0;
}
.feature-icon i {
color: #457b9d;
font-size: 16px;
}
.feature-text h4 {
font-size: 17px;
margin-bottom: 5px;
color: #1d3557;
}
.feature-text p {
font-size: 15px;
margin-bottom: 0;
color: #718096;
}
.footer {
text-align: center;
padding: 30px;
background: #f8f9fa;
border-top: 1px solid #edf2f7;
color: #718096;
font-size: 15px;
}
.contact {
display: flex;
justify-content: center;
margin-top: 15px;
}
.contact a {
color: #457b9d;
text-decoration: none;
margin: 0 10px;
font-weight: 500;
display: flex;
align-items: center;
}
.contact a i {
margin-right: 5px;
}
@media (max-width: 480px) {
.header {
padding: 30px 20px 25px;
}
.header h1 {
font-size: 24px;
}
.header p {
font-size: 16px;
}
.content {
padding: 30px 20px;
}
.content p {
font-size: 16px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>欣生活平台全新升级</h1>
<p>开启灵活用工新纪元 · 数字化转型升级</p>
</div>
<div class="content">
<p>平台本次升级从<span class="highlight">临时用工服务</span>升级到<span class="highlight">可持续、低成本、高质量灵活用工解决方案</span>的跨越式升级。</p>
<p>很多门店在过去的两周已经熟练使用<span class="highlight">班次规划</span>和<span class="highlight">排班选人</span>,是的,就是这么简单,通过这些简单的操作,即可实现前所未有的真正意义上的灵活用工!</p>
<p>简单好用一直是我们打造产品的基础原则之一。接下来我们将通过更加简洁清晰的数据展示给与客户更有价值的反馈,帮助各个门店完成<span class="highlight">灵活用工的数字化转型升级</span>。</p>
<div class="features">
<div class="feature-item">
<div class="feature-icon">
<i class="fas fa-sync-alt"></i>
</div>
<div class="feature-text">
<h4>功能服务升级</h4>
<p>临时用工到灵活用工的跨越升级</p>
</div>
</div>
<div class="feature-item">
<div class="feature-icon">
<i class="fas fa-chart-line"></i>
</div>
<div class="feature-text">
<h4>可视数据呈现</h4>
<p>直观数据将带来更有价值的反馈</p>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="contact">
<a href="#"><i class="fas fa-globe"></i> 欣生活 · 灵活用工平台</a>
</div>
</div>
</div>
</body>
</html>
index.html
index.html