master
2022-03-21 1292f810644e422357734d1616761eb920903f45
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html class="no-js css-menubar" lang="zh-cn">
<head>
    <title>上海电信</title>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui" />
    <!-- 360浏览器默认使用Webkit内核 -->
    <meta name="renderer" content="webkit" />
 
 
    <!--第三方lib-->
    <script
      type="text/javascript"
      src="lib/include-lib.js?time=20210329"
      libpath="lib/"
      include="jquery,jquery.range,bootstrap,bootstrap-checkbox,font-awesome,web-icons,layer,haoutil,nprogress,toastr,admui,turf,echarts-liquidfill,mars3d,mars3d-widget,mars3d-esri"
    ></script>
    <!-- <script src="js/FloorGraphic.js"></script> -->
    <script type="text/javascript" src="js/jquery_cookie.js"></script>
    <link href="css/style.css?time=20210329" rel="stylesheet" />
    <link href="css/divGraphic.css" rel="stylesheet" />
    <link rel="stylesheet" href="./css/bootstrap-datetimepicker.min.css" />
    
    <style type="text/css">
        .btn_box{
            width: 705px;
            /* height: 130px; */
            position: absolute;
            z-index: 100;
            background-color: rgba(62, 106, 200, 0.4);
            left: 150px;
            bottom: 40px;
        }
        .btn_box>button{
            width: 50px;
            height: 30px;
            background-color: rgba(54, 149, 231, 0.2);
            border-radius: 5px;
            color: #ffffff;
        }
        .msg_btn{
            background-color: #6991ff;
        }
        .red{
            color: red!important;
        }
        #data_yn{
            width: 80px;
            height: 80px;
            background-color: rgba(54, 149, 231, 0.2);
            position: absolute;
            left: 20px;
            bottom: 30px;
            font-size: 12px;
            border-radius: 50%;
            text-align: center;
        }
        #data_yn p{
            height: 80px;
            line-height: 80px;
            
        }
    </style>
 
  </head>
  
  <body class="dark">
   <div id="centerDiv">
      <div id="mars3dContainer" class="mars3d-container"></div>
    </div>
    <div class="HN_btn">
        <button type="button" class="show_hn">显示</button>
    </div>
    <div id="data_yn">
    </div>
    <div id="color_boxs" style="position: absolute;bottom: 100px; left: 200px;display: none;">
        <div id="colorpanel">
          </div>
          <table width=217 border="1" cellspacing="0" cellpadding="0" style="border:1px #000000 solid;border-bottom:none;border-collapse: collapse" bordercolor="000000">
          </table>
    </div>
    <div class="btn_box" id="building_btn">
        <button class="hide_">整体</button>
        <button class="merge">合并</button>
        <button class="open2">展开</button>
        <button class="change">切换</button>
    </div>
 
    <!--业务代码-->
 
    <script type="text/javascript">
        
            function doOut() {
              if (current!=null) current.style.backgroundColor = current._background;
            }
    </script>
    <!-- <script src="js/change_params.js" type="text/javascript" charset="utf-8"></script> -->
      <!-- <script src="js/functions.js"></script> -->
      <!-- <script src="js/function2.js"></script> -->
       <!-- <script src="js/function3.js"></script> -->
       <script src="js/new_functions.js"></script>
      <!-- <script src="js/ruijin.js"></script> -->
      <script src="js/index.js?time=20210329"></script>
      <script charset="UTF-8" src="./js/datatime/bootstrap/js/bootstrap-datetimepicker.zh-CN.js" type="text/javascript"></script>
      <script charset="UTF-8" src="./js/datatime/bootstrap/js/bootstrap-datetimepicker.js" type="text/javascript"></script>
  </body>
</html>