- UID
- 909
- 主题
- 165
- 回帖
- 2697
- 精华
- 137
- 积分
- 5493
- 金币
- 9595 枚
- 草籽
- 3 颗
- 鲜花
- 2038 朵
- 注册时间
- 2024-5-13
- 最后登录
- 2026-3-22

|
楼主 |
发表于 2026-2-14 21:23
|
显示全部楼层
帖子代码
- <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>
复制代码 |
评分
-
2
查看全部评分
-
|