bootstrap怎么设置行高
来源:动视网
责编:小采
时间:2020-11-27 15:01:18
bootstrap怎么设置行高
bootstrap怎么设置行高:bootstrap中设置行高:只需将row-same-height类添加到对应的div中,< div class =row row-same-height>< / div>在类中就可以设置高度:.row- same-height { overflow:hidden; } .row-same-heig
导读bootstrap怎么设置行高:bootstrap中设置行高:只需将row-same-height类添加到对应的div中,< div class =row row-same-height>< / div>在类中就可以设置高度:.row- same-height { overflow:hidden; } .row-same-heig

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怎么设置行高
bootstrap怎么设置行高:bootstrap中设置行高:只需将row-same-height类添加到对应的div中,< div class =row row-same-height>< / div>在类中就可以设置高度:.row- same-height { overflow:hidden; } .row-same-heig