|
|

楼主 |
发表于 2026-2-17 19:56
|
显示全部楼层
帖子代码
- <style>
- @import 'https://638183.freep.cn/638183/web/tz/tz.v5.css';
- .pa { --bg: url('https://638183.freep.cn/638183/t24/w7/tide.webp') no-repeat center/cover; }
- #player { bottom: 20px; display: grid; place-items: center; }
- </style>
- <div class="pa">
- <div id="player" class="wrap200">
- <svg id="msvg" width="200" height="200">
- <circle id="track" cx="100" cy="100" r="90" fill="none" stroke="rgba(255,255,255,0.3)" stroke-width="10"></circle>
- <circle id="prog" cx="100" cy="100" r="90" fill="none" stroke="white" stroke-width="10"></circle>
- </svg>
- </div>
- </div>
- <script type="module">
- import TZ from 'https://638183.freep.cn/638183/web/tz/tz.v5.js';
- const tz = TZ.TZ('pa');
- tz.add('audio', '', '', {src: 'https://music.163.com/song/media/outer/url?id=1923701079'});
- tz.add('video', '', 'pd-vid', {src: 'https://img.tukuppt.com/video_show/2418175/00/01/82/5b4b80fd73a25.mp4'});
- tz.add('img', '', 'ma', {src: 'https://638183.freep.cn/638183/small/webp/whale.webp'})
- .style('width: 175px; height: 175px; clip-path: circle(40%); mix-blend-mode: multiply;')
- .to(player)
- .playmp3();
- tz.svgprog(msvg, track, prog);
- tz.fs().style('right: 20px; top: 20px;');
- tz.autoMid();
- </script>
复制代码 |
|