|
|
|
'
},
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
});
|
|
|
|
|
|
您的位置 » 主页
» 行业类别
» Daikin
Daikin
|
|
大金(Daikin)企业为您提供各种高品质空调产品,让您的室内环境随心所欲。
大金欧洲公司(Daikin Europe N.V)是大金旗下负责欧洲、非洲部分地区和中东地区业务的销售和生产总部。
大金欧洲公司是大金工业株式会社(Daikin Industries Ltd)全权隶属的子公司,大金工业株式会社拥有超过八十多年的行业经验,是日本商业和工业用空调系统的领头制造商。
|
|
|
|
|