|
|

楼主 |
发表于 2026-2-18 19:53
|
显示全部楼层
帖子代码
- <style>
- @import 'https://638183.freep.cn/638183/web/tz/tz.v5.css';
- .pa { --bg: url('https://638183.freep.cn/638183/t24/w7/sml.webp') no-repeat center/cover; }
- .vid { width: 200px; height: 200px; mix-blend-mode: screen; border-radius: 50%; bottom: 60px; filter: drop-shadow(-2px -2px 16px green); 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=1371757760'});
- tz.add('video', '', 'pd-vid', {src: 'https://img.tukuppt.com/video_show/2629112/00/01/49/5b4424b854bbe.mp4'});
- tz.add('video', '', 'vid', {
- src: 'https://img.tukuppt.com/video_show/2269348/00/01/77/5b49c5bb15a02.mp4',
- disablePictureInPicture: true
- }).playmp3();
- tz.bgprog().style('bottom: 40px; color: #fefefe; width: 240px;');
- tz.fs().style('right: 20px; top: 20px;');
- tz.autoMid();
- </script>
复制代码
|
|