焱鑫磊 发表于 2023-5-18 22:11

《无悔爱过这一回》王馨

<style>
    #papa {
            margin:100px -160px;
            width: 1164px;
            height: 640px;
            background:
                  url('https://pic2.imgdb.cn/item/64661c4e0d2dde57776182bf.jpg') no-repeat center/cover,
                  #000 url('https://pic2.imgdb.cn/item/644f88a60d2dde577739d9b5.gif') no-repeat center;
            background-blend-mode: screen;
            box-shadow: 0 0 8px #000;
            position: relative;
            display: grid;
            place-items: center;
            overflow: hidden;
            --state: paused;
    }
   
    #vid {
        position: absolute;
        width: 1400px;
        height: 100%;
        border-radius: 2%;
        opacity: .53;
        object-fit: cover;
        pointer-events: none;
               mix-blend-mode: screen;
}
css-doodle { position: absolute; }
    </style>

    <div id="papa">
            <css-doodle id="mplayer">
                  :doodle { @size: 80px; animation: rot 4s infinite linear var(--state); cursor: pointer; }
                  background: rgba(244,64,96,.9);
                  clip-path: @shape(
                         points: 18;
R: seq(.618, 1, 0);
T: seq(t-.55, t, t);
x: R * cos(T);
y: R * sin(T);
                  );
                        @keyframes rot { to { transform: rotate(1turn); } }
            </css-doodle>
            
             <css-doodle id="lrc">
                  :doodle {
                            @size: auto 4em;
                            bottom: 30px;
                            --geci: &quot;css-doodle player&quot;; --motion: cover2; --tt: 1s; }/* 单元格两个伪元素显示lrc歌词 */
display: grid; place-items: center start;:before, :after {content: var(--geci);color: Honeydew; /* 歌词底色 */ font: bold 2em sans-serif;                            text-shadow: 1px 1px 2px #000; white-space: pre;}:after {position: absolute;width: 0;color:SandyBrown; /* 同步歌词颜色 */                            overflow: hidden;   animation: var(--motion) var(--tt) linear forwards var(--state); }@keyframes cover1 { from { width: 0; } to { width: 100%; } }                  @keyframes cover2 { from { width: 0; } to { width: 100%; } } </css-doodle>         
            
            
         <video id="vid" src="https://img.tukuppt.com/video_show/2629112/00/02/01/5b4eed878e310.mp4" autoplay="" loop="" muted=""></video>   
            <audio id="aud" src="https://www.joy127.com/url/104974.mp3" autoplay loop></audio>
    </div>

    <script>
               let slip = 0.5, mFlag = true, mKey = 0, clickIdx = 0, progChg = 0, cursors = ['default','pointer','pointer'];

let lrcAr = [
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
        ,
       
];
                let calcKey = () => {for (j = 0;j < lrcAr.length;j++) {if (aud.currentTime <= lrcAr) {mKey = j - 1;break;}}if (mKey < 0) mKey = 0;if (mKey > lrcAr.length - 1) mKey = lrcAr.length - 1;let time = lrcAr - (aud.currentTime - lrcAr);showLrc(time);};
   
   
            let script = document.createElement('script');
            script.src = 'https://638183.freep.cn/638183/web/api/css-doodle.js';
            document.body.appendChild(script);
            let mState = () => papa.style.setProperty('--state', aud.paused ? 'paused' : 'running');
let showLrc = (time) => {lrc.style.setProperty('--motion', mFlag ? 'cover1' : 'cover2');lrc.style.setProperty('--geci', '"' + lrcAr + '"');lrc.style.setProperty('--tt', time + 's');mKey += 1;mFlag = !mFlag;};
            aud.addEventListener('play', mState, false);
            aud.addEventListener('pause', mState, false);
                        aud.addEventListener('timeupdate', () => {for (j = 0; j < lrcAr.length; j++) {if (aud.currentTime - slip >= lrcAr) {cKey = j;if (mKey === j) showLrc(lrcAr);else continue;}}mplayer.style.setProperty('--ttmsg1', `'${toMin(aud.currentTime)}'`);mplayer.style.setProperty('--ttmsg2', `'${toMin(aud.duration)}'`);mplayer.style.setProperty('--prog',`${100 * aud.currentTime / aud.duration}%`);});
            mplayer.onclick = () => aud.paused ? aud.play() : aud.pause();
    </script>

蓝魔 发表于 2023-5-18 22:55

欣赏一下,谢谢。

醉卧红尘 发表于 2023-5-18 23:25

欣赏,听过涓涓细语版本

焱鑫磊 发表于 2023-5-18 23:49

蓝魔 发表于 2023-5-18 22:55
欣赏一下,谢谢。

问好蓝魔!{:1_292:}

焱鑫磊 发表于 2023-5-18 23:49

醉卧红尘 发表于 2023-5-18 23:25
欣赏,听过涓涓细语版本

问候醉卧红尘好!{:1_292:}
页: [1]
查看完整版本: 《无悔爱过这一回》王馨