- UID
- 141
- 主题
- 回帖
- 0
- 精华
- 积分
- 68566
- 金币
- 枚
- 草籽
- 颗
- 鲜花
- 朵
- 注册时间
- 2023-5-7
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2025-5-14 10:55
|
显示全部楼层
洲洲老师我发图用的就是这个代码~
<style>
#mydiv { margin: 0 0 0 calc(40% - 955px);
display: grid;
place-items: center;
width: 1900px;
height: 900px;
top:130px;
background: lightblue url('http://kkshan.com/data/attachment/forum/202505/13/110934i3pibb3y6pez23u3.jpg') no-repeat center/cover;
box-shadow: 3px 3px 20px #000;
user-select: none;
overflow: hidden;
position: relative;
z-index: 1;
}
.mypic {
position: absolute;
right: 990px;
top: 80px;
cursor: pointer;
mix-blend-mode: Multiply;
z-index: 3;
}
#vid {
position: absolute;
width: 100%;
height: 110%;
top: -90px;
object-fit: cover;
pointer-events: none;
mix-blend-mode: screen;
z-index: 7;
opacity: .10;
}
#vid1 {
position: absolute;
width: 100%;
height: 110%;
top: -90px;
object-fit: cover;
pointer-events: none;
mix-blend-mode: screen;
z-index: 2;
opacity: .20;
}
</style>
<div id="mydiv">
<div class="mypic"><img src="https://img3.tukuppt.com/video_show/2629112/00/01/92/5b4d9113bffd1.mp4" alt="" /></div>
<video id="vid" src="https://img.tukuppt.com/video_show/7165162/00/17/65/5ecb8fa5f0765.mp4" autoplay="" loop="" muted=""></video>
<video id="vid1" src="https://img.tukuppt.com/video_show/15653652/01/27/84/627e1961b9715.mp4" autoplay="" loop="" muted=""></video>
</div>
<audio id="aud" src="https://music.163.com/song/media/outer/url?id=2162603189.mp3 " autoplay="" loop=""></audio>
<br><br><br><br><br><br><br><br>
|
|