PHP前端开发

bootstrap怎么设置行高

百变鹏仔 1个月前 (11-14) #bootstrap
文章标签 bootstrap

bootstrap中设置行高:

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

在类中就可以设置高度:

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

推荐:bootstrap入门教程