|
|
|
'
},
position: {
target: $(document.body), // Position it via the document body...
corner: 'center' // ...at the center of the viewport
},
show: {
when: 'click', // Show it on click
solo: true // And hide all other tooltips
},
hide: false,
style: {
width: { max: 350 },
padding: '14px',
border: {
width: 9,
radius: 9,
color: '#666666'
},
name: 'light'
},
api: {
beforeShow: function()
{
// Fade in the modal "blanket" using the defined show speed
$('#qtip-blanket').fadeIn(this.options.show.effect.length);
},
beforeHide: function()
{
// Fade out the modal "blanket" using the defined hide speed
$('#qtip-blanket').fadeOut(this.options.hide.effect.length);
}
}
});
// Create the modal backdrop on document load so all modal tooltips can use it
$('')
.css({
position: 'absolute',
top: $(document).scrollTop(), // Use document scrollTop so it's on-screen even if the window is scrolled
left: 0,
height: $(document).height(), // Span the full document height...
width: '100%', // ...and full width
opacity: 0.7, // Make it slightly transparent
backgroundColor: 'black',
zIndex: 5000 // Make sure the zIndex is below 6000 to keep it below tooltips!
})
.appendTo(document.body) // Append to the document body
.hide(); // Hide it initially
});
|
|
|
|
|
|
您的位置 » 主页
» 行业类别
» FlexLink Systems
FlexLink Systems
|
|
以追求效率为宗旨
Flexlink物流输送系统30年来一直为客户提供不断精进的服务,致力于追求高效率、零附加工作的生产物流。同时不断提高物流输送能力,优化品质保障,加强工厂盈利性能。
不断精进生产盈利能力
Flexlink物流输送以不断简化生产材料和信息流动过程为基础,从而在加工过程中使消耗最小化的同时实现产品加工价值最大化。
其物流输送能力以在市场上占领先地位的输送机系统和物料运营方案为强大的后盾。一旦和客户达成合作,Flexlink以为您分析生产现状为前提,提出最高效的物流方案,之后为您打造最适合的设备组件和运营系统或集成解决方案。
优质高效、全球化本地服务
Flexlink
的服务宗旨是竭力为客户提供高品质产品、高效解决方案和高品位服务。为了达到这一目的,Flexlink
不断引进新科技、新方案以提高自身能力。目前为止,Flexlink
在全球25个国家设有联网式销售和工程单位,另外在全球60多个国家设有合作伙伴网络服务系统。无论您身处何地,选择Flexlink您体验到的都将是高水准专业化服务。
|
|
|
|
|