- UID
- 616
- 主题
- 330
- 回帖
- 23438
- 精华
- 204
- 积分
- 31314
- 金币
- 202184 枚
- 草籽
- 525 颗
- 鲜花
- 5584 朵
- 注册时间
- 2023-11-16
- 最后登录
- 2026-1-28
|
楼主 |
发表于 2025-12-28 09:32
|
显示全部楼层
本帖最后由 花简静 于 2025-12-28 09:33 编辑
- <style>
- @import 'https://638183.freep.cn/638183/web/tz/tz.v3.css';
- .pa { --offsetX: 0px; margin:150px 0; left: calc(50% - 101px);width: clamp(600px, 90vw, 1800px); height: auto; aspect-ratio: 18/12;--bg: url('https://642303.freep.cn/642303/tu/20251227kbsr.webp') no-repeat center/cover; }
- .petal { width: 50%; height: 100%; top: -50%; background: url('https://642303.freep.cn/642303/tu/c88747f820d857d2.png') no-repeat center/contain; transform-origin: 50% 100%;opacity: .39; }
- .petal::after { content: ''; position: absolute; width: 100%; height: 100%; top: 100%; background: inherit; transform: scale(1, -1); }
- .vid { width: 120%; height: auto; mix-blend-mode:screen; right:-18%;bottom:-8%;0%cursor: pointer;
- }
- </style>
- <div id="pa" class="pa"></div>
- <script type="module">
- import TZ from 'https://638183.freep.cn/638183/web/tz/tz.v3.js';
- const tz = TZ.TZ('pa');
- tz.add('audio', '', '', {src: 'https://music.163.com/song/media/outer/url?id=402073046'});
- tz.add('video', '', 'vid', {
- src: 'https://img.tukuppt.com/video_show/2475824/00/01/52/5b44f4d7298d6.mp4',
- DisablePictureInPicture: 'true'
- }).playmp3();
- tz.add('video', '', 'qk-vid', {src: 'https://img.tukuppt.com/video_show/2475824/00/01/59/5b46b977d9e77.mp4',
- style: 'mix-blend-mode:screen;opacity: .69;top:-10%;height:110%;' });
- tz.add('div', 'player', 'wrap100 rot-ani', {style: 'bottom: 100px; cursor: pointer'}).playmp3();
- tz.lzRot(3, 'player', {tag: 'div', className: 'petal', angle: 180});
- tz.bgprog().style('bottom: 30px; color: LightSlateGray');
- tz.fs().style('right: 20px; bottom: 20px');
- </script>
复制代码 |
|