好的好的,马上贴出来
- <DIV style="LEFT: -702px; WIDTH: 1850px; POSITION: relative; TOP: 15px">
- <style>
- #mydiv { margin: 0 0 0 calc(50% - 850px);
- display: grid;
- place-items: center;
- width: 1850px;
- height: 920px;
- top:130px;
- background: lightblue url('http://www.yhyhlt.com/data/attachment/forum/202508/24/094233d7o97abosazhqon7.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: 490px;
- top: 420px;
- cursor: pointer;
- mix-blend-mode: Multiply;
- z-index: 3;
- }
- #vid {
- position: absolute;
- width: 100%;
- height: 110%;
- top:-80px;
- object-fit: cover;
- pointer-events: none;
- mix-blend-mode: screen;
- z-index: 2;
- opacity: .21;
- }
- </style>
- <div id="mydiv">
- <img id="dt" src="2" alt="" style="position: absolute; width: 166px; top: 446px; left: 1308px;" />
- <video id="vid" src="https://yw83yw.oss-cn-hangzhou.aliyuncs.com/lvzhou/flash/MP4/DH04.mp4 " autoplay="" loop="" muted=""></video>
- </div>
- </DIV>
- <BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
复制代码 |