|
|

楼主 |
发表于 2025-10-25 20:36
|
显示全部楼层
帖子代码
- <style>
- @import 'https://638183.freep.cn/638183/web/tz/tz.e.css';
- .pa { --offsetX: 81px; --bg: url('https://638183.freep.cn/638183/t24/w7/qiu.webp') no-repeat center/cover; }
- .li-zi { width: 40px; height: 30px; background: gold; clip-path: polygon(0 0, 100% 50%, 0 100%); offset-path: polygon(2% 2%, 98% 50%, 2% 98%); offset-distance: 0; }
- .petal { width: 100%; height: 100%; background: url('https://638183.freep.cn/638183/small/2025/fl101.png') no-repeat center/cover; clip-path: path('M50 50 C10 -12, 90 -12, 50 50'); }
- </style>
- <div class="pa"></div>
- <script type="module">
- import TZ from 'https://638183.freep.cn/638183/web/tz/tz.f.trial.v1.js';
- const tz = TZ.TZ('pa');
- tz.add('audio', '', '', { src: 'https://music.163.com/song/media/outer/url?id=472167986' });
- tz.bgprog().style('bottom: 20px; color: gold');
- tz.fs().style('right: 30px; bottom: 20px; color: gold');
- tz.add('div', 'lzpa', 'wrap100 rot-ani', {
- style: 'bottom: 45px; cursor: pointer;'
- }).playmp3();
- tz.lzRan(15, 'pa', {
- className: 'li-zi path-ani',
- background: 'gold',
- delay: -20,
- duration: 20
- });
- tz.lzRot(6, 'lzpa', {className: 'petal'});
- </script>
复制代码
|
|