Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

表单使用2

知识点

  • form-inline(横向表单)
  • form-horizontal(纵向两列表单)
  • sr-only(屏幕阅读器,增加字段的可访问性)
  • 纵向两列表单的宽度设置
    col-sm-*, col-sm-offset-*
  • 表单支持的控件(HTML5)
    text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, color

官方文档

源代码