123456789101112131415161718192021222324252627 |
- <!DOCTYPE html>
- <html lang='en'>
- <head>
- <meta charset="UTF-8">
- <meta content='width=device-width, initial-scale=1.0,user-scalable=no' name='viewport'>
- <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
- <style type="text/css">
- .videoContent{
- width: 100vw;
- height: 100vh;
- object-fit: fill;
- }
- .videoBg{
- width: 100vw;
- height:100vh;
- background-color: white;
- }
- </style>
- </head>
- <body>
- <div class="videoBg">
- <video class="videoContent" controls src="https://dm.static.elab-plus.com/bjJinMaoFu/item_video_0.mp4"></video>
- </div>
- </body>
- <script></script>
- </html>
|