CliveNi
2024-04-07 3d812b10e9332b7d0d4619a87c8d8ac5afb878c8
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <title>Bootstrap Documentation</title>
 
  <link rel="stylesheet" href="../css/bootstrap.min.css">
  <link rel="stylesheet" href="../css/prism.min.css" />
  <!-- <link rel="stylesheet" href="/./css/" /> -->
 
 
 
  
  <script src="../js/prism.js"></script>
  <script src="../js/jquery.min.js"></script>
  <script src="../assets/js/vendor/popper.min.js"></script>
  <script src="../dist/js/bootstrap.min.js"></script>
  <style>
    /* 导航栏 */
    #thisnavbar {
      background-color: #24262b;
    }
    .active {
      background-color: transparent !important;
    }
    .dropdown-menu {
      background-color: transparent !important;
    }
    .dropdown-item {
      background-color: #24262b !important;
      color: #ffffff !important;
      
    } 
    .dropdown-toggle {
      background-color: transparent !important;
      color: #ffffff !important;
    } 
    .nav-link {
      color: #ffffff !important;
    }
    .logoimg {
      margin-bottom: 0.4rem;
      margin-right: 0.4rem;
    }
    .nav-item {
      margin-right: 4rem;
 
    }
    /* 导航栏 */
 
 
 
      .sticky-sidebar {
        border: none;
      }
 
      .list-group-item {
        border: none;
      }
      .Copyright {
        background-color:#1A2236;
      }
      .code-wrapper {
        position: relative;
      }
      .copy-button {
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 5px;
        background-color: #f4f4f4;
        border: none;
        border-radius: 3px;
        cursor: pointer;
      }
 
      #maincontent {
        margin-left: 20px;
      }
 
      #contentlist {
        margin-left: 55px;
        list-style-type: none;
        text-align: left;
        border:none;
      }
 
      .btn-group-vertical {
        background-color:lightslategrey;
        list-style-type: none;
        border:none;
        width: 100%;
      }
 
      .dropdown-menu {
        background-color:lightslategrey;
        left: 32px;
      }
 
      .dropdown-item1 {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #ffffff;
        text-align: inherit;
        white-space: nowrap;
        background-color:lightslategrey;
        border: 0;
        /* list-style-type: none; */
      }
 
  </style>
</head>
<body>
 
  <header>
    <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark" id="thisnavbar">
      <ul class="nav nav-pills">
 
        <li class="nav-item onhoverblue">
          <img src="..\assets\img\logo.png" fit="cover" class="logoimg"/>
          <a class="navbar-brand" href="Home.html">SmartEarth Web平台</a>
        </li>
        <li class="nav-item">
          <a class="nav-link active" href="Home.html">首页</a>
        </li>
        <li class="nav-item dropdown">
          <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">产品</a>
          <div class="dropdown-menu">
            <a class="dropdown-item" href="WebGIS.html" target="_blank">Web GIS</a>
            <a class="dropdown-item" href="https://cim.smartearth.cn/#/index" target="_blank">CIM引擎平台</a>
            <a class="dropdown-item" href="PW.html" target="_blank">Parallel World</a>
          </div>
        </li>
 
        <!-- <li class="nav-item dropdown">
          <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">开发者</a>
          <div class="dropdown-menu">
            <a class="dropdown-item" href="https://websdk.smartearth.cn/api.html" target="_blank">API接口</a>
            <a class="dropdown-item" href="http://183.162.245.49:82/sdkdemo_2022/#/" target="_blank">Web GIS在线示例</a>
          </div>
        </li> -->
        <li class="nav-item">
          <a class="nav-link" href="https://www.terra-it.cn/contact.php" target="_blank">联系我们</a>
        </li>
      </ul>
    </nav>
  </header>
 
 
 
  <!-- Page content -->
  <div class="container-fluid" style="margin-top: 5rem;">
 
    
    <div class="row">
      <div class="col-sm-2" id="contentlist" style="text-align: left;">
        <!-- Sidebar -->
        <div class="list-group sticky-sidebar" style="height: 1000px; overflow-y: auto;">
        <!-- 搜索框 -->
          <input type="text" id="searchInput" onkeyup="searchSidebar()" placeholder="Search...">
          <div class="btn-group-vertical" role="group" aria-label="Button group with nested dropdown">
          
            <div class="btn-group" role="group">
              <button id="btnGroupDrop1" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                Dropdown
              </button>
              <div class="dropdown-menu" aria-labelledby="btnGroupDrop1">
                <a class="dropdown-item1" href="#">Dropdown link</a>
                <a class="dropdown-item1" href="#">Dropdown link</a>
              </div>
            </div>
 
            <div class="btn-group" role="group">
              <button id="btnGroupDrop1" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                Dropdown
              </button>
              <div class="dropdown-menu" aria-labelledby="btnGroupDrop1">
                <a class="dropdown-item1" href="#">Dropdown link</a>
                <a class="dropdown-item1" href="#">Dropdown link</a>
              </div>
            </div>
 
            <div class="btn-group" role="group">
              <button id="btnGroupDrop1" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                Dropdown
              </button>
              <div class="dropdown-menu" aria-labelledby="btnGroupDrop1">
                <a class="dropdown-item1" href="#">Dropdown link</a>
                <a class="dropdown-item1" href="#">Dropdown link</a>
              </div>
            </div>
 
            <div class="btn-group" role="group">
              <button id="btnGroupDrop1" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                Dropdown
              </button>
              <div class="dropdown-menu" aria-labelledby="btnGroupDrop1">
                <a class="dropdown-item1" href="#">Dropdown link</a>
                <a class="dropdown-item1" href="#">Dropdown link</a>
              </div>
            </div>
 
            <div class="btn-group" role="group">
              <button id="btnGroupDrop1" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                Dropdown
              </button>
              <div class="dropdown-menu" aria-labelledby="btnGroupDrop1">
                <a class="dropdown-item1" href="#">Dropdown link</a>
                <a class="dropdown-item1" href="#">Dropdown link</a>
              </div>
            </div>
 
            <div class="btn-group" role="group">
              <button id="btnGroupDrop1" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                Dropdown
              </button>
              <div class="dropdown-menu" aria-labelledby="btnGroupDrop1">
                <a class="dropdown-item1" href="#">Dropdown link</a>
                <a class="dropdown-item1" href="#">Dropdown link</a>
              </div>
            </div>
 
            <div class="btn-group" role="group">
              <button id="btnGroupDrop1" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                Dropdown
              </button>
              <div class="dropdown-menu" aria-labelledby="btnGroupDrop1">
                <a class="dropdown-item1" href="#">Dropdown link</a>
                <a class="dropdown-item1" href="#">Dropdown link</a>
              </div>
            </div>
 
            <div class="btn-group" role="group">
              <button id="btnGroupDrop1" type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                Dropdown
              </button>
              <div class="dropdown-menu" aria-labelledby="btnGroupDrop1">
                <a class="dropdown-item1" href="#">Dropdown link</a>
                <a class="dropdown-item1" href="#">Dropdown link</a>
              </div>
            </div>
          </div>
        </div>
      </div>
 
 
      <div class="col-lg-9" id="maincontent">
                  <h1 class="bd-title" id="content">Introduction</h1>
                  <p class="bd-lead">Get started with Bootstrap, the world’s most popular framework for building responsive, mobile-first sites, with jsDelivr and a template starter page.</p>
                  <script async src="https://cdn.carbonads.com/carbon.js?serve=CKYIKKJL&placement=getbootstrapcom" id="_carbonads_js"></script>
 
                  <h2 id="quick-start">Quick start</h2>
 
                  <p>Looking to quickly add Bootstrap to your project? Use jsDelivr, provided for free by the folks at jsDelivr. Using a package manager or need to download the source files? <a href="/getting-started/download/">Head to the downloads page.</a></p>
 
                  <h3 id="css">CSS</h3>
 
                  <p>Copy-paste the stylesheet <code class="highlighter-rouge">&lt;link&gt;</code> into your <code class="highlighter-rouge">&lt;head&gt;</code> before all other stylesheets to load our CSS.</p>
 
                  <div class="code-wrapper">
                    <button class="copy-button">Copy</button>
                      <pre><code class="language-javascript">
                        function greet() {
                          console.log("Hello, world!");
                        }
                        </code></pre>
                  </div>
 
                  <h3 id="js">JS</h3>
 
                  <p>Many of our components require the use of JavaScript to function. Specifically, they require <a href="https://jquery.com">jQuery</a>, <a href="https://popper.js.org/">Popper.js</a>, and our own JavaScript plugins. Place the following <code class="highlighter-rouge">&lt;script&gt;</code>s near the end of your pages, right before the closing <code class="highlighter-rouge">&lt;/body&gt;</code> tag, to enable them. jQuery must come first, then Popper.js, and then our JavaScript plugins.</p>
 
                  <p>We use <a href="https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/">jQuery’s slim build</a>, but the full version is also supported.</p>
 
                  <div class="code-wrapper">
                    <button class="copy-button">Copy</button>
                      <pre><code class="language-javascript">
                        function greet() {
                          console.log("Hello, world!");
                        }
                        </code></pre>
                  </div>
 
                  <p>Curious which components explicitly require jQuery, our JS, and Popper.js? Click the show components link below. If you’re at all unsure about the general page structure, keep reading for an example page template.</p>
                  <img src="../background/1111.png" class="img-fluid rounded mx-auto d-block" alt="Responsive image" style="text-align: center !important;">
                  <details>
                  <summary class="text-primary mb-3">Show components requiring JavaScript</summary>
 
                  <ul>
                    <li>Alerts for dismissing</li>
                    <li>Buttons for toggling states and checkbox/radio functionality</li>
                    <li>Carousel for all slide behaviors, controls, and indicators</li>
                    <li>Collapse for toggling visibility of content</li>
                    <li>Dropdowns for displaying and positioning (also requires <a href="https://popper.js.org/">Popper.js</a>)</li>
                    <li>Modals for displaying, positioning, and scroll behavior</li>
                    <li>Navbar for extending our Collapse plugin to implement responsive behavior</li>
                    <li>Tooltips and popovers for displaying and positioning (also requires <a href="https://popper.js.org/">Popper.js</a>)</li>
                    <li>Scrollspy for scroll behavior and navigation updates</li>
                  </ul>
 
                  </details>
 
                  <h2 id="starter-template">Starter template</h2>
 
                  <p>Be sure to have your pages set up with the latest design and development standards. That means using an HTML5 doctype and including a viewport meta tag for proper responsive behaviors. Put it all together and your pages should look like this:</p>
 
                  <div class="code-wrapper">
                    <button class="copy-button">Copy</button>
                      <pre><code class="language-javascript">
                        function greet() {
                          console.log("Hello, world!");
                        }
                        </code></pre>
                  </div>
 
 
 
                  <p>That’s all you need for overall page requirements. Visit the <a href="/layout/overview/">Layout docs</a> or <a href="/examples/">our official examples</a> to start laying out your site’s content and components.</p>
 
                  <h2 id="important-globals">Important globals</h2>
 
                  <p>Bootstrap employs a handful of important global styles and settings that you’ll need to be aware of when using it, all of which are almost exclusively geared towards the <em>normalization</em> of cross browser styles. Let’s dive in.</p>
 
                  <h3 id="html5-doctype">HTML5 doctype</h3>
 
                  <p>Bootstrap requires the use of the HTML5 doctype. Without it, you’ll see some funky incomplete styling, but including it shouldn’t cause any considerable hiccups.</p>
 
                  <div class="code-wrapper">
                    <button class="copy-button">Copy</button>
                      <pre><code class="language-javascript">
                        function greet() {
                          console.log("Hello, world!");
                        }
                        </code></pre>
                  </div>
 
                  <h3 id="responsive-meta-tag">Responsive meta tag</h3>
 
                  <p>Bootstrap is developed <em>mobile first</em>, a strategy in which we optimize code for mobile devices first and then scale up components as necessary using CSS media queries. To ensure proper rendering and touch zooming for all devices, <strong>add the responsive viewport meta tag</strong> to your <code class="highlighter-rouge">&lt;head&gt;</code>.</p>
                  <div class="code-wrapper">
                    <button class="copy-button">Copy</button>
                      <pre><code class="language-javascript">
                        function greet() {
                          console.log("Hello, world!");
                        }
                        </code></pre>
                  </div>
 
 
                  <p>With the above snippet, nested elements—including generated content via <code class="highlighter-rouge">::before</code> and <code class="highlighter-rouge">::after</code>—will all inherit the specified <code class="highlighter-rouge">box-sizing</code> for that <code class="highlighter-rouge">.selector-for-some-widget</code>.</p>
 
                  <p>Learn more about <a href="https://css-tricks.com/box-sizing/">box model and sizing at CSS Tricks</a>.</p>
 
                  <h3 id="reboot">Reboot</h3>
 
                  <p>For improved cross-browser rendering, we use <a href="/content/reboot/">Reboot</a> to correct inconsistencies across browsers and devices while providing slightly more opinionated resets to common HTML elements.</p>
 
                  <h2 id="community">Community</h2>
 
                  <p>Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources.</p>
 
                  <ul>
                    <li>Follow <a href="https://twitter.com/getbootstrap">@getbootstrap on Twitter</a>.</li>
                    <li>Read and subscribe to <a href="https://blog.getbootstrap.com/">The Official Bootstrap Blog</a>.</li>
                    <li>Chat with fellow Bootstrappers in IRC. On the <code class="highlighter-rouge">irc.freenode.net</code> server, in the <code class="highlighter-rouge">##bootstrap</code> channel.</li>
                    <li>Implementation help may be found at Stack Overflow (tagged <a href="https://stackoverflow.com/questions/tagged/bootstrap-4"><code class="highlighter-rouge">bootstrap-4</code></a>).</li>
                    <li>Developers should use the keyword <code class="highlighter-rouge">bootstrap</code> on packages which modify or add to the functionality of Bootstrap when distributing through <a href="https://www.npmjs.com/search?q=keywords:bootstrap">npm</a> or similar delivery mechanisms for maximum discoverability.</li>
                  </ul>
 
                  <p>You can also follow <a href="https://twitter.com/getbootstrap">@getbootstrap on Twitter</a> for the latest gossip and awesome music videos.</p>
      </div>
    </div>
  </div>
 
  <script>
    // 搜索框
    function searchSidebar() {
      var input = document.getElementById("searchInput");
      var filter = input.value.toUpperCase();
      var listGroup = document.querySelector(".sticky-sidebar");
      var listItems = listGroup.querySelectorAll(".list-group-item");
 
      listItems.forEach(function(item) {
        var text = item.innerText.toUpperCase();
        if (text.includes(filter)) {
          item.style.display = "block"; // 显示匹配的项目
        } else {
          item.style.display = "none"; // 隐藏不匹配的项目
        }
      });
    }
 
 
    //在标签中镶嵌其它html页面
    function loadContent(url) {
      $.ajax({
        url: url,
        success: function(data) {
          $('#maincontent').html(data);
        },
        error: function() {
          alert('Error loading content');
        }
      });
    }
  </script>
    <div class="Copyright" style="width: 100%; text-align: center; margin-top:0rem; position: absolute; background-color: #000000 !important;">
      <p style="color: aliceblue !important; padding: 10px 0; margin: 0;">
      Copyright © 2004-2022泰瑞数创科技(北京)股份有限公司版权所有&nbsp;&nbsp;|&nbsp;&nbsp;京公网安备11010802036351号&nbsp;&nbsp;|&nbsp;&nbsp;京ICP备09046777号
      </p>
    </div>
</body>