|
|

楼主 |
发表于 2026-2-23 19:46
|
显示全部楼层
帖子代码
- <style>
- @import 'https://638183.freep.cn/638183/web/tz/tz.v5.css';
- .pa { --bg: url('https://638183.freep.cn/638183/t24/6/hungary.jpg') no-repeat center/cover; --ma-size: 12%;}
- .vid { width: 10vw; height: 10vw; border-radius: 50%; mix-blend-mode: screen; box-shadow: 5px 5px 10px white, -5px -5px 10px yellow; }
- </style>
- <div id="tzbrother"></div>
- <div id="tzcontainer">
- <div class="pa"></div>
- </div>
- <script type="module">
- import TZ from 'https://638183.freep.cn/638183/web/tz/tz.v5.js?v=1';
- const tz = TZ.TZ('pa');
- tz.add('audio', '', '', { src: 'https://music.163.com/song/media/outer/url?id=1969513370' });
- tz.add('video', '', 'pd-vid', { src: 'https://img.tukuppt.com/video_show/2629112/00/01/92/5b4da1137698b.mp4' });
- tz.add('video', '', 'vid ma', {
- disablePictureInPicture: 'true',
- src: 'https://img.tukuppt.com/video_show/2475824/00/08/40/5d21b5cc1237c.mp4'
- }).playmp3();
- tz.bgprog().style('bottom: 20px; color: #fefefe; width: 240px;');
- tz.fs().style('right: 20px; top: 20px;');
- tz.autoMid();
- </script>
复制代码 |
|