当前位置 : 主页 > 手机开发 > 其它 >

bootstrap怎么设置行高

来源:互联网 收集:自由互联 发布时间:2021-08-19
bootstrap中设置行高: 只需将row-same-height类添加到对应的div中, div class =“row row-same-height” / div 在类中就可以设置高度: .row- same-height { overflow:hidden; } .row-same-height div { margin-bottom:

bootstrap中设置行高:

只需将row-same-height类添加到对应的div中,

< div class =“row row-same-height”>< / div>

在类中就可以设置高度:

.row- same-height {
 overflow:hidden; 
} 
 
 .row-same-height> div {
 margin-bottom:-2000px!important; 
 padding-bottom:2000px!important; 
}

推荐:bootstrap入门教程

以上就是bootstrap怎么设置行高的详细内容,更多请关注自由互联其它相关文章!

网友评论