|
|

楼主 |
发表于 2025-9-1 12:33
|
显示全部楼层
本帖最后由 马黑黑 于 2025-9-1 13:06 编辑
帖子代码:
- <style>
- @import 'https://638183.freep.cn/638183/web/css/tz01.css';
- #pa { --offsetX: 81px; --bg: url('https://638183.freep.cn/638183/t24/w5/ground.webp') no-repeat center/cover; --ma-size: 20%; }
- #btnFs { right: 30px; bottom: 30px; color: lightblue; border-color: currentColor!important; }
- .ball { position: absolute; width: 20px; height: 20px; border-radius: 50%; background: lightblue; offset-path: ellipse(45% 40%); animation: move 20s var(--delay) linear infinite var(--state); }
- @keyframes move { 100% { offset-distance: 100%; } }
- </style>
- <div id="pa">
- <audio id="aud" src="https://music.163.com/song/media/outer/url?id=1877571716" autoplay loop></audio>
- <video class="pd-vid" src="https://img.tukuppt.com/video_show/2629112/00/02/03/5b4f3c0b41744.mp4" autoplay loop muted></video>
- <div id="ma" class="brightness">
- <svg width="100%" height="100%" viewBox="-200 -200 400 400">
- <path d="M -15 0 L -40 -190 Q 0 -25 40 -190 L 15 0 Q 0 -50 -15 0 M -4.635 -14.266 L 168.34 -96.755 Q 23.776 -7.725 193.061 -20.671 L 4.635 14.266 Q 47.553 -15.451 -4.635 -14.266 M 12.135 -8.817 L 144.04 130.202 Q 14.695 20.225 79.319 177.225 L -12.135 8.817 Q 29.389 40.451 12.135 -8.817 M 12.135 8.817 L -79.319 177.225 Q -14.695 20.225 -144.04 130.202 L -12.135 -8.817 Q -29.389 40.451 12.135 8.817 M -4.635 14.266 L -193.061 -20.671 Q -23.776 -7.725 -168.34 -96.755 L 4.635 -14.266 Q -47.553 -15.451 -4.635 14.266 Z" fill="#5585c1" stroke="orange">
- </svg>
- </div>
- </div>
- <script type="module">
- import { FS } from 'https://638183.freep.cn/638183/web/js/fullscreen.js';
- FS(pa,ma);
- var total = 20, fragment = document.createDocumentFragment();
- Array.from({length: total}).forEach((d,k) => {
- d = document.createElement('div');
- d.classList.add('ball');
- d.style.setProperty('--delay', -20 / total * k + 's');
- fragment.appendChild(d);
- });
- pa.appendChild(fragment);
- </script>
复制代码
|
评分
-
| 参与人数 2 | 威望 +80 |
金钱 +160 |
经验 +80 |
收起
理由
|
花飞飞
| + 30 |
+ 60 |
+ 30 |
很给力! |
红影
| + 50 |
+ 100 |
+ 50 |
赞一个! |
查看全部评分
|