|
|

楼主 |
发表于 2026-2-21 13:22
|
显示全部楼层
帖子代码
- <style>
- @import 'https://638183.freep.cn/638183/web/tz/tz.v5.css';
- .pa { --bg: url('https://638183.freep.cn/638183/t24/w7/bwuv.webp') no-repeat center/cover; }
- .vid { width: 10vw; height: 10vw; border-radius: 15%; mix-blend-mode: screen; }
- </style>
- <div class="pa"></div>
- <script type="module">
- import TZ from 'https://638183.freep.cn/638183/web/tz/tz.v5.02.js';
- const tz = TZ.TZ('pa');
- tz.add('audio', '', '', { src: 'https://music.163.com/song/media/outer/url?id=491097414' });
- tz.add('video', '', 'pd-vid', { src: 'https://img.tukuppt.com/video_show/2402760/00/01/42/5b42d0f78c1ad.mp4' });
- tz.add('video', '', 'vid ma', {
- disablePictureInPicture: 'true',
- src: 'https://img.tukuppt.com/video_show/2421007/00/08/36/5d1ede4eb6ac5.mp4'
- }).playmp3();
- tz.bgprog().style('bottom: 40px; color: #fefefe; width: 240px;');
- tz.fs().style('left: 20px; top: 20px;');
- tz.autoMid();
- </script>
复制代码
|
|