|
|

楼主 |
发表于 2023-12-17 21:16
|
显示全部楼层
帖子代码
- <style> #papa { margin: 0 0 0 calc(50% - 593px); width: 1024px; height: 640px; background: url('https://638183.freep.cn/638183/t23/webp2/qklm.webp') no-repeat center/cover; box-shadow: 3px 3px 20px #000; overflow: hidden; position: relative; display: grid; place-items: center; z-index: 1; }
- .mypic { position: absolute; width: 150px; cursor: pointer; animation: rot 6s infinite linear var(--state); }
- .mypic:nth-of-type(1) { left: 20px; }
- .mypic:nth-of-type(2) { top: 20px; width: 200px; }
- .mypic:nth-of-type(3) { right: 20px; }
- #vid { position: absolute; width: 1024px; height: 740px; top:-100px; object-fit: cover; pointer-events: none; mix-blend-mode: screen; z-index: 2; }
- @keyframes rot { to { transform: rotate(360deg); } }
- </style>
- <div id="papa">
- <video id="vid" src="https://img.tukuppt.com/video_show/15653652/01/60/33/638ee6ad2b3ff.mp4" autoplay="" loop="" muted=""></video>
- <img class="mypic" src="https://638183.freep.cn/638183/web/svg/flower_1.svg" alt="" />
- <img class="mypic" src="https://638183.freep.cn/638183/web/svg/flower_1.svg" alt="" />
- <img class="mypic" src="https://638183.freep.cn/638183/web/svg/flower_1.svg" alt="" />
- <audio id="aud" src="https://music.163.com/song/media/outer/url?id=2100334024" autoplay loop></audio>
- </div>
- <script>
- let sFile = document.createElement('script');
- sFile.src = 'https://638183.freep.cn/638183/web/api/lrc.js';
- sFile.charset = 'utf-8';
- document.head.appendChild(sFile);
- sFile.onload = () => {
- LRC({
- papa: '#papa',
- lrcAr: geci,
- btn: '.mypic',
- lrc_css: 'left: 50%; transform: translate(-50%); bottom: 10px;',
- });
- };
- let geci = [
- [3,'轻涟 La vaguelette',10],
- [12,'歌手 :HOYO-MiX','4'],
- [22.9,"Ah, si je pouvais vivre dans l'eau<br>啊,若化水复回归途",5.2],
- [28.44,"le monde serait-il plus beau<br>令故土朝暮如初",3.9],
- [32.74,"Nous pardonneras-tu, ô chère mère<br>啊母亲可否将我宽恕",5.1],
- [38.96,"L'eau dans son courant fait danser nos vies<br>向四季流溯,引万籁驰骛",6.7],
- [45.89,"Et la cité, elle nourrit<br>所过处百废复苏",3.9],
- [50.24,"Ainsi que toi, mon doux amour<br>亦充盈挚爱的心湖",5.0],
- [83.79,"Non, le grand amour ne suffit pas<br>爱,就将这酣梦深埋",6.5],
- [90.51,"Seul un adieu fleurira<br>诀别如繁花盛开",4.1],
- [94.97,"C'est notre histoire de vie, douce et amère<br>似你我往怀,愉快悲哀",6.4],
- [101.38,"Moi, je suis et serai toujours là<br>爱,我会在过去未来",5.4],
- [106.92,"à voir le monde et sa beauté<br>注视这世间精彩",4.8],
- [112.45,"Et ça ne changera jamais, jamais...<br>一切从未改,未改……",5.9]
- ];
- </script>
复制代码
|
评分
-
| 参与人数 2 | 威望 +100 |
金钱 +200 |
经验 +100 |
收起
理由
|
小辣椒
| + 50 |
+ 100 |
+ 50 |
赞一个! |
红影
| + 50 |
+ 100 |
+ 50 |
赞一个! |
查看全部评分
|