bootstrap 框架里 固定居中问题

运用了bootstrap 框架 ,在栅格系统中占列数小于12,且需要居中显示并固定悬浮在最下方的div(设为divnei) ,可以在其外层嵌套一个div(设为divwai) ,可以设置divwai 为:{width:100%; position:fixed; left:0; bottom:0;text-align:center; } 

设置divnei 为display:inline-block;

原文地址:https://www.cnblogs.com/ruoshui-llj/p/4971533.html