bootstrap(4)

表单

bootstrap(4)_第1张图片
Paste_Image.png
  • form-group : 表单组样式:将

  • form-control : 表单元素样式,常用于

总结

  • input(text, file),textarea

bootstrap(4)_第2张图片
Paste_Image.png
 div.container > 
      form.horizontal >  
        div.form-group > 
            label.col-md-2.control-label +
            div.col-md-10 > 
              input.form-control
  • 单选框(radio的name必须要一致才可以)和复选框(默认选中:checked)

排版中,单选框和复选框都要套在

bootstrap(4)_第3张图片
Paste_Image.png

你可能感兴趣的:(bootstrap(4))