|
<style>
@import 'https://638183.freep.cn/638183/web/css/tz01.css';
#pa { --offsetX: 81px; --bg: beige url('https://638183.freep.cn/638183/t24/w6/dkds.webp') no-repeat center/cover; }
#ma { width: 200px; height: 200px; right: 50px; bottom: 50px; border-radius: 50%; background: url('https://638183.freep.cn/638183/small/2025/ff2.webp') no-repeat center/cover; }
#progress { position: absolute; width: 260px; height: 260px; right: 20px; bottom: 20px; }
#prog, #track { fill: none; stroke: rgba(150,188,200,.5); stroke-width: 10; stroke-linejoin: round; stroke-linecap: round; transition: .15s; cursor: pointer; }
#prog { stroke: rgba(150,188,200); }
#btnFs { left: 20px; bottom: 20px; color: #eee; border-color: currentColor!important; }
</style>
<div id="pa">
<audio id="aud" src="https://music.163.com/song/media/outer/url?id=496064631" autoplay loop></audio>
<video class="pd-vid" src="https://img.tukuppt.com/video_show/2418175/00/44/85/6041e2ef1b2d8.mp4" autoplay loop muted></video>
<svg id="progress" xmlns="http://www.w3.org/2000/svg" viewBox="-200 -200 400 400">
<circle id="track" cx="0" cy="0" r="180" />
<circle id="prog" cx="0" cy="0" r="180" />
</svg>
<div id="ma" class="hue-rotate"></div>
</div>
<script type="module">
import { FS } from 'https://638183.freep.cn/638183/web/js/pathprog.js';
FS(pa, ma);
</script>
|