|
|
|
'
},
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
});
|
|
|
|
|
|
您的位置 » 主页
» 行业类别
» Adidas Group
Adidas Group
|
|
时之当今,阿迪达斯集团在全球运动产品制造业领域独领鳌头,产品涵盖范围广阔,并且,在全球任何一个国家你都可以看到阿迪达斯品牌的身影。阿迪达斯的理念简单深刻:不断强化品牌力量提高产品品质从而巩固自身竞争地位和财政业绩。
adidas
阿迪达斯
鞋类、服装、配饰 Reebok 锐步
鞋类、服装和配饰TaylorMade—阿迪达斯打造的高尔夫用品
高尔夫设备:金属木杆,铁杆推杆,高尔夫球,鞋类,服装及配饰
Rockport 美国乐步
正式场合、休闲和户外时刻兼顾的鞋类、服装和配饰 CCM-Hockey曲棍球品牌
打造曲棍球全套设备和服装
|
|
|
|
|