|
|

楼主 |
发表于 2026-2-22 17:17
|
显示全部楼层
帖子代码
- <style>
- @import 'https://638183.freep.cn/638183/web/tz/tz2026.css';
- .pa { width: 1600px; --bg: url('https://yuanjineng.cn/webui/SDXL_styles/images/star/706.JPG') no-repeat center/cover; }
- .vid { width: 10vw; height: 10vw; border-radius: 50%; opacity: .8; cursor: pointer; }
- </style>
- <div class="pa"></div>
- <script type="module">
- import TZ from 'https://638183.freep.cn/638183/web/tz/tz2026.css';
- const tz = TZ.TZ('pa');
- tz.add('audio', '', '', { src: 'https://music.163.com/song/media/outer/url?id=3349066330' });
- tz.add('video', '', 'pd-vid', { src: 'https://img.tukuppt.com/video_show/2414777/00/02/23/5b52ffe5b0de7.mp4' });
- tz.add('video', '', 'vid', {
- disablePictureInPicture: 'true',
- src: 'https://img.tukuppt.com/video_show/2475824/00/08/27/5d1c25a2656d6.mp4'
- }).playmp3();
- tz.bgprog().style('bottom: 30px; color: #fefefe; width: 240px;');
- tz.fs().style('right: 20px; top: 20px;');
- tz.autoMid();
- </script>
复制代码 |
|