bootstrap怎么设置行高

互联网 19-7-27

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怎么设置行高的详细内容,更多内容请关注技术你好其它相关文章!

来源链接:
免责声明:
1.资讯内容不构成投资建议,投资者应独立决策并自行承担风险
2.本文版权归属原作所有,仅代表作者本人观点,不代表本站的观点或立场
标签: bootstrap
上一篇:php获取远程图片并下载保存到本地的方法分析 下一篇:bootstrap怎么添加背景图片

相关资讯