video.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title></title>
  6. <link href="css/style.css" rel="stylesheet" />
  7. <style>
  8. .v1 {
  9. width: 18.3%;
  10. float: left;
  11. overflow: hidden;
  12. position: relative;
  13. height: 190px;
  14. margin: 10px;
  15. border: 4px solid rgb(65 104 177);
  16. border-radius: 5px;
  17. color: white;
  18. font-size: 20px;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <div id="app">
  24. <div class="top">
  25. <div class="flex" style="margin-top:0px;">
  26. <div class="f tti" :class="{active:now==0}" @click="tab(0)"></div>
  27. <div class="f tti" :class="{active:now==1}" @click="tab(1)"></div>
  28. <div class="f" style="flex: 2.2;">
  29. <div class="logo">
  30. <img class="u4" src="img/u4.svg" />
  31. <div class="uti">谢通门县旅游数据-监控平台</div>
  32. <img class="u5" src="img/u5.svg" />
  33. </div>
  34. </div>
  35. <div class="f tti" :class="{active:now==2}" @click="tab(2)"></div>
  36. <div class="f tti" @click="tab(2)"></div>
  37. </div>
  38. </div>
  39. <div class="content" style="margin-top: 30px;">
  40. <div class="v1" style="border: 0px;">
  41. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  42. </div>
  43. <div class="v1" style="border: 0px;">
  44. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  45. </div>
  46. <div class="v1" style="border: 0px;">
  47. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  48. </div>
  49. <div class="v1" style="border: 0px;">
  50. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  51. </div>
  52. <div class="v1" style="border: 0px;">
  53. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  54. </div>
  55. <div class="v1" style="border: 0px;">
  56. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  57. </div>
  58. <div class="v1" style="border: 0px;">
  59. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  60. </div>
  61. <div class="v1" style="border: 0px;">
  62. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  63. </div>
  64. <div class="v1" style="border: 0px;">
  65. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  66. </div>
  67. <div class="v1" style="border: 0px;">
  68. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  69. </div>
  70. <div class="v1" style="border: 0px;">
  71. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  72. </div>
  73. <div class="v1" style="border: 0px;">
  74. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  75. </div>
  76. <div class="v1" style="border: 0px;">
  77. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  78. </div>
  79. <div class="v1" style="border: 0px;">
  80. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  81. </div>
  82. <div class="v1" style="border: 0px;">
  83. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  84. </div>
  85. <div class="v1" style="border: 0px;">
  86. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  87. </div>
  88. <div class="v1" style="border: 0px;">
  89. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  90. </div>
  91. <div class="v1" style="border: 0px;">
  92. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  93. </div>
  94. <div class="v1" style="border: 0px;">
  95. <iframe src="https://stlab.gxqrjf.com:20443/liveplayer/" allowfullscreen="true" style="width: 100%;"></iframe>
  96. </div>
  97. </div>
  98. </div>
  99. <script src="js/vue.min.js"></script>
  100. <script src="js/echarts.min.js"></script>
  101. <script src="js/jquery.min.js"></script>
  102. <script src="js/wordcloud2.js"></script>
  103. <script>
  104. let vm = new Vue({
  105. el: "#app",
  106. data: {
  107. item: {},
  108. now: 0
  109. },
  110. mounted() {},
  111. methods: {
  112. }
  113. })
  114. </script>
  115. </body>
  116. </html>