摘要: window.onload = function(){ var xx = document.documentElement.clientHeight; // 470为要垂直居中的div的高度 he = (xx-470)/2; ... 阅读全文
posted @ 2015-04-10 21:27 最是优雅少年时 阅读(1945) 评论(0) 推荐(0) 编辑