|
|

楼主 |
发表于 2025-7-28 17:58
|
显示全部楼层
帖子代码
- <style>
- @import 'https://638183.freep.cn/638183/web/css/tz01.css';
- #pa { --offsetX: 81px; --bg: url('https://638183.freep.cn/638183/t24/w4/lquv.webp') no-repeat center/cover; --r: 20%; perspective: 1000px; }
- #pa::after { content: ''; position: absolute; aspect-ratio: 1/1; width: 100%; height: 100%; background: var(--bg); clip-path: circle(var(--r)); transition: 2s; }
- #pa:hover { --r: 0; }
- #ma { transform-style: preserve-3d; }
- #ma:hover li-zi { filter: hue-rotate(60deg) opacity(.7); }
- li-zi { --hh: 35%; position: absolute; left: -50%; top: calc(50% - var(--hh)); width: 100%; height: var(--hh); background: radial-gradient(circle at 10% 10%, darkgreen, green); border-radius: 50% 100% 0 100%; box-shadow: inset 0 0 30px yellow, 2px 4px 16px rgba(0,0,0,.35); transform-origin: 100% 100%; transition: 1s; }
- #btnFs { bottom: 20px; }
- </style>
- <div id="pa">
- <audio id="aud" src="https://music.163.com/song/media/outer/url?id=494645052" autoplay loop></audio>
- <video class="qk-vid" src="https://bpic.588ku.com/video_listen/588ku_video/22/11/02/23/43/45/video63629031a430e.mp4" autoplay loop muted>123</video>
- <div id="ma"></div>
- </div>
- <script type="module">
- import { FS } from 'https://638183.freep.cn/638183/web/js/fullscreen.js';
- FS(pa, ma);
- const tt = 12;
- Array.from({length: tt}).forEach( (lz,idx) => {
- lz = document.createElement('li-zi');
- lz.style.cssText += `transform: rotate3d(0, -0.5, 1, ${idx * 360 / tt}deg);`;
- ma.appendChild(lz);
- });
- </script>
复制代码
|
评分
-
| 参与人数 1 | 威望 +50 |
金钱 +100 |
经验 +50 |
收起
理由
|
红影
| + 50 |
+ 100 |
+ 50 |
赞一个! |
查看全部评分
|