- UID
- 1152
- 主题
- 回帖
- 0
- 精华
- 积分
- 4244
- 金币
- 枚
- 草籽
- 颗
- 鲜花
- 朵
- 注册时间
- 2025-4-16
- 最后登录
- 1970-1-1
|
- <style>
- #mydiv { margin: 0 0 0 calc(41% - 931px);
- top:100px;
- display: grid;
- place-items: center;
- width: 1856px;
- height: 900px;
- background: lightblue url('https://lengwx240511.oss-cn-shenzhen.aliyuncs.com/%E5%9B%BE%E5%9B%BE/20250821BA.jpg') no-repeat center/cover;
- box-shadow: 3px 3px 20px #000;
- user-select: none;
- overflow: hidden;
- position: relative;
- z-index: 3; }
- #vid1 {
- position: absolute;
- width: 100%;
- height: 100%;
- top:-5px;
- object-fit: cover;
- pointer-events: none;
- mix-blend-mode: screen;
- z-index:150;
- opacity:6;
- }
- </style>
- <div id="mydiv">
- <video id="vid1" src="https://img.tukuppt.com/video_show/2418175/00/02/20/5b51fecde9934.mp4" autoplay="" loop="" muted=""></video>
复制代码 |
|