|
|

楼主 |
发表于 2025-11-12 18:00
|
显示全部楼层
帖子代码
- <style>
- @import 'https://638183.freep.cn/638183/web/tz/tz.min.css';
- .pa { --offsetX: 0px; --bg: url('https://638183.freep.cn/638183/t24/w7/zhy.webp') no-repeat center/cover; }
- .ma { display: grid; place-items: center; left: 80px; }
- .lz { position: absolute; width: 2px; height: 100%; display: grid; place-items: center; }
- .lz::before, .lz::after { position: absolute; content: ''; top: -40px; width: 40px; height: 40px; background: linear-gradient(red, var(--cc)); border-radius: 50%; animation: flash .2s infinite alternate var(--state); animation-delay: inherit; }
- .lz::after { top: 100%; }
- @keyframes flash { to { filter: hue-rotate(var(--deg)); } }
- </style>
- <div id="pa" class="pa"></div>
- <script type="module">
- import TZ from 'https://638183.freep.cn/638183/web/tz/tz.v3.js';
- const tz = TZ.TZ('pa');
- tz.add('audio', '', '', { src: 'https://music.163.com/song/media/outer/url?id=204092' });
- tz.add('video', '', 'pd-vid', { src: 'https://img.tukuppt.com/video_show/2418175/00/08/37/5d20843234224.mp4' });
- tz.add('div', 'lzpa', 'ma').playmp3();
- tz.lzRot(6, 'lzpa', { className: 'lz', cc: true, deg: true, angle: 180, delay: -1 });
- tz.fs().style('bottom: 20px');
- </script>
复制代码
|
评分
-
| 参与人数 2 | 威望 +100 |
金钱 +200 |
经验 +100 |
收起
理由
|
小辣椒
| + 50 |
+ 100 |
+ 50 |
赞一个! |
红影
| + 50 |
+ 100 |
+ 50 |
赞一个! |
查看全部评分
|