練習室後台

This commit is contained in:
2026-07-17 16:12:42 +08:00
parent bfe04cf7f6
commit d3b0a138a3
2 changed files with 49 additions and 8 deletions
+14 -6
View File
@@ -32,12 +32,20 @@
</div>
</nav>
<!-- 主視覺 -->
<header class="sk-hero py-5">
<div class="container py-4 text-center">
<h1 class="display-4 fw-bold mb-0">偶像練習生</h1>
<div class="sk-title-bar"></div>
<p class="lead mb-0 mt-4 text-body-secondary">全能Leader 殷志源打造全新綜藝</p>
<!-- 主視覺(嵌入影片背景) -->
<header class="sk-hero">
<div class="sk-hero-video-frame">
<iframe
src="https://www.youtube.com/embed/ARi0cfpv6mE?autoplay=1&mute=1&loop=1&playlist=ARi0cfpv6mE&controls=0&modestbranding=1&rel=0&showinfo=0"
title="水晶練習室主視覺影片"
allow="autoplay; encrypted-media"
loading="lazy"></iframe>
<div class="sk-hero-overlay"></div>
<div class="sk-hero-content container text-center">
<h1 class="display-4 fw-bold mb-0">偶像練習生</h1>
<div class="sk-title-bar"></div>
<p class="lead mb-0 mt-4 text-body-secondary">全能Leader 殷志源打造全新綜藝</p>
</div>
</div>
</header>