index.html 821 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title></title>
  7. <style type="text/css">
  8. *{
  9. margin: 0;
  10. padding: 0;
  11. }
  12. #platform{
  13. position: fixed;
  14. left: 0;
  15. top: 0;
  16. bottom: 0;
  17. right: 0;
  18. }
  19. #video-platform{
  20. height: 48px;
  21. position: fixed;
  22. top:0;
  23. right: 408px;
  24. line-height: 48px;
  25. }
  26. #video-platform a{
  27. text-decoration:none ;
  28. color:#000;
  29. padding:0 10px;
  30. display: inline-block;
  31. font-size: 16px;
  32. }
  33. iframe{
  34. width: 100%;
  35. height: 100%;
  36. border: 0;
  37. }
  38. </style>
  39. </head>
  40. <body>
  41. <div id="platform">
  42. <div id="video-platform">
  43. <a href="./video/" target="_blank">双预防视频监控平台</a>
  44. </div>
  45. <iframe id="iframe" src="https://zhihui.sraqkj.com/"></iframe>
  46. </div>
  47. </body>
  48. </html>