平凡 发表于 2024-2-6 13:12

重温当年炸街的欧美神曲2 god is gril

<style>
#papa {
        margin: 150px 0 0 calc(50% - 792px);
        position: relative;
        width: 1422px;
        height: 800px;
        background: tan url('https://pic.imgdb.cn/item/65967826871b83018a38f0d3.jpg');
        background-blend-mode: difference;
        border: 8px solid rgba(0,0,200,.6);
        border-radius: 12px;
        box-shadow: 3px 3px 20px #ccc;
        overflow: hidden;
        z-index: 1;
}
#btnplay {
        position: absolute;
        top: 520px;
        left: 100px;
        width:150px;
        filter: hue-rotate(220deg) drop-shadow(0 0 2px transparent);
        cursor: pointer;
        transition: filter .35s ease-in;
        z-index: 1;
        animation: rotating 5s infinite linear var(--state);
}
#btnplay:hover {
        filter: hue-rotate(0) drop-shadow(0 0 30px white);
}
#vid {
        position: absolute;
        top: -60px;
        width: 1422px;
        height: 860px;
        object-fit: cover;
        filter: opacity(.98);
}


@keyframes rotating {
        to { transform: rotate(1turn); }
}

#tit {
      position: absolute;
      left: -50px;
      top: 630px;
      
      background-image:url('https://xlaj.cn/assets/file/zp/20240102011216.gif'); background-size:cover;
      width:650px; height:200px; font: bold 2.0em serif;
      text-align:center; line-height:200px; color:transparent;
      -webkit-background-clip:text;
         border:0px #eddfdc solid; z-index: 10;
}


</style>

<div id="papa">
        <video id="vid" src="https://link.hhtjim.com/163/33271.mp4" loop muted></video>
            


        <audio id="aud" src="http://music.163.com/song/media/outer/url?id=28952154.mp3" autoplay loop></audio>

<div id="tit">重温当年炸街的欧美神曲2 god is gril</div>


        <img id="btnplay" src="https://pic.imgdb.cn/item/659e2a2e871b83018a56f948.png" alt="" title="播放/暂停" />
</div>

<script>

(function() {

let mState = () => {
        aud.paused ?
                (papa.style.setProperty('--state','paused'), vid.pause()) :
                (papa.style.setProperty('--state','running'), vid.play());
};

aud.addEventListener('playing', mState, false);
aud.addEventListener('pause', mState, false);

btnplay.onclick = () => aud.paused ? aud.play() : aud.pause();

})();

</script>

蓝魔 发表于 2024-2-6 22:39

欣赏一下,谢谢。

雾桥 发表于 2024-2-7 13:41

平凡的音乐选得都好听

明月印 发表于 2024-2-7 22:21

感谢分享

澜天 发表于 2024-2-13 17:14

好听
入耳入心
{:1_292:}

平凡 发表于 2024-2-21 14:28

雾桥 发表于 2024-2-7 13:41
平凡的音乐选得都好听

主要还是我喜欢听

平凡 发表于 2024-2-21 14:28

公子世无双 发表于 2024-2-7 22:21
感谢分享

问好,谢谢欣赏

平凡 发表于 2024-2-21 14:29

澜天 发表于 2024-2-13 17:14
好听
入耳入心

必须滴

一剑飘香红 发表于 2024-3-20 13:51

这歌好听,听不厌
页: [1]
查看完整版本: 重温当年炸街的欧美神曲2 god is gril