02-bootstrap

.一

1.img-responsive  
    通过添加 img-responsive class 可以让 Bootstrap 3 中的图像对响应式布局的支持更友好    
    如果需要让使用了 .img-responsive 类的图片水平居中,请使用 .center-block 类,不要用 .text-center    

    例:<img src="..." class="img-responsive" alt="响应式图像">      

2.Bootstrap 提供了一套响应式、移动设备优先的流式网格系统,随着屏幕或视口(viewport)尺寸的增加,   
  系统会自动分为最多12列                           

Last updated

Was this helpful?