男的舔女的下面视频在线播放-少妇愉情理仑片高潮日本-久久久久久国产一区二区三区-麻豆精品一区二区综合-国产精品超碰在线观看-网红极品女神精品视频在线-国产亚洲综合777-高清性视频一区二区播放-中文字幕第一页亚洲天堂

12下一頁
返回列表 發(fā)帖
查看: 3411|回復: 10

過年啦??給咱小站也來一場壯麗的??煙火表演秀吧

13

主題

246

回帖

0

粉絲

應用開發(fā)者

貢獻
21 點
金幣
31 個
QQ
樓主
發(fā)表于 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, 下載次數: 360) 解壓后傳至站點根目錄,然后將上面iframe.src = 'https://cn.admxn.com/fireworks/dist/index.html';中的域名改為你的域名即可

游客,如果您要查看本帖隱藏內容請回復

回復

使用道具 舉報

21

主題

340

回帖

3

粉絲

爐火純青

貢獻
4 點
金幣
57 個
沙發(fā)
發(fā)表于 2025-1-24 14:19:31 |四川| 只看Ta
看起來不錯,挺應景的,謝謝大大的分享。
回復

使用道具 舉報

24

主題

177

回帖

0

粉絲

爐火純青

貢獻
0 點
金幣
7 個
板凳
發(fā)表于 2025-1-24 23:12:27 |河南| 只看Ta
打開demo沒有煙花啊
回復

使用道具 舉報

28

主題

213

回帖

3

粉絲

爐火純青

貢獻
0 點
金幣
1 個
QQ
地板
發(fā)表于 2025-1-25 08:50:56 |河南| 只看Ta
看看。感謝您的分享。
回復

使用道具 舉報

30

主題

103

回帖

2

粉絲

漸入佳境

貢獻
1 點
金幣
4 個
QQ
5#
發(fā)表于 2025-1-25 16:33:00 |河北| 只看Ta
感謝分享  
回復

使用道具 舉報

19

主題

148

回帖

0

粉絲

爐火純青

貢獻
3 點
金幣
2 個
6#
發(fā)表于 2025-1-25 19:32:51 |廣西| 只看Ta
<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>
回復

使用道具 舉報

65

主題

531

回帖

2

粉絲

自成一派

貢獻
8 點
金幣
14 個
7#
發(fā)表于 2025-1-26 17:30:03 |重慶| 只看Ta
頂樓主啦..希望樓主多發(fā)精品好帖啦.....
回復

使用道具 舉報

32

主題

35

回帖

0

粉絲

漸入佳境

貢獻
0 點
金幣
0 個
8#
發(fā)表于 2025-1-27 08:57:16 |中國來自手機 | 只看Ta
好耶???
回復

使用道具 舉報

2

主題

27

回帖

0

粉絲

初學乍練

貢獻
0 點
金幣
5 個
9#
發(fā)表于 2025-1-27 17:44:02 |山東| 只看Ta
kankan看看
回復

使用道具 舉報

13

主題

246

回帖

0

粉絲

應用開發(fā)者

貢獻
21 點
金幣
31 個
QQ
10#
 樓主| 發(fā)表于 2025-2-5 08:17:49 |福建| 只看Ta

頁面右下角有個小按鈕??
回復

使用道具 舉報

您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規(guī)則

  • 關注公眾號
  • 有償服務微信
  • 有償服務QQ

手機版|小黑屋|Discuz! 官方交流社區(qū) ( 皖ICP備16010102號 |皖公網安備34010302002376號 )|網站地圖|star

GMT+8, 2026-4-18 00:11 , Processed in 0.065412 second(s), 14 queries , Redis On.

Powered by Discuz! X5.0 Licensed

© 2001-2026 Discuz! Team.

關燈 在本版發(fā)帖
有償服務QQ
有償服務微信
返回頂部
快速回復 返回頂部 返回列表