bootstrap中如何设置行高

今天就跟大家聊聊有关bootstrap中如何设置行高,可能很多人都不太了解,为了让大家更加了解,小编给大家总结了以下内容,希望大家根据这篇文章可以有所收获。

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中如何设置行高有进一步的了解吗?如果还想了解更多知识或者相关内容,请关注行业资讯频道,感谢大家的支持。