- UID
- 616
- 主题
- 330
- 回帖
- 23438
- 精华
- 204
- 积分
- 31314
- 金币
- 202184 枚
- 草籽
- 525 颗
- 鲜花
- 5584 朵
- 注册时间
- 2023-11-16
- 最后登录
- 2026-1-28
|
楼主 |
发表于 2025-12-21 10:58
|
显示全部楼层
- <style>
- @import 'https://638183.freep.cn/638183/web/tz/tz.v4.css';
- .pa { --offsetX: 0px; margin:150px 0; left: calc(50% - 101px);width: clamp(600px, 90vw, 1700px); height: auto; aspect-ratio: 18/9.6;--bg: url('https://cccimg.com/view.php/8478712463f208840883916bc9397121.jpg') no-repeat center/cover; }
- </style>
-
- <div class="pa"></div>
-
- <script type="module">
- import TZ from 'https://638183.freep.cn/638183/web/tz/tz.v4.js';
- const tz = TZ.TZ('pa');
-
- tz.add('audio', '', '', {src: 'https://music.163.com/song/media/outer/url?id=1333365172'});
- tz.add('video', '', 'qk-vid', {
- src: 'https://bpic.588ku.com/video_listen/588ku_video/24/12/23/19/18/13/video676946f53e692.mp4',
- style: 'opacity: 0.16;mix-blend-mode: screen;'
- });
- tz.add('div', 'wrapper', 'wrap300 invert', {style: 'clip-path: ellipse(50% 40%);left:36%;bottom:22%;opacity: 0.99;mix-blend-mode: screen;'});
- tz.add('video', '', 'pd-vid', {
- src: 'https://cccimg.com/view.php/8d622fbb57b6b310a3efedd5bc22265a.mp4'
- }).to('wrapper');
- tz.add('img', '', 'rotate-ani', {
- src: 'https://638183.freep.cn/638183/small/ytji.png',
- alt: '',
- style: 'position: absolute; width: 80px; right: 21%;bottom:25%; cursor: pointer;opacity: 0.69;'
- }).playmp3();
- tz.fs().style('top: 20px;left:2%;');
- </script>
复制代码 |
|