8.11. Foundation panel

发布时间 :2025-10-25 12:24:35 UTC      

The Foundation panel is a gray border with modules with inner margins. Can be used .panel Class to create:

8.11.1. Example

<div class="panel">
  <h3>标题</h3>
  <p>文本内容..</p>
</div>

尝试一下 »

Panel color

Use .callout Class to change the panel color to light blue:

8.11.2. Example

<div class="panel callout">
  <h3>标题</h3>
  <p>文本内容..</p>
</div>

尝试一下 »

Fillet panel

Use .radius Class sets the panel to fillet:

8.11.3. Example

<div class="panel radius">
  <h3>标题</h3>
  <p>文本内容..</p>
</div>

尝试一下 »

Custom panel

You can customize the panel using CSS. In the following example, we use the panel as a card:

8.11.4. Example

<style>
.panel {
    padding: 0;
    border: none;
    width: 50%;
}
div.container {
    text-align: center;
    padding: 15px;
    margin-top: 20px;
}
img {
    width: 100%;
}
</style>
<div class="panel">
  <img
src="http://www.runoob.com/wp-content/uploads/2015/11/20121204024112919.jpg"
alt="Cinque Terre">
  <div class="container">
    <h4>长城</h4>
    <p>不到长城非好汉!!!</p>
  </div>
</div>

尝试一下 »

Principles, Technologies, and Methods of Geographic Information Systems  102

In recent years, Geographic Information Systems (GIS) have undergone rapid development in both theoretical and practical dimensions. GIS has been widely applied for modeling and decision-making support across various fields such as urban management, regional planning, and environmental remediation, establishing geographic information as a vital component of the information era. The introduction of the “Digital Earth” concept has further accelerated the advancement of GIS, which serves as its technical foundation. Concurrently, scholars have been dedicated to theoretical research in areas like spatial cognition, spatial data uncertainty, and the formalization of spatial relationships. This reflects the dual nature of GIS as both an applied technology and an academic discipline, with the two aspects forming a mutually reinforcing cycle of progress.