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

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