UID2244
阅读权限30
主题
帖子
精华
积分840
文采 点
钻石 颗
鲜花 朵
金币 枚
注册时间2025-4-18
最后登录1970-1-1
|
- <style>#papa { margin: 0 0 0 calc(50% - 831px); width: 1600px; height: 800px; background: url('https://pic.imgdb.cn/item/66810a8fd9c307b7e9d3edb8.jpg') no-repeat center/cover; box-shadow: 4px 4px 8px black; overflow: hidden; display: grid; place-items: center; z-index: 1; position: relative; --state: running; }
- #vid1 {
- position: absolute;
- width: 120%;
- height: 120%;
- top:-100px;
- left:-301px;
- object-fit: cover;
- pointer-events: none;
- mix-blend-mode: screen;
- z-index:3;
- opacity: .66;
- }
- #vid2 {
- position: absolute;
- width: 100%;
- height: 110%;
- top:-80px;
- object-fit: cover;
- pointer-events: none;
- mix-blend-mode: screen;
- z-index: 5;
- opacity: .19;
- }</style>
- <div id="papa">
- <video id="vid1" src="https://img.tukuppt.com/video_show/2269348/00/14/16/5e1c7be4c80dd.mp4" autoplay="" loop="" muted=""></video>
- <video id="vid2" src="https://img.tukuppt.com/video_show/2475824/00/01/59/5b46b977d9e77.mp4" autoplay="" loop="" muted=""></video>
- </div>
- <audio style="width:5px;height:4px;" controls="controls" autoplay="autoplay" loop="loop" src="http://music.163.com/song/media/outer/url?id=
- 1813568808.mp3" type="audio/mpeg"></audio><BR>
复制代码
|
|