- UID
- 616
- 主题
- 330
- 回帖
- 23438
- 精华
- 204
- 积分
- 31314
- 金币
- 202184 枚
- 草籽
- 525 颗
- 鲜花
- 5584 朵
- 注册时间
- 2023-11-16
- 最后登录
- 2026-1-28
|
楼主 |
发表于 2025-12-29 16:51
|
显示全部楼层
- <style>
- @import 'https://638183.freep.cn/638183/web/tz/tz.min.css';
- .pa {
- --offsetX: 0px;margin:150px 0; left: calc(50% - 101px);width: clamp(600px, 90vw, 1800px); height: auto; aspect-ratio: 18/12;--bg: url('https://642303.freep.cn/642303/tu/20251229ydmb.webp') no-repeat center/cover;
- }
- .gRot { animation: rotate 8s linear infinite var(--state); }
- #msvg { position: absolute; bottom: 35%;right:54%;opacity: 0.3; }
- </style>
- <div class="pa">
- <svg id="msvg" width="90" height="90" xmlns="http://www.w3.org/2000/svg" viewBox="-100 -100 200 200">
- <g stroke="lightyellow" stroke-width="10">
- <ellipse id="track" cx="0" cy="0" rx="95" ry="85" fill="none" />
- <ellipse id="prog" cx="0" cy="0" rx="95" ry="85" fill="none" stroke="darkorange" />
- </g>
- </svg>
- </div>
- <script type="module">
- import TZ from 'https://638183.freep.cn/638183/web/tz/tz.v3.js?v0';
- const tz = TZ.TZ('pa');
- tz.add('audio', '', '', {
- src: 'https://music.163.com/song/media/outer/url?id=2108494651'
- });
- tz.add('video', '', 'qk-vid', {
- src: 'https://bpic.588ku.com/video_listen/588ku_video/22/11/04/16/01/57/video6364c6f5e3503.mp4',
- style: 'opacity: 0.3;transform: rotateY(180deg);'
- });
- tz.svgsonsRot(4, 'msvg', 'path', {
- d: 'M0 0 C-100 100,100 100,0 0',
- fill: 'Coral'
- }).playmp3();
- tz.svgprog('msvg', 'track', 'prog');
-
- tz.fs().style('top: 20px; right: 20px');
- </script>
复制代码 |
|