使用网格的列来设置输入框的大小,如 .large-6 , .medium-6 , 等。
For more knowledge of grid systems, please click 网格系统 Tutorials. The following shows an example of an equal size column: If you want your tag content to be displayed on the left (not above), you can place the tag element label on a different column on the left side of the input box and use the You can do it in the Can be used
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. 8.24.1. Example ¶
<form>
<div class="row">
<div class="large-10 medium-7 columns">
<label>large-10 medium-7 (100% on small)
<input type="text" placeholder="Name">
label>
div>
div>
<div class="row">
<div class="small-5 columns">
<label>small-5
<input type="text" placeholder="Name">
label>
div>
div>
<div class="row">
<div class="medium-3 columns">
<label>medium-3 (100% on small)
<input type="text" placeholder="Name">
label>
div>
div>
form>
Equal size column ¶
8.24.2. Example ¶
<form>
<div class="row">
<div class="medium-4 columns">
<label>medium-4 (100% on small, stacked)
<input type="text" placeholder="Name">
label>
div>
<div class="medium-4 columns">
<label>medium-4 (100% on small, stacked)
<input type="text" placeholder="Name">
label>
div>
<div class="medium-4 columns">
<label>medium-4 (100% on small, stacked)
<input type="text" placeholder="Name">
label>
div>
div>
form>
Inline label ¶
.inline Class to set vertical centering 8.24.3. Example ¶
<form>
<div class="row">
<div class="small-8">
<div class="row">
<div class="small-3 columns">
<label for="name" class="inline right">Namelabel>
div>
<div class="small-9 columns">
<input type="text" id="name" placeholder="First Name..">
div>
div>
div>
div>
form>
Front and back label ¶
8.24.4. Example ¶
<form>
<div class="row">
<div class="large-6 columns">
<div class="row collapse prefix-radius">
<div class="small-3 columns">
<span class="prefix">Prefixspan>
div>
<div class="small-9 columns">
<input type="text" placeholder="Value">
div>
div>
div>
<div class="large-6 columns">
<div class="row collapse postfix-radius">
<div class="small-9 columns">
<input type="text" placeholder="Value">
div>
<div class="small-3 columns">
<span class="postfix">Postfixspan>
div>
div>
div>
div>
form>
Front and rear label buttons ¶
Element addition .button Class to set the front and rear buttons: 8.24.5. Example ¶
<a href="#" class="postfix button">Goa>
Front and rear label fillet buttons ¶
8.24.6. Example ¶
<form>
<div class="row">
<div class="large-6 columns">
<div class="row collapse prefix-radius">
<div class="small-3 columns">
<span class="prefix">Prefixspan>
div>
<div class="small-9 columns">
<input type="text" placeholder="Value">
div>
div>
div>
<div class="large-6 columns">
<div class="row collapse postfix-radius">
<div class="small-9 columns">
<input type="text" placeholder="Value">
div>
<div class="small-3 columns">
<span class="postfix">Postfixspan>
div>
div>
div>
div>
<div class="row">
<div class="large-6 columns">
<div class="row collapse prefix-round">
<div class="small-3 columns">
<a href="#" class="button prefix">Goa>
div>
<div class="small-9 columns">
<input type="text" placeholder="Value">
div>
div>
div>
<div class="large-6 columns">
<div class="row collapse postfix-round">
<div class="small-9 columns">
<input type="text" placeholder="Value">
div>
<div class="small-3 columns">
<a href="#" class="button postfix">Goa>
div>
div>
div>
div>
form>
Principles, Technologies, and Methods of Geographic Information Systems
102