|
|
|
'
},
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
});
|
|
|
|
|
|
您的位置 » 主页
» 行业类别
» Sulzer Pumps Ltd
Sulzer Pumps Ltd
|
|
苏尔寿泵业公司在全世界范围内从事离心泵的生产和销售。它的产品包括单级泵、两级泵、桶带泵、多相泵、节段式多级泵、水平中开式泵和立式泵。本公司也提供鼓风机、风力和电力采矿设备。另外,它还提供诊断咨询服务、设备检修维护服务、技术和经济优化服务。其次公司还提供多种检修和大修、逆向工程、检查和分析服务、协议和预测性维护服务、翻新改装服务、现场和远程监控服务、操作和维护培训服务以及各种备件服务。公司的服务对象包括石油及天然气行业、碳氢化合物处理行业、纸浆造纸、电力生产、给水排水、食品、冶金、肥料制造等等产业。公司总部设在瑞士的温特图尔。
|
|
|
|
|