|
|

楼主 |
发表于 2023-12-20 21:08
|
显示全部楼层
帖子代码
- <style>
- #papa {
- margin: 0 0 0 calc(50% - 875px);
- display: grid;
- place-items: center;
- width: 1587px;
- height: 844px;
- background: url('https://638183.freep.cn/638183/t23/webp2/hxjmci.webp');
- overflow: hidden;
- position: relative;
- }
- video {
- position: absolute;
- top: -76px;
- width: 1587px;
- height: 920px;
- object-fit: cover;
- opacity: .75;
- }
- </style>
- <div id="papa">
- <video src="https://img.tukuppt.com/video_show/2269348/00/14/92/5e67af3447155.mp4" autoplay loop muted></video>
- </div>
- <script>
- const sf = document.createElement('script');
- sf.src = 'https://638183.freep.cn/638183/web/api/mplayer.js';
- sf.charset = 'utf-8';
- document.body.appendChild(sf);
- sf.onload = () => {
- const myplayer = new mPlayer();
- myplayer.setAudSrc('https://music.163.com/song/media/outer/url?id=416892154');
- myplayer.setBtnCss(`
- background: url('https://638183.freep.cn/638183/t23/btn/meihua.png') no-repeat center/cover;
- bottom: 20px;
- `);
- myplayer.setLrcCss('top:20px; left:20px; color: tan; --bg: orange;');
- myplayer.lrcAr = [[2,'胡寒 - 花间辞',10]];
- };
- </script>
复制代码
|
|