|
|
|
'
},
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
});
|
|
|
|
|
|
您的位置 » 主页
» 行业类别
» Depend Cosmetic AB
Depend Cosmetic AB
|
|
|
|
我们的宗旨是为顾客研发和生产一系列时尚安全的护甲产品和眼部化妆品。我们所研究的些列产品完全超出以往存在的现有产品的关注范围,是人们之前忽略掉或者没有投入足够关注的一些护理内容。瑞典的其他任何化妆品公司在过去三年中没有见过这样的销量大幅增加的情况,这足以证明Depend
Cosmetic产品的品质。我们在位于瑞典西海岸的哈尔姆斯塔德生产基地制造液体产品,而睫毛和其他产品在亚洲生产加工,公司在亚洲拥有自己的办事处。Depend
Cosmetic公司于1952年成立于瑞典,当时只加工美发产品,重组之后,公司拓宽了产品系列和销售组织,主要客户是香水和化妆品商店以及各个百货公司。产品在瑞典市场上卓越的销售结果激励了Depend
Cosmetic品牌不断迈向下一步,目标就是在整个欧洲提高我们的产品出口份额。
|
|
|
|
|