zhitong.yu
2025-02-14 c4cce49f5e6fd1f74b9962cd86dd201694c3765e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<%--
  Created by IntelliJ IDEA.
  User: Dell
  Date: 2023/11/13
  Time: 15:15
  To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
 
<html>
<head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0,minimum-scale=1.0,maximum-scale=1.0" />
    <meta name="apple-touch-fullscreen" content="yes" />
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black" />
    <meta name="format-detection" content="telephone=no" />
    <meta name="x5-fullscreen" content="true" />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
    <link rel="stylesheet" href="../Home/HomeCss/Home.css"/>
    <link rel="stylesheet" href="../CSS/layui1.css"/>
    <link rel="stylesheet" href="js/demo.css"/>
    <link rel="stylesheet" href="../Home/HomeCss/Time.css/">
    <link rel="stylesheet" type="text/css" href="css/HomeMap.css">
    <script type="text/javascript" src="/hxzkuwb/Home/demo/lib/include-lib.js" libpath="/hxzkuwb/Home/demo/lib/" include="jquery,layer,toastr,font-awesome,layer,haoutil,mars3d,mars3d-space"></script>
    <link href="/hxzkuwb/Home/demo/css/style.css" rel="stylesheet"/>
    <script>
    </script>
    <script>
       </script>
    <style>
 
        .active-video-border {
            border: 2px salmon solid;
        }
        #video-contianer {
            position: relative;
            width: 600px;
            height: 400px;
        }
        #video {
            width: 100%;
            height: 100%;
        }
        #mask {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }
        /*.layui-table-click {*/
        /*    background-color: #10DB3E !important;*/
        /*    color: black; !*设置文字颜色为白色*!*/
        /*}*/
        .notify-msg-content{
            color: black;
            font-family: "阿里巴巴普惠体 R";
        }
        element.style {
            width: 0px;
            height: 0px;
        }
    </style>
</head>
<body style="overflow-y: scroll">
<div style="width: 100%;height: 100%;overflow: hidden;" id="mars3dContainer" class="mars3d-container"></div>
</body>
<script src="/hxzkuwb/Home/js/common.js"></script>
<script src="js/Map.js"></script>
<script src="js/HomeMars3d.js"></script>
<script src="js/3DMoXing.js"></script>
<script src="js/MarsHomeSet.js"></script>
<script src="../HouTai/Js/jquery-3.5.1.js"></script>
</html>