|
|
|
'
},
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
});
|
|
|
|
|
|
您的位置 » 主页
» 行业类别
» NCR Corporation
NCR Corporation
|
|
NCR以全新面貌连接世界你我,引领全球的商业互动和各种交易活动。
NCR公司是自助服务行业革新中的一颗耀眼的明星,它在追求快速、简便操作的消费者和旨在增加收益、建立信誉度、赢得消费者并降低运营成本的企业之间策略性的保持了平衡地位。
我们在客户互动方面的领导地位是建立在我们深厚的消费者和产业专门知识的基础之上的。NCR是唯一一家不仅仅专注于自助服务技术小型市场的公司。我们提供了一个更加广阔的远景,使我们的顾客在实现自己目标的同时,还能完善自身的商业模式。我们企业的规模、大小和稳定性不断赢得市场的信任度,从这个着眼点出发,NCR公司以极大的魄力邀请企业和消费者共同“体验商务互动新时代的魅力”。
|
|
|
|
|