添加大转盘抽奖

This commit is contained in:
liushuang 2025-08-20 00:31:21 +08:00
parent d26c9f6cc7
commit 1ea3da46ac
5 changed files with 18 additions and 0 deletions

@ -495,6 +495,7 @@ body .sidebar-toggle span:nth-child(3) {
width: 70%; width: 70%;
border-radius: 12px; border-radius: 12px;
margin: 24px auto; margin: 24px auto;
box-shadow: 4px 5px 11px rgb(0 0 0 / 10%);
} }
.header { .header {

@ -64,6 +64,23 @@
</div> </div>
</div> </div>
<div class="luckday-video">
<div class="luckday-video-screen">
<div>
<h2 class="screen-title">大转盘抽奖(免费)</h2>
<h5> 超市活动现场抽奖 </h5>
<h5> 支持抢答按钮一键点击 </h5>
</div>
<video class="screen-video" autoplay loop muted playsinline>
<source src="./_media/video/happy.mp4" type="video/mp4">
</video>
<div class="buttons">
<a href="https://happy.luckday.cn" rel="noopener" target="_blank"><span> GO </span>
</a>
</div>
</div>
</div>
<!-- <div class="buttons"> <!-- <div class="buttons">
<a href="https://git.luckday.cn" target="_blank"><span>Git</span></a> <a href="https://git.luckday.cn" target="_blank"><span>Git</span></a>
<a href="#/README"><span>Get Started</span></a> <a href="#/README"><span>Get Started</span></a>

BIN
_media/video/happy.mp4 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.