|
|

楼主 |
发表于 2025-10-23 08:06
|
显示全部楼层
帖子代码
- <style>
- @import 'https://638183.freep.cn/638183/web/tz/tz.e.css';
- .pa { --offsetX: 0px; --bg: url('https://pic.biubiu001.com/gamebase/gamedb/res/20241103/14/14/1f33790b443c9c91bc303075a6b17ab7.jpeg') center/cover; }
- .fan { position: absolute; width: 100%; height: 100%; background: var(--cc); clip-path: path('M50 50 L30 20 Q50 -10,70 20 L50 50'); }
- </style>
- <div class="pa"></div>
- <script type="module">
- import TZ from 'https://638183.freep.cn/638183/web/tz/tz.e.js';
- const tz = TZ.TZ('pa');
- tz.add('audio', '', '', {src: 'https://music.163.com/song/media/outer/url?id=1493815472'});
- tz.add('video', '', 'pd-vid', {src: 'https://img.tukuppt.com/video_show/2629112/00/01/92/5b4da1137698b.mp4'});
- tz.bgprog().style('right: 60px; bottom: 180px; transform: rotate(-81deg) ; color: snow; --prog: snow;');
- tz.fs().style('bottom: 20px; right: 20px;');
- tz.add('div', 'player', '', {class: 'wrap100 ma hue-rotate'});
- tz.lzRot(5, 'player', {className: 'fan', cc: 'linear-gradient(plum, darkred)'}).playmp3().style('bottom: 40px;');
- </script>
复制代码
|
|