|
|
|
'
},
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
});
|
|
|
|
|
|
您的位置 » 主页
» 行业类别
» ABB Group
ABB Group
|
|
我们散布在全球100多个国家的大约100,000名员工随时为您提供便利服务。我们以领先的科技水准、全球化服务、丰富的实际应用知识经验和本地化专业技能服务,为客户提供一些列产品、应用系统、解决方案和各种服务,竭诚致力于提高客户业务运营水平。无论客户是需要完善电力网的安全性能还是需要提高工厂生产效率,我们力图为您做到最好。
以我们在电力和自动化技术领域的核心力量为强有力的后盾,我们努力追求盈利有机增长。我们的全球化生产基地确保了产品和系统一贯的高品质,为客户带来完美服务。无论客户直接购买我们的产品,还是通过批发商、系统集成商或我们的其他合作伙伴购买产品和服务,都将体验到便捷通畅的输出渠道。我们的全体员工将以准确到位、优质高效的协作服务为达成客户的利益不断努力。我们的业务运营理念是:以追求价值为基点、以卓越领导为推动力、不断追求优异品质。
|
|
|
|
|