- UID
- 616
- 主题
- 330
- 回帖
- 23438
- 精华
- 204
- 积分
- 31314
- 金币
- 202184 枚
- 草籽
- 525 颗
- 鲜花
- 5584 朵
- 注册时间
- 2023-11-16
- 最后登录
- 2026-1-28
|
楼主 |
发表于 2025-12-30 16:20
|
显示全部楼层
本帖最后由 花简静 于 2025-12-30 16:21 编辑
- <style>
- @import 'https://638183.freep.cn/638183/web/tz/tz.e.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/20251230%20ydkl01.webp') no-repeat center/cover; --ma-size: 200px; }
- .lz { width: 35px; height: 35px; border-radius: 0 100%; background: linear-gradient(var(--cc), lightgreen); transition: .5s; animation: rot 4s linear infinite var(--state); }
- #player:hover .lz { filter: hue-rotate(150deg); rotate: 1 0.5 0.5 180deg; }
- </style>
- <div id="pa" class="pa"></div>
- <script type="module">
- import TZ from 'https://638183.freep.cn/638183/web/tz/tz.v2.js';
- const tz = TZ.TZ('pa');
- tz.add('audio', '', '', { src: 'https://music.163.com/song/media/outer/url?id=2034847876' });
- tz.add('video', '', 'qk-vid', { src: 'https://bpic.588ku.com/video_listen/588ku_video/22/11/05/16/14/43/video63661b737c854.mp4',
- style: 'mix-blend-mode:screen;opacity: .69;'});
- tz.bgprog().style('bottom: 20px; color: lightyellow');
- tz.fs().style('right: 20px; top: 20px');
- tz.add('div', 'player', 'ma').style('bottom: 23%;left:33%;opacity: .59;').playmp3();
- tz.lzRing(9, 'player', { className: 'lz', cc: true, delay: -4 });
- </script>
复制代码 |
|