中文
|
English
泽坤首页
关于我们
泽坤服务
网络覆盖
泽坤团队
联系我们
联系我们
联系我们
北京市顺义区顺平路566号ACLP航港国际大厦E602-E607室
电话:010-64568866 传真:010-64566905
标题:
姓名:
电话:
邮箱:
留言:
技巧网
版权所有:北京泽坤国际货运代理有限公司
地址:北京市顺义区顺平路566号ACLP航港国际大厦E602-E607室
邮编:101300
电话:(+86)10-64568866
技术支持:
function calcDistance() { var topHeight = document.getElementById("form1").scrollHeight; var bottomHeight = document.getElementById("bottom").scrollHeight; var topWidth = document.getElementById("form1").scrollWidth; var bottomWidth = document.getElementById("bottom").scrollWidth; var allHeight = document.documentElement.clientHeight; var bottom = document.getElementById("bottom"); if (topHeight < allHeight) { bottom.style.position = "absolute"; bottom.style.bottom = "0px"; bottom.style.left = (topWidth - bottomWidth) / 2 + "px"; } else { bottom.style.position = ""; bottom.style.bottom = ""; } setTimeout(function () { calcDistance(); }, 10); } calcDistance();