查看: 71|回复: 9

[教程] 过年啦🎊给咱小站也来一场壮丽的🎇烟火表演秀吧

[复制链接]

11

主题

63

回帖

10

积分

技术1级

金币
73
阅读权限
10
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2009-4-12
发表于 2025-1-24 10:20:46 | 显示全部楼层 |阅读模式



只用把以下代码放到后台 - 全局 - 站点信息 - 网站第三方统计代码

  1. <button id="fireworks-btn" title="烟火秀" style="position: fixed; bottom: 20px; right: 20px; cursor: pointer; z-index: 1000;">
  2.     🎆
  3. </button>
  4. <div id="fireworks-container" style="display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999;">
  5.     <iframe id="fireworks-iframe" style="width: 100%; height: 100%; border: none; opacity: 0.8;"></iframe>
  6. </div>

  7. <script>
  8. document.getElementById('fireworks-btn').addEventListener('click', function () {
  9.     const container = document.getElementById('fireworks-container');
  10.     const iframe = document.getElementById('fireworks-iframe');

  11.     if (container.style.display === 'none' || container.style.display === '') {
  12.         if (!iframe.src) {
  13.             iframe.src = 'https://cn.admxn.com/fireworks/dist/index.html';
  14.         }
  15.         container.style.display = 'block';
  16.     } else {
  17.         container.style.display = 'none';
  18.     }
  19. });
  20. </script>


返回前端就能看到右下角的烟火小按钮啦
DEMO:https://cn.admxn.com/

如需本地部署可下载fireworks.zip(93.88 KB, 下载次数: 367)2025-1-24 10:12 上传点击文件名下载附件解压后传至站点根目录,然后将上面iframe.src = 'https://cn.admxn.com/fireworks/dist/index.html';中的域名改为你的域名即可


域名, hide, size, 本帖, 最后
回复

使用道具 举报

3

主题

64

回帖

0

积分

积极分子

金币
64
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2009-1-16
发表于 2025-1-24 14:19:31 | 显示全部楼层
看起来不错,挺应景的,谢谢大大的分享。
回复

使用道具 举报

3

主题

23

回帖

0

积分

积极分子

金币
23
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2011-10-25
发表于 2025-1-24 23:12:27 | 显示全部楼层
打开demo没有烟花啊
回复

使用道具 举报

0

主题

8

回帖

0

积分

积极分子

金币
8
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2009-11-8
发表于 2025-1-25 08:50:56 | 显示全部楼层
看看。感谢您的分享。
回复

使用道具 举报

25

主题

25

回帖

0

积分

积极分子

金币
25
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2008-8-10
发表于 2025-1-25 16:33:00 | 显示全部楼层
感谢分享  
回复

使用道具 举报

0

主题

9

回帖

0

积分

积极分子

金币
9
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2012-6-23
发表于 2025-1-25 19:32:51 | 显示全部楼层
<button id="fireworks-btn" title="烟火秀" style="position: fixed; bottom: 20px; right: 20px; cursor: pointer; z-index: 1000;">
    🎆
</button>
<div id="fireworks-container" style="display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999;">
    <iframe id="fireworks-iframe" style="width: 100%; height: 100%; border: none; opacity: 0.8;"></iframe>
</div>

<script>
document.getElementById('fireworks-btn').addEventListener('click', function () {
    const container = document.getElementById('fireworks-container');
    const iframe = document.getElementById('fireworks-iframe');

    if (container.style.display === 'none' || container.style.display === '') {
        if (!iframe.src) {
            iframe.src = 'https://cn.admxn.com/fireworks/dist/index.html';
        }
        container.style.display = 'block';
    } else {
        container.style.display = 'none';
    }
});
</script>
回复

使用道具 举报

7

主题

106

回帖

0

积分

积极分子

金币
106
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2010-12-6
发表于 2025-1-26 17:30:03 | 显示全部楼层
顶楼主啦..希望楼主多发精品好帖啦.....
回复

使用道具 举报

1

主题

2

回帖

0

积分

积极分子

金币
2
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2012-3-27
发表于 2025-1-27 08:57:16 | 显示全部楼层
好耶✌🏻
回复

使用道具 举报

0

主题

4

回帖

0

积分

积极分子

金币
4
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2009-7-26
发表于 2025-1-27 17:44:02 | 显示全部楼层
kankan看看
回复

使用道具 举报

11

主题

63

回帖

10

积分

技术1级

金币
73
阅读权限
10
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2009-4-12
 楼主| 发表于 2025-2-5 08:17:49 | 显示全部楼层

页面右下角有个小按钮🎆
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

相关侵权、举报、投诉及建议等,请发 E-mail:qiongdian@foxmail.com

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

在本版发帖返回顶部