123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title></title>
- <style type="text/css">
- *{
- margin: 0;
- padding: 0;
- }
- #platform{
- position: fixed;
- left: 0;
- top: 0;
- bottom: 0;
- right: 0;
- }
- #video-platform{
- height: 48px;
- position: fixed;
- top:0;
- right: 408px;
- line-height: 48px;
- }
- #video-platform a{
- text-decoration:none ;
- color:#000;
- padding:0 10px;
- display: inline-block;
- font-size: 16px;
- }
- iframe{
- width: 100%;
- height: 100%;
- border: 0;
- }
- </style>
- </head>
- <body>
- <div id="platform">
- <div id="video-platform">
- <a href="./video/" target="_blank">双预防视频监控平台</a>
- </div>
- <iframe id="iframe" src="https://zhihui.sraqkj.com/"></iframe>
- </div>
- </body>
- </html>
|