bootstrap button按钮长度

默认情况下button的长度是自动的,如果你想设置跟父容器等宽的话,可以加一个btn-block

与父容器等宽
  To use the full width of the container within which the button is residing, Bootstrap 3 offers block button option.
  使用按钮的block样式,让其与父容器等宽
  1160x178
 
 

         

 


效果图

bootstrap button按钮长度_第1张图片

你可能感兴趣的:(HTML/CSS)