<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>平台全新升级 - 定制模式上线!</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
background-color: #0a192f; /* 深蓝科技背景色 */
color: #ccd6f6; /* 浅色文字,提高对比度 */
}
.gradient-text {
background: linear-gradient(to right, #63b3ed, #4fd1c5); /* 蓝绿色渐变 */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.card {
background-color: #112240; /* 卡片背景色,比主背景稍亮 */
border: 1px solid #2c3e50; /* 卡片边框 */
border-radius: 12px; /* 更圆润的边角 */
padding: 2rem; /* Default padding */
margin-bottom: 2rem;
box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.btn-primary {
background-color: #4fd1c5; /* 主按钮颜色 - 青色 */
color: #0a192f; /* 按钮文字颜色 - 深色 */
padding: 0.75rem 1.5rem;
border-radius: 8px;
font-weight: 600;
transition: background-color 0.3s ease, transform 0.2s ease;
display: inline-block;
text-align: center;
}
.btn-primary:hover {
background-color: #38b2ac; /* 按钮悬停颜色 */
transform: translateY(-2px);
}
.highlight {
color: #63b3ed; /* 强调文字颜色 - 浅蓝色 */
font-weight: 600;
}
.section-title {
font-size: 2rem; /* 标题字号 for larger screens */
font-weight: 700;
margin-bottom: 1.5rem;
text-align: center;
letter-spacing: 0.05em;
color: #e6f1ff; /* 标题颜色 */
}
.sub-title { /* This class is defined but not used in the provided HTML, kept for potential future use */
font-size: 1.5rem;
font-weight: 600;
color: #a0aec0; /* 副标题颜色 */
margin-bottom: 1rem;
}
/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
.section-title {
font-size: 1.75rem; /* Slightly smaller section titles on mobile */
}
.card {
padding: 1.5rem; /* Reduced padding for cards on mobile */
}
/* Ensuring h1 text is appropriately sized on mobile, Tailwind's text-4xl is already good for mobile */
h1 {
/* text-4xl is 2.25rem/36px by default. md:text-5xl (3rem/48px) applies on medium screens and up. */
}
}
/* Simple fade-in animation */
.fade-in {
animation: fadeInAnimation 0.8s ease-out forwards;
opacity: 0;
}
@keyframes fadeInAnimation {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.icon-placeholder { /* Style for placeholder icons */
display: inline-block;
width: 24px;
height: 24px;
background-color: #4fd1c5;
border-radius: 50%;
margin-right: 8px;
vertical-align: middle;
}
</style>
</head>
<body class="antialiased leading-relaxed">
<div class="container mx-auto px-4 py-8 md:py-16 max-w-4xl">
<header class="text-center mb-12 md:mb-16 fade-in" style="animation-delay: 0.1s;">
<h1 class="text-4xl md:text-5xl font-bold mb-4">
<span class="gradient-text">全新升级 - 优排定制模式</span>
</h1>
</header>
<section class="card fade-in" style="animation-delay: 0.3s;">
<h2 class="section-title">轻松开启</h2>
<h2 class="section-title">简单、高薪、稳定</h2>
</section>
<section class="card fade-in" style="animation-delay: 0.5s;">
<div class="space-y-6">
<div class="flex items-start p-4 bg-slate-800 rounded-lg border border-slate-700">
<div class="flex-shrink-0 w-12 h-12 bg-cyan-500 text-slate-900 rounded-full flex items-center justify-center text-xl font-bold mr-4">1</div>
<div>
<h3 class="text-xl font-semibold mb-1 text-cyan-400">设置空闲日期</h3>
<p class="text-slate-400">平台首页日历上<strong class="highlight">选上自己的空闲日期</strong>。自由选择,随时修改。</p>
</div>
</div>
<div class="flex items-start p-4 bg-slate-800 rounded-lg border border-slate-700">
<div class="flex-shrink-0 w-12 h-12 bg-cyan-500 text-slate-900 rounded-full flex items-center justify-center text-xl font-bold mr-4">2</div>
<div>
<h3 class="text-xl font-semibold mb-1 text-cyan-400">挑选门店排班</h3>
<p class="text-slate-400">在平台上<strong class="highlight">选择希望合作的门店和排班,点击加入定制</strong>。可随时调整修改。</p>
</div>
</div>
<div class="flex items-start p-4 bg-slate-800 rounded-lg border border-slate-700">
<div class="flex-shrink-0 w-12 h-12 bg-cyan-500 text-slate-900 rounded-full flex items-center justify-center text-xl font-bold mr-4">3</div>
<div>
<h3 class="text-xl font-semibold mb-1 text-cyan-400">获得门店优排</h3>
<p class="text-slate-400">门店发布优排,<strong class="highlight">获得排班通知,准时参加</strong>。</p>
</div>
</div>
</div>
</section>
<section class="card bg-amber-900/30 border-amber-500 fade-in" style="animation-delay: 0.7s;">
<h2 class="section-title text-amber-400"><span class="icon-placeholder" style="background-color: #f59e0b;"></span>温馨提示:重要!</h2>
<div class="space-y-4 text-amber-200">
<div class="p-4 bg-amber-800/40 rounded-lg">
<h3 class="text-lg font-semibold text-amber-300 mb-1">📅 及时更新空闲日期</h3>
<p>请务必<strong class="font-bold">及时更新您的空闲日期</strong>。商家只能在您选定的空闲时间内为您安排定制班次。错过更新可能会错失良机哦!</p>
</div>
<div class="p-4 bg-amber-800/40 rounded-lg">
<h3 class="text-lg font-semibold text-amber-300 mb-1">⏳ 过渡期耐心等待</h3>
<p>新系统上线,商家定制排班也需要一个<strong class="font-bold">熟悉和过渡的时间</strong>。在此期间,定制班次的数量可能逐步增加,请大家耐心等待,好饭不怕晚!</p>
</div>
<div class="p-4 bg-amber-800/40 rounded-lg">
<h3 class="text-lg font-semibold text-amber-300 mb-1">🔄 48小时内排班抢单</h3>
<p>为了满足不同用户的需求,平台将继续保留<strong class="font-bold">48小时内的排班抢单功能</strong>。对于48小时以上的排班,将以<strong class="font-bold">定制排班为主</strong>。您可以根据自己的需求灵活选择。</p>
</div>
</div>
</section>
<footer class="text-center mt-12 fade-in" style="animation-delay: 0.9s;">
<p class="text-slate-400">感谢您的信任与支持,让我们一起迈向更美好的工作未来!</p>
<p class="text-sm text-slate-500 mt-2">© 欣生活平台</p>
</footer>
</div>
<script>
// No specific JavaScript is strictly needed for basic mobile responsiveness with Tailwind CSS.
// Tailwind handles layout and style changes via CSS media queries.
// You can add JS for dynamic interactions if needed.
// Example:
// document.querySelectorAll('.card').forEach(card => {
// card.addEventListener('mouseover', () => card.classList.add('shadow-lg')); // Example interaction
// card.addEventListener('mouseout', () => card.classList.remove('shadow-lg'));
// });
</script>
</body>
</html>
index.html
index.html