本帖最后由 花简静 于 2024-8-18 15:13 编辑
<style>
.papa { margin: 30px 0 30px calc(50% - 831px); width: 1500px; height: 800px;top:90px; background: url('https://pic.imgdb.cn/item/65d156479f345e8d035f28d3.webp') no-repeat center/cover; box-shadow: 3px 3px 20px #000; overflow: hidden; position: relative; z-index: 1; }
#btnplay { position: absolute; left: calc(50% - 50px); top: -50px; mix-blend-mode: normal; transition: filter 1s; cursor: pointer; animation: rot 10s linear infinite var(--state); }
#btnplay:hover { filter: hue-rotate(280deg); }
.ipic { position: absolute; top: 0; transform: skew(-6deg); transform-origin: top center; animation: skew 3s var(--delay) infinite alternate var(--state); }
.ipic:nth-of-type(1) { left: 880px; top: -130px; --delay: -2.5s; }
.ipic:nth-of-type(2) { left: 1100px;top: -30px; --delay: 0s; }
.ipic:nth-of-type(3) { left: 1300px; top: -160px; --delay: -1.5s; }
@keyframes rot { to { transform: rotate(1turn); } }
@keyframes skew { to { transform: skew(6deg); } }
#lrc { position: absolute; left: 50%; transform: translate(-50%); bottom:20px;font: bold 1.8em sans-serif; color: lightblue; text-shadow: 1px 1px 1px rgba(0,0,0,.45); user-select: none; --ani: lrcGo1; --duration: 1s; opacity: .45;}
#lrc::before { position: absolute; content: attr(data-lrc); width: 100%; height: 100%; color: transparent; background: repeating-linear-gradient(90deg, lightblue 3px, green 6px); background-clip: text; -webkit-background-clip: text; clip-path: inset(0 100% 0 0); border-bottom: 2px dashed lightblue; animation: var(--ani) var(--duration) linear forwards var(--state); }
#mplayer { position: absolute; left: 50%; transform: translate(-50%); bottom:60px;text-align: center; color: lightblue; }
#mplayer::before { position: absolute; content: attr(data-tt); left: 0; bottom: 26px; width: 100%; text-align-last: justify; }
#mprog { width: 280px; accent-color: darkgreen; outline: none; cursor: pointer; }
#mprog:focus { accent-color: gold; }
@keyframes lrcGo0 { to { clip-path: inset(0 0 0 0); } }
@keyframes lrcGo1 { to { clip-path: inset(0 0 0 0); } }
#vid {
position: absolute;
width: 100%;
height: 100%;
opacity: .65;
right:-200px;
object-fit: cover;
pointer-events: none;
mix-blend-mode: screen;
}
</style>
<div class="papa">
<audio src="https://music.163.com/song/media/outer/url?id=369444" autoplay="" loop=""></audio>
<img class="ipic" src="https://pic.imgdb.cn/item/65cb85159f345e8d03dcb745.png" alt="">
<img class="ipic" src="https://pic.imgdb.cn/item/65cb85159f345e8d03dcb745.png" alt="">
<img class="ipic" src="https://pic.imgdb.cn/item/65cb861d9f345e8d03e14839.png" alt="">
<div id="mplayer" data-tt="0:00 0:00">
<img id="btnplay" src="https://pic.imgdb.cn/item/65cc3a709f345e8d037b2f2c.png" title="播放/暂停" alt=""><br>
<input id="mprog" type="range" min="0" max="100" step="any" value="0" title="调节进度">
</div>
<div id="lrc" data-lrc="HuaChao LRC">HuaChao LRC</div>
<video id="vid" src="https://img.tukuppt.com/video_show/15653652/01/32/39/62dbb485f32fd.mp4" autoplay="" loop="" muted=""></video>
</div>
<script>
var sF = document.createElement('script');
sF.src = 'https://638183.freep.cn/638183/web/js/rangelrc2024.js';
sF.charset = 'utf-8';
document.querySelector('body').appendChild(sF);
var geci = [
[0.11,"单曲:流转",1.9],
[2.02,"歌手:女子十二乐坊",1.1],
[3.17,"所属专辑:敦煌",1.4],
[4.56,"新专辑《敦煌》是女子十二乐坊在寻找自己音乐的根脉",1.0],
[5.54,"在《敦煌》专辑里",2.1],
[7.8,"学习黑师《湖心亭》图片摇曳效果",12.1],
[20.04,"她们所织构的时空交融的世界",6.5],
[28.07,"音乐让戈壁沙漠中现出绿洲",6.1],
[35.05,"那是因为它缓和了各种冲突",6.7],
[43.04,"兼备着超越东西方差异的强大力量",6.4],
[52.74,"这张专辑也是演绎十二乐坊看到在天宇中舞蹈的神佛",6.7],
[60.05,"也就是反弹琵琶",6.3],
[68.15,"吹奏笛子的“飞天”壁画",5.7],
[75.06,"进入了历史的浪漫之旅",6.6],
[83.06,"开始“飞天”领域的探求",6.1],
[90.06,"纤细而大胆、华丽而雄壮",6.6],
[98.02,"那感情丰富的乐曲,润泽天地",6.9],
[106.04,"同着曾经往来于丝绸之路上的人们的感怀",5.8],
[113.08,"给听众的心灵以深深的感染",7.0],
[121,"学习黑师《湖心亭》图片摇曳效果",121.1],
];
</script>
<br><br><br><br><br>
|