8.18. Foundation price list

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

The price list can be used to display enterprise products:

8.18.1. Example

<ul class="pricing-table">
  <li class="title">Basic</li>
  <li class="price">$19.99</li>
  <li class="description">Great for small business</li>
  <li class="bullet-item">24/7 Support</li>
  <li class="bullet-item">15GB Storage</li>
  <li class="bullet-item">1GB Bandwidth</li>
  <li class="cta-button"><a class="button" href="#">Buy</a></li>
</ul>

尝试一下 »

Case analysis

  • ul.pricing-table -define the price list

  • li.title -define the product title (black background)

  • li.price -define the price (large item in gray background font)

  • li.description -define product description (if required)

  • li.bullet-item -define product characteristics

  • li.ca-button -Button text (e.g. “Buy”, “Join”, “Sign Up”, etc.)

注意: The table fills the width of the container 100%, and all items have borders and are centered.

Price list grid

The following example shows the prices of three enterprise products (the three are equally divided into widths):

8.18.2. Example

<div class="row">
  <div class="medium-4 columns">
    <ul class="pricing-table">
      <li class="title">Basic</li>
      ...
    </ul>
  </div>
  <div class="medium-4 columns">
    <ul class="pricing-table">
      <li class="title">Pro</li>
      ...
    </ul>
  </div>
  <div class="medium-4 columns">
    <ul class="pricing-table">
      <li class="title">Premium</li>
      ...
    </ul>
  </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.