中文
|
English
泽坤首页
关于我们
泽坤服务
网络覆盖
泽坤团队
联系我们
泽坤团队
加入我们
加入我们
招聘职位
招聘部门
人数
工作地点
工资待遇
发布日期
进口客服
进口部
2
北京
面议
2022/2/6 16:01:25
出口客服
出口部
3
北京
面议
2022/1/15 16:00:31
加入方式
更多详情,请通过电子邮件方式联系我们:
hr@harmony.com.cn
或点击
联系我们
发送消息,请在标题注明“应聘”
技巧网
版权所有:北京泽坤国际货运代理有限公司
地址:北京市顺义区顺平路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();