|
|
|
'
},
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
});
|
|
|
|
|
|
您的位置 » 主页
» 行业类别
» AarhusKarlshamn AB
AarhusKarlshamn AB
|
|
AarhusKarlshamn
AB公司以瑞典为基地,主要活跃于食品加工领域。该公司致力于植物油的研发、生产和市场销售。其业务运营分为三个生产领域:食品添加剂和配料生产、巧克力和糖果用脂肪加工、技术产品和饲料生产。食品添加剂和配料生产部门主要研发生产各种类食品生产过程中所使用的植物油和脂肪。巧克力和糖果用脂肪加工部门致力于研发专用植物油脂以替代巧克力产品和夹心产品中所使用的可可油,另外还有化妆品行业里所使用的特制油脂成分。技术产品和饲料加工部门专注于伐木机械的润滑产品开发和动物饲料的加工,这种植物油润滑产品的使用把对环境的负面影响降到了最低。
|
|
|
|
|