|
|

楼主 |
发表于 2026-2-14 20:26
|
显示全部楼层
帖子代码:
- <style>
- @import 'https://638183.freep.cn/638183/web/tz/tz.v5.css';
- .pa { --bg: url('https://638183.freep.cn/638183/t24/w7/hxdg.webp') no-repeat center/cover; }
- .vid { width: 5vw; height: 5vw; border-radius: 50%; mix-blend-mode: screen; bottom: 60px; cursor: pointer; }
- </style>
- <div class="pa"></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=1344119453' });
- tz.add('video', '', 'pd-vid', { src: 'https://img.tukuppt.com/video_show/2418175/00/02/20/5b51f6ceb2cde.mp4' });
- tz.add('video', '', 'vid', {
- disablePictureInPicture: 'true',
- src: 'https://img.tukuppt.com/video_show/2475824/00/08/36/5d1ec038a435c.mp4'
- }).playmp3();
- tz.bgprog().style('bottom: 40px; color: #fefefe; width: 240px;');
- tz.fs().style('right: 20px; top: 20px;');
- tz.autoMid();
- </script>
复制代码
|
|