热门推荐

热门推荐
This commit is contained in:
yangyaoxiang666
2025-09-04 14:07:42 +08:00
parent 3333f6c485
commit 6829a16f96
28 changed files with 3665 additions and 3118 deletions

View File

@@ -14,18 +14,46 @@
<div class="container">
<header>
<h1>头条热搜榜</h1>
<div class="update-time" id="updateTime"></div>
<div class="title-container">
<div class="geometric-decoration left">◢ ◣ ▲</div>
<h1>头条热搜榜</h1>
<div class="geometric-decoration right">▼ ◥ ◤</div>
</div>
<div class="update-time-container">
<span class="time-decoration"></span>
<div class="update-time" id="updateTime"></div>
<span class="time-decoration"></span>
</div>
</header>
<main>
<div class="geometric-header">
<span>◆ ◆ ◆ ◆ ◆ ◆ ◆ ◆ ◆</span>
</div>
<div class="hot-list" id="hotList">
<div class="loading">加载中...</div>
</div>
<div class="geometric-footer">
<span>◆ ◆ ◆ ◆ ◆ ◆ ◆ ◆ ◆</span>
</div>
</main>
<footer>
<div class="footer-decoration">
<span class="geo-symbol"></span>
<span class="geo-symbol"></span>
<span class="geo-symbol"></span>
<span class="geo-symbol"></span>
<span class="geo-symbol"></span>
</div>
<p>数据来源于头条热搜榜</p>
<div class="footer-decoration">
<span class="geo-symbol"></span>
<span class="geo-symbol"></span>
<span class="geo-symbol"></span>
<span class="geo-symbol"></span>
<span class="geo-symbol"></span>
</div>
</footer>
</div>