更新 h5/thousands.html
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
<!DOCTYPE html><html lang="zh-CN"><head>
|
<!DOCTYPE html><html lang="zh-CN"><head>
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
@@ -100,7 +99,7 @@
|
|||||||
播放音乐
|
播放音乐
|
||||||
</button>
|
</button>
|
||||||
<button onclick="scrollToSection('lyrics')" class="bg-transparent border-2 border-white text-white hover:bg-white hover:text-gray-800 px-8 py-3 rounded-full text-lg font-medium transition-all duration-300">
|
<button onclick="scrollToSection('lyrics')" class="bg-transparent border-2 border-white text-white hover:bg-white hover:text-gray-800 px-8 py-3 rounded-full text-lg font-medium transition-all duration-300">
|
||||||
查看歌词
|
查看古词
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -109,7 +108,7 @@
|
|||||||
<!-- 歌词展示区域 -->
|
<!-- 歌词展示区域 -->
|
||||||
<section id="lyrics" class="py-20 px-6">
|
<section id="lyrics" class="py-20 px-6">
|
||||||
<div class="max-w-4xl mx-auto">
|
<div class="max-w-4xl mx-auto">
|
||||||
<h2 class="text-4xl font-bold text-center mb-16 hero-title fade-in">歌词欣赏</h2>
|
<h2 class="text-4xl font-bold text-center mb-16 hero-title fade-in">古词欣赏</h2>
|
||||||
|
|
||||||
<!-- 歌词卡片 -->
|
<!-- 歌词卡片 -->
|
||||||
<div class="bg-white/80 backdrop-blur-sm rounded-2xl p-8 shadow-lg card-hover fade-in mb-8">
|
<div class="bg-white/80 backdrop-blur-sm rounded-2xl p-8 shadow-lg card-hover fade-in mb-8">
|
||||||
|
|||||||
Reference in New Issue
Block a user