|
|
|
'
},
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
});
|
|
|
|
|
|
您的位置 » 主页
» 行业类别
» Alfa Laval AB
Alfa Laval AB
|
|
阿法拉伐AB公司成立于1883年,其总部设立在瑞典隆德,基于其自身广泛的热交换、分离和流体处理技术为客户提供相关产品和工程应用方案。其产品应用于水体处理,减少二氧化碳排放量以及最大限度的降低水和能源消耗等领域,另外还广泛应用于食品的加热、冷却、分离和运输过程。该公司销售各类热交换器,包括空气热交换器,客户定制专门热交换器,全焊接式热交换器,钎焊热交换器,电力应用热交换器,融合连接、衬垫板式、刮面热交换器,管壳式和螺旋式热交换器。该公司还提供水处理系统设备、冷凝器、滗水器离心机、除臭器、区域供热系统、蒸发器、过滤器和净化器、淡水发生器,膜片、泵、反应器、再沸器、分离器、油罐及清洗设备,自来水系统、管道和各种配件、阀门等。公司产品广泛应用于各个行业,包括饮料生产、生物燃料加工、生物技术和制药行业、化工领域、食品加工产业、供热通风与空气调节相关行业(HVAC),机械、船舶和柴油动力,金属和采矿领域、金属加工、石油和天然气行业,炼油、电力部门,纸浆制作、制冷和污水处理行业。
|
|
|
|
|