a
' }, 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 });
您的位置 » 主页 » 行业类别 » Samsung Electronics Co., Ltd.

Samsung Electronics Co., Ltd.

三星公司简介

三星公司在半导体、无限通讯、数字媒体、数字融合技术等方面引领世界潮流,2010年销售额达135.8亿美元。来自68个国家的190,500个员工在206个办公处工作,公司包括8个独立运行的业务部门分别为:显示器、移动通讯、电信系统、数字设备、信息技术、成像技术、半导体、液晶显示器。三星电子被公认是全球成长最快的世界品牌之一,它所生产的数字电视、半导体晶片、移动电话和超薄液晶显示器都是世界一流的产品。详情请访问网站:www.samsung.com。