已采納回答 / purple_yao
可以在bootstrap.js文件900行后面添加如下代碼,便可以實現(xiàn)垂直居中。that.$element.children().eq(0).css("position", "absolute").css({????????? "margin":"0px",????????? "top": function () {????????????? return (that.$element.height() - that.$element.children().eq(0).height()-40) / 2 +...
2014-10-31