本帖最后由 马黑黑 于 2025-8-19 13:09 编辑
<style>
@import 'https://638183.freep.cn/638183/web/css/tz01.css';
#pa {
--offsetX: 81px;
--ma-size: 15%;
--bg:
url('https://638183.freep.cn/638183/t24/w5/sv.webp') no-repeat center/100% 100%,
url('https://638183.freep.cn/638183/t24/w5/iyuu05.webp') no-repeat 0% 95%/30% 50%,
repeating-linear-gradient(45deg, rgba(30,144,255,.15) 0 1px, transparent 2px 20px),
repeating-linear-gradient(135deg, rgba(30,144,255,.15) 0 1px, transparent 2px 20px);
background-blend-mode: screen, hue, hue;
}
#ma {
left: 7.5%;
bottom: 38%;
background: url('https://638183.freep.cn/638183/small/2025/f700.webp') no-repeat center/cover;
mix-blend-mode: color-dodge;
}
#btnFs { left: 20px; bottom: 20px; color: #eee; }
</style>
<div id="pa">
<audio id="aud" src="https://music.163.com/song/media/outer/url?id=2651100623" autoplay loop></audio>
<video class="qk-vid" src="https://bpic.588ku.com/video_listen/588ku_video/25/05/20/12/02/58/video682bfef21f54c.mp4" autoplay loop muted></video>
<div id="ma" class="grayscale"></div>
</div>
<script type="module">
import { FS } from 'https://638183.freep.cn/638183/web/js/fullscreen.js';
FS(pa, ma);
</script>
|