Heim >Web-Frontend >HTML-Tutorial >Bootstrap表单和列表详解_html/css_WEB-ITnose

Bootstrap表单和列表详解_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 08:51:431462Durchsuche

分类:WEB前端时间: 2015年1月7日

Bootstrap提供了对表单布局和列表的支持。垂直表单(默认)、内联表单、水平表单,如果您不想显示有着重号的列表,您可以使用class. list-unstyled来移除样式。您也可以通过使用class. list-inline把所有的列表项放在同一行中,可以使用class. dl-horizontal把

行中的属于与描述并排显示。

Bootstrap表单

1、如果需要创建一个表单,它的所有元素是内联的,向左对齐的,标签是并排的,请向

标签添加 class . form-inline。

2、默认情况下,Bootstrap中的 input、select 和 textarea 有 100% 宽度。在使用内联表单时,您需要在表单控件上设置一个宽度。

3、使用 class . sr-only,您可以隐藏内联表单的标签。

4、水平表单与其他表单不仅标记的数量上不同,而且表单的呈现形式也不同。如需创建一个水平布局的表单,向父

元素添加 class . form-horizontal,把标签和控件放在一个带有 class. form-group的
中,向标签添加 class. control-label的
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn