forked from wexuo/home
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
53 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,10 @@ | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/source/jquery.fancybox.css" | ||
crossorigin="anonymous" /> | ||
|
||
<!-- 灯笼css --> | ||
<link rel="stylesheet" type="text/css" href="https://github.yang-qwq.top/deng/deng.css"> | ||
<!-- <link rel="stylesheet" type="text/css" href="../deng/deng.css"> --> | ||
|
||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/APlayer.min.css" crossorigin="anonymous" /> | ||
|
||
<!-- jQuery --> | ||
|
@@ -372,6 +376,37 @@ <h2>摸鱼</h2> | |
</div> | ||
</main> | ||
<footer id="footer"> | ||
<!-- 灯笼1 --> | ||
<div class="deng-box deng-box-left"> | ||
<div class="deng"> | ||
<div class="xian"></div> | ||
<div class="deng-a"> | ||
<div class="deng-b"> | ||
<!-- <div class="deng-t">春</div> --> | ||
</div> | ||
</div> | ||
<div class="shui shui-a"> | ||
<div class="shui-c"></div> | ||
<div class="shui-b"></div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- 灯笼2 --> | ||
<div class="deng-box deng-box-right"> | ||
<div class="deng"> | ||
<div class="xian"></div> | ||
<div class="deng-a"> | ||
<div class="deng-b"> | ||
<!-- <div class="deng-t">节</div> --> | ||
</div> | ||
</div> | ||
<div class="shui shui-a"> | ||
<div class="shui-c"></div> | ||
<div class="shui-b"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="footer-wrap"> | ||
<div class="copyright"> | ||
©Yang 2019 - 2024 | Powered by | ||
|
@@ -412,7 +447,7 @@ <h2>摸鱼</h2> | |
<script async src="https://github.yang-qwq.top/CDN-for-itrhx.com/js/maodian.js" crossorigin="anonymous"></script> | ||
|
||
<!-- 雪花 --> | ||
<!-- <script src="https://unpkg.com/[email protected]/dist/snowflakes.bundle.min.js" crossorigin="anonymous"></script> --> | ||
<script src="https://unpkg.com/[email protected]/dist/snowflakes.bundle.min.js" crossorigin="anonymous"></script> | ||
|
||
<!-- 初始化计时器 --> | ||
<script async> | ||
|
@@ -473,12 +508,12 @@ <h2>摸鱼</h2> | |
</script> | ||
|
||
<!-- 启动雪花 --> | ||
<!-- <script async> | ||
<script async> | ||
new SnowScene('main', { | ||
color: '#ffffff', // 雪花颜色 (默认 #ffffff) | ||
volumn: 800, // 雪花数量/强度 (默认 300) | ||
}).play(); | ||
</script> --> | ||
</script> | ||
|
||
<script> | ||
// 为所有具有 data-click-href 属性的 div 添加点击事件 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters