类名”
pure-form-aligned”
用于与<
form>
元素以及纯格式一起创建对齐表单。在这种类型的表单中, 标签与表单输入控件相对应, 但是在较小的屏幕上会还原为堆叠的表单。
例子
<
!DOCTYPE html>
<
html>
<
link rel="stylesheet"
href="https://unpkg.com/purecss@1.0.0/build/pure-min.css"
integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w"
crossorigin="anonymous">
<
form class="pure-form pure-form-aligned">
<
fieldset>
<
div class="pure-control-group">
<
label for="name">
Username<
/label>
<
input id="name" type="text" placeholder="Username">
<
span class="pure-form-message-inline">
This is a required field.<
/span>
<
/div>
<
div class="pure-control-group">
<
label for="password">
Password<
/label>
<
input id="password" type="password" placeholder="Password">
<
/div>
<
div class="pure-control-group">
<
label for="email">
Email Address<
/label>
<
input id="email" type="email" placeholder="Email Address">
<
/div>
<
div class="pure-control-group">
<
label for="foo">
Supercalifragilistic Label<
/label>
<
input id="foo" type="text" placeholder="Enter something here...">
<
/div>
<
div class="pure-controls">
<
label for="cb" class="pure-checkbox">
<
input id="cb" type="checkbox">
I've read the terms and conditions
<
/label>
<
button type="submit" class="pure-button pure-button-primary">
Submit<
/button>
<
/div>
<
/fieldset>
<
/form>
<
/html>
立即测试
【Pure.CSS对齐表单】输出
文章图片
推荐阅读
- Primefaces教程介绍
- PrimeFaces提示工具组件用法
- PrimeFaces TabView组件用法
- 笔记本触摸板,图文详细说明怎样运用
- cf截图在啥地方个文件夹,图文详细说明cf截图保存在啥地方里
- WIN764位激活工具,图文详细说明激活工具怎样激活win7 64位
- 扫描仪安装,图文详细说明win7系统扫描仪安装办法
- 打印机共享不了,图文详细说明打印机共享不了怎样办
- 网络打印机脱机,图文详细说明网络打印机脱机无法打印怎样办