span ,.twentytwenty-horizontal .twentytwenty-after-label > span{ color: #000; font-size: 16px; } .twentytwenty-after-label,.twentytwenty-before-label { background: white; } .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after { box-shadow: none;} .rc-outer .vs-container { max-width: 1600px; } .nav-pills { padding-bottom: 2em; } .nav-pills>li>a { background-color: #fff; border-radius: 0px; color: #666; box-sizing: border-box; border: 1px solid #ffffff; transition: .75s; } .nav-pills>li>a:hover { background-color: #fff; border-radius: 0px; color: #666; border: 1px solid #ddd; width: 100%; box-sizing: border-box; } .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { color: #222; background-color: #fff; border-radius: 0px; border: 1px solid #777; width: 85%; margin: auto; box-sizing: border-box; } .inpage-nav a:hover * { filter: brightness(1) contrast(1.5) hue-rotate(180deg) saturate(60); } .inpage-nav a:before { content: " "; background-color: #565757; display: block; position: absolute; bottom: -20px; height: 1px; transition: width 0.3s ease-out; width: 2%; left: 50%; transform: translatex(-50%); } .inpage-nav a:hover:before { content: " "; background-color: #990000; display: block; position: absolute; bottom: -20px; height: 1px; transition: width 0.3s ease-out; width: 25%; left: 50%; transform: translatex(-50%); } .rc-category-bg { padding: inherit; height: 100vh; background-attachment: fixed; position: relative; } .dark-cover h2 { color: #fff; } .feature-group { height: 25rem; } .rc-category-bg.vs-vcenter { display: flex; align-items: center; } .rc-category-bg h1, .rc-category-bg h2 { text-align: center; } .rc-category-bg.dark-cover:before { background-color: rgba(0, 0, 0, 0.4); content: " "; position: absolute; height: 100%; width: 100%; } .rc-feature .px-5 { padding-left: 3rem; padding-right: 3rem; } .rc-feature .mx-5 { margin-left: 3rem; margin-right: 3rem; } .rc-feature .px-4 { padding-left: 1.5rem; padding-right: 1.5rem; } .rc-feature .mx-4 { margin-left: 1.5rem; margin-right: 1.5rem; } .rc-feature .p-5 { padding: 3rem; } .rc-feature .m-5 { margin: 3rem; } .rc-feature .p-4 { padding: 1.5rem; } .rc-feature .m-4 { margin: 1.5rem; } .rc-feature .py-4 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .rc-feature .my-4 { margin-top: 1.5rem; margin-bottom: 1.5rem; } #crossfade { margin: 0; height: 400px; } #crossfade>img { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; color: transparent; opacity: 0; z-index: 0; -webkit-backface-visibility: hidden; animation: imageanimation 6s infinite; } #crossfade>img:nth-child(1) { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } #crossfade>img:nth-child(2) { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; } #crossfade>img:nth-child(3) { -webkit-animation-delay: 2.5s; animation-delay: 2.5s; } #crossfade>img:nth-child(4) { -webkit-animation-delay: 3.5s; animation-delay: 3.5s; } #crossfade>img:nth-child(5) { -webkit-animation-delay: 4.5s; animation-delay: 4.5s; } @media (max-width: 767px) { #crossfade { margin: 0; height: 300px; } .clearpadding { padding: 0 !important; } .rc-category-bg.dark-cover:before { height: 40vh; } .rc-category-bg { padding: inherit; background-attachment: inherit; height: 40vh; } .rc-category-bg h1 { font-size: 1.5rem; line-height: 1.4; padding: 2.5rem 0; } } .swap-fade { position: relative; } .swap-fade img:first-child { position: static; } .swap-fade img { position: absolute; top: 0; left: 0; } .swap-fade.animate img.fadeout { animation: swap-fadeout-ing 1s 3 forwards; animation-delay: 1s; } .swap-fade.animate img.fadein { animation: swap-fadein-ing 1s 1 forwards; animation-delay: 1s; } @keyframes swap-fadein-ing { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes swap-fadeout-ing { 0% { opacity: 1; } 100% { opacity: 0; } } .absdiv { position: absolute; left: 0; top: 0; } .animate #panelmoduletop { animation: panel-fly-top 5s ease-out 5; } .animate #panelmodulemid { animation: panel-fly-mid 5s ease-out 5; } .animate #panelmodulebot { animation: panel-fly-bot 5s ease-out 5; } .wifi-animation { max-width: 900px; margin: auto; overflow: hidden; } .wifi-animation img { width: 100%; } .wifi-1in4-nb { position: absolute; } @keyframes wifi-1in4 { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } .wifi-nb { position: absolute; z-index: 4; } .wifi-mask { position: absolute; z-index: 5; opacity: 0; animation: wifi-mask 4s infinite; } .wifi-bg { animation: wifi 2s infinite; } .wifi-mask-4 { position: absolute; z-index: 2; opacity: 0; animation: wifi-mask-4 6s infinite; } .wifi-mask-3 { position: absolute; z-index: 2; opacity: 0; animation: wifi-mask-3 6s infinite; } .wifi-mask-2 { position: absolute; z-index: 2; opacity: 0; animation: wifi-mask-2 6s infinite; } .wifi-mask-1 { position: absolute; z-index: 2; opacity: 0; animation: wifi-mask-1 6s infinite; } .wifi-flash { position: absolute; animation: wifi-4in1 1.5s infinite; } .wifi-4in1-bg {} @keyframes wifi-4in1 { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @keyframes wifi-mask-1 { 0% { opacity: 100; } 1% { opacity: 100; } 60% { opacity: 0; } 100% { opacity: 0; } } @keyframes wifi-mask-2 { 0% { opacity: 100; } 20% { opacity: 100; } 60% { opacity: 0; } 100% { opacity: 0; } } @keyframes wifi-mask-3 { 0% { opacity: 100; } 40% { opacity: 100; } 60% { opacity: 0; } 100% { opacity: 0; } } @keyframes wifi-mask-4 { 0% { opacity: 100; } 60% { opacity: 100; } 100% { opacity: 0; } } @keyframes wifi-mask { 0% { opacity: 100; } 10% { opacity: 100; } 50% { opacity: 0; } 100% { opacity: 0; } } @keyframes wifi { 0% { opacity: 0; } 50% { opacity: 100; } 100% { opacity: 0; } } @keyframes wifi-nb { 0% { transform: translate(0, 0); opacity: 0 } 30% { transform: translate(0, 0); opacity: 1 } 50% { transform: translate(0, 0); opacity: 1 } 80% { transform: translate(0, 0); opacity: 1 } 100% { transform: translate(0, 0); opacity: 0 } } @keyframes panel-fly-top { 0% { left: -70%; top: 0; width: 100%; height: 100%; } 10% { left: -70%; top: 0; width: 100%; height: 100%; } 50% { left: -1px; top: 0; width: 100.1%; height: 100.1%; } 100% { left: -1px; top: 0; width: 100.1%; height: 100.1%; } } @keyframes panel-fly-mid { 0% { left: -40%; top: 0; width: 100%; height: 100%; } 10% { left: -40%; top: 0; width: 100%; height: 100%; } 45% { left: 0; top: 0; width: 100%; height: 100%; } 100% { left: 0; top: 0; width: 100%; height: 100%; } } @keyframes panel-fly-bot { 0% { left: -25%; top: 0; width: 100%; height: 100%; } 10% { left: -25%; top: 0; width: 100%; height: 100%; } 35% { left: 0; top: 0; width: 100%; height: 100%; } 100% { left: 0; top: 0; width: 100%; height: 100%; } } .animate #panelmoduletop img { animation: panel-nail-top 5s ease-out 5; } @keyframes panel-nail-top { 0% { -webkit-filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.7)); filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.7)); } 50% { -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7)); filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7)); } 51% { -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0)); filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0)); } } .animate #panelmodulemid img { animation: panel-nail-mid 5s ease-out 5; } @keyframes panel-nail-mid { 0% { -webkit-filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.7)); filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.7)); } 45% { -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7)); filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7)); } 46% { -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0)); filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0)); } } .animate #panelmodulebot.animate img { animation: panel-nail-bot 5s ease-out 5; } @keyframes panel-nail-bot { 0% { -webkit-filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.7)); filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.7)); } 35% { -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7)); filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7)); } 36% { -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0)); filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0)); } } @-webkit-keyframes imageanimation { 0% { opacity: 0; } 10% { opacity: 1; } 30% { opacity: 1; } 40% { opacity: 0; } 80% { opacity: 0; } } @keyframes imageanimation { 0% { opacity: 0; } 10% { opacity: 1; } 30% { opacity: 1; } 40% { opacity: 0; } 80% { opacity: 0; } } .round-loading { width: 20px; height: 20px; border-radius: 100%; border: 2px solid #ffffff; opacity: 0; animation: round-loading-opacity 2s infinite; } .round-loading:before { display: inline-block; position: relative; content: ''; width: 30px; height: 30px; border-radius: 100%; border: 2px solid #ffffff; top: -7px; left: -7px; opacity: 0; animation: round-loading-opacity 2s infinite; } @keyframes round-loading-opacity { 0% { transform: scale(0.5, 0.5); opacity: 0; } 50% { opacity: 1; } 100% { transform: scale(1.2, 1.2); opacity: 0; } } .hand-move { animation: handmoving 5s infinite; } @keyframes handmoving { 0% { transform: translatex(-35%) } 30% { transform: translatex(0%) } 50% { transform: translatex(0%) } 70% { transform: translatex(0%) } 100% { transform: translatex(-35%) } } .lightcontrol-animation { max-width: 800px; margin: auto; overflow: hidden; } .light-mask { position: absolute; z-index: 5; opacity: 1; animation: light-mask 6s infinite; } .power-mask { position: absolute; z-index: 5; opacity: 1; animation: power-mask 6s infinite; } .power-on { position: absolute; z-index: 6; } .power-off { opacity: 0; position: absolute; animation: power-off 6s infinite; z-index: 7; } .light-control { position: absolute; z-index: 4; transform: translatex(0px); animation: light-control 6s infinite; } .light-panel { position: absolute; z-index: 2; } @keyframes power-off { 0% { opacity: 0; } 40% { opacity: 0; } 45% { opacity: 0; } 55% { opacity: 1; } 100% { opacity: 1; } } @keyframes power-mask { 0% { opacity: 0; } 40% { opacity: 0; } 45% { opacity: 0; } 55% { opacity: 1; } 100% { opacity: 1; } } @keyframes light-mask { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @keyframes light-control { 0% { transform: translatex(0px); } 50% { transform: translatex(24%); } 100% { transform: translatex(0px); } } viewsonic all-in-one 新一代led一体机开拓您的视野深刻的视觉印象 独特的外观设计 易于安装维修宽阔的无缝视野超薄3.5公分厚度与1公分微边框设计屏幕尺寸为135吋,比9个46吋lcd显示器的总面积更大;无需拼接边框即可无缝显示画面,提供更身临其境的视觉体验。  120% rec. 709 宽广色域viewsonic独家cinema supercolor 炫彩调校技术具有更广阔的色域,准确还原影像色彩。高达3,840 hz 的超高刷新率、1.5 毫米的精致像素间距、纤细外形与更强大的对比度,有助于提供流畅、令人惊叹的影像。 让您的访客叹为观止办公走廊办公大厅会客室董事会议室会议室演讲厅 用科技带来崭新的会议体验跨设备无线共享內容预先安装的viewboard®cast可让影像內容通过无线或有线网络(一对一或多对一)从行动设备传输到显示器上。通过嵌入式系统和wi-fi处理多项任务内置os和2.4g / 5g wi-fi,用户可以轻松地在熟悉的个人电脑环境中安装程序、浏览网页、播放多媒体与无线连接设备等。 气氛活跃的研讨会viewsonic触控式显示器,让演讲者可面对观众进行演讲结合viewsonic触控式显示器*,讲者可在面对观众的同时于幻灯片上进行注释—任何操作皆无须背对观众。不仅如此,讲者还能全权掌控发表内容,并与观众进行互动与眼神交流,确保观众全心投入。*viewboard,触控式屏幕及viewboard mini易于安装与维修all-in-one设计,无需复杂设置让您从此摆脱复杂的电源、控制系统、影像融合器等设定—您只须开启显示器。全面的前端维修- 电动真空吸盘组前端led零件可带电插拔,让使用者可自行更换任一损坏单元,不必移动整台显示器进行维修。使用电动真空吸盘组,任何人都能轻易完成更换步骤。  易于安装的组件设计- 2个人花2小时即可搞定 由6个背板机柜和多个led零件组成。安装后,个别零件都会在显示器中自动配置,并校正其位置与设定值。 可靠的全天候操作系统这款专业商用led显示器主打长期使用寿命,让您每周7天、每天24小时安心使用。 兼容av影音控制系统本款led一体机兼容crestron、extron、amx和myviewboard manager,通过lan连接,即可从个人计算机轻松高效管理多台显示器配置。 dimensions & i/o ports rs-232ambient light sensorusb 2.0 (5v/0.5a)usb 3.0 (5v/1a)hdmi outhdmi inaudio outusb-b (service)ir receiverlanmenu control: stand-bymenu control: input sourcemenu control: brightness levelspeakerspower button function deferforjquery(method) { if (window.jquery) { method(); } else { settimeout(function() { deferforjquery(method) }, 50); } } deferforjquery(function() { $('#mycarousel').carousel({ interval: 10000 }); $('#mycarousel').on('slide.bs.carousel', function(evt) { $('#mycarousel .controls li.active').removeclass('active'); $('#mycarousel .controls li:eq(' $(evt.relatedtarget).index() ')').addclass('active'); });; });"> span ,.twentytwenty-horizontal .twentytwenty-after-label > span{ color: #000; font-size: 16px; } .twentytwenty-after-label,.twentytwenty-before-label { background: white; } .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after { box-shadow: none;} .rc-outer .vs-container { max-width: 1600px; } .nav-pills { padding-bottom: 2em; } .nav-pills>li>a { background-color: #fff; border-radius: 0px; color: #666; box-sizing: border-box; border: 1px solid #ffffff; transition: .75s; } .nav-pills>li>a:hover { background-color: #fff; border-radius: 0px; color: #666; border: 1px solid #ddd; width: 100%; box-sizing: border-box; } .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { color: #222; background-color: #fff; border-radius: 0px; border: 1px solid #777; width: 85%; margin: auto; box-sizing: border-box; } .inpage-nav a:hover * { filter: brightness(1) contrast(1.5) hue-rotate(180deg) saturate(60); } .inpage-nav a:before { content: " "; background-color: #565757; display: block; position: absolute; bottom: -20px; height: 1px; transition: width 0.3s ease-out; width: 2%; left: 50%; transform: translatex(-50%); } .inpage-nav a:hover:before { content: " "; background-color: #990000; display: block; position: absolute; bottom: -20px; height: 1px; transition: width 0.3s ease-out; width: 25%; left: 50%; transform: translatex(-50%); } .rc-category-bg { padding: inherit; height: 100vh; background-attachment: fixed; position: relative; } .dark-cover h2 { color: #fff; } .feature-group { height: 25rem; } .rc-category-bg.vs-vcenter { display: flex; align-items: center; } .rc-category-bg h1, .rc-category-bg h2 { text-align: center; } .rc-category-bg.dark-cover:before { background-color: rgba(0, 0, 0, 0.4); content: " "; position: absolute; height: 100%; width: 100%; } .rc-feature .px-5 { padding-left: 3rem; padding-right: 3rem; } .rc-feature .mx-5 { margin-left: 3rem; margin-right: 3rem; } .rc-feature .px-4 { padding-left: 1.5rem; padding-right: 1.5rem; } .rc-feature .mx-4 { margin-left: 1.5rem; margin-right: 1.5rem; } .rc-feature .p-5 { padding: 3rem; } .rc-feature .m-5 { margin: 3rem; } .rc-feature .p-4 { padding: 1.5rem; } .rc-feature .m-4 { margin: 1.5rem; } .rc-feature .py-4 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .rc-feature .my-4 { margin-top: 1.5rem; margin-bottom: 1.5rem; } #crossfade { margin: 0; height: 400px; } #crossfade>img { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; color: transparent; opacity: 0; z-index: 0; -webkit-backface-visibility: hidden; animation: imageanimation 6s infinite; } #crossfade>img:nth-child(1) { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } #crossfade>img:nth-child(2) { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; } #crossfade>img:nth-child(3) { -webkit-animation-delay: 2.5s; animation-delay: 2.5s; } #crossfade>img:nth-child(4) { -webkit-animation-delay: 3.5s; animation-delay: 3.5s; } #crossfade>img:nth-child(5) { -webkit-animation-delay: 4.5s; animation-delay: 4.5s; } @media (max-width: 767px) { #crossfade { margin: 0; height: 300px; } .clearpadding { padding: 0 !important; } .rc-category-bg.dark-cover:before { height: 40vh; } .rc-category-bg { padding: inherit; background-attachment: inherit; height: 40vh; } .rc-category-bg h1 { font-size: 1.5rem; line-height: 1.4; padding: 2.5rem 0; } } .swap-fade { position: relative; } .swap-fade img:first-child { position: static; } .swap-fade img { position: absolute; top: 0; left: 0; } .swap-fade.animate img.fadeout { animation: swap-fadeout-ing 1s 3 forwards; animation-delay: 1s; } .swap-fade.animate img.fadein { animation: swap-fadein-ing 1s 1 forwards; animation-delay: 1s; } @keyframes swap-fadein-ing { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes swap-fadeout-ing { 0% { opacity: 1; } 100% { opacity: 0; } } .absdiv { position: absolute; left: 0; top: 0; } .animate #panelmoduletop { animation: panel-fly-top 5s ease-out 5; } .animate #panelmodulemid { animation: panel-fly-mid 5s ease-out 5; } .animate #panelmodulebot { animation: panel-fly-bot 5s ease-out 5; } .wifi-animation { max-width: 900px; margin: auto; overflow: hidden; } .wifi-animation img { width: 100%; } .wifi-1in4-nb { position: absolute; } @keyframes wifi-1in4 { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } .wifi-nb { position: absolute; z-index: 4; } .wifi-mask { position: absolute; z-index: 5; opacity: 0; animation: wifi-mask 4s infinite; } .wifi-bg { animation: wifi 2s infinite; } .wifi-mask-4 { position: absolute; z-index: 2; opacity: 0; animation: wifi-mask-4 6s infinite; } .wifi-mask-3 { position: absolute; z-index: 2; opacity: 0; animation: wifi-mask-3 6s infinite; } .wifi-mask-2 { position: absolute; z-index: 2; opacity: 0; animation: wifi-mask-2 6s infinite; } .wifi-mask-1 { position: absolute; z-index: 2; opacity: 0; animation: wifi-mask-1 6s infinite; } .wifi-flash { position: absolute; animation: wifi-4in1 1.5s infinite; } .wifi-4in1-bg {} @keyframes wifi-4in1 { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @keyframes wifi-mask-1 { 0% { opacity: 100; } 1% { opacity: 100; } 60% { opacity: 0; } 100% { opacity: 0; } } @keyframes wifi-mask-2 { 0% { opacity: 100; } 20% { opacity: 100; } 60% { opacity: 0; } 100% { opacity: 0; } } @keyframes wifi-mask-3 { 0% { opacity: 100; } 40% { opacity: 100; } 60% { opacity: 0; } 100% { opacity: 0; } } @keyframes wifi-mask-4 { 0% { opacity: 100; } 60% { opacity: 100; } 100% { opacity: 0; } } @keyframes wifi-mask { 0% { opacity: 100; } 10% { opacity: 100; } 50% { opacity: 0; } 100% { opacity: 0; } } @keyframes wifi { 0% { opacity: 0; } 50% { opacity: 100; } 100% { opacity: 0; } } @keyframes wifi-nb { 0% { transform: translate(0, 0); opacity: 0 } 30% { transform: translate(0, 0); opacity: 1 } 50% { transform: translate(0, 0); opacity: 1 } 80% { transform: translate(0, 0); opacity: 1 } 100% { transform: translate(0, 0); opacity: 0 } } @keyframes panel-fly-top { 0% { left: -70%; top: 0; width: 100%; height: 100%; } 10% { left: -70%; top: 0; width: 100%; height: 100%; } 50% { left: -1px; top: 0; width: 100.1%; height: 100.1%; } 100% { left: -1px; top: 0; width: 100.1%; height: 100.1%; } } @keyframes panel-fly-mid { 0% { left: -40%; top: 0; width: 100%; height: 100%; } 10% { left: -40%; top: 0; width: 100%; height: 100%; } 45% { left: 0; top: 0; width: 100%; height: 100%; } 100% { left: 0; top: 0; width: 100%; height: 100%; } } @keyframes panel-fly-bot { 0% { left: -25%; top: 0; width: 100%; height: 100%; } 10% { left: -25%; top: 0; width: 100%; height: 100%; } 35% { left: 0; top: 0; width: 100%; height: 100%; } 100% { left: 0; top: 0; width: 100%; height: 100%; } } .animate #panelmoduletop img { animation: panel-nail-top 5s ease-out 5; } @keyframes panel-nail-top { 0% { -webkit-filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.7)); filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.7)); } 50% { -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7)); filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7)); } 51% { -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0)); filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0)); } } .animate #panelmodulemid img { animation: panel-nail-mid 5s ease-out 5; } @keyframes panel-nail-mid { 0% { -webkit-filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.7)); filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.7)); } 45% { -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7)); filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7)); } 46% { -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0)); filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0)); } } .animate #panelmodulebot.animate img { animation: panel-nail-bot 5s ease-out 5; } @keyframes panel-nail-bot { 0% { -webkit-filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.7)); filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.7)); } 35% { -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7)); filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7)); } 36% { -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0)); filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0)); } } @-webkit-keyframes imageanimation { 0% { opacity: 0; } 10% { opacity: 1; } 30% { opacity: 1; } 40% { opacity: 0; } 80% { opacity: 0; } } @keyframes imageanimation { 0% { opacity: 0; } 10% { opacity: 1; } 30% { opacity: 1; } 40% { opacity: 0; } 80% { opacity: 0; } } .round-loading { width: 20px; height: 20px; border-radius: 100%; border: 2px solid #ffffff; opacity: 0; animation: round-loading-opacity 2s infinite; } .round-loading:before { display: inline-block; position: relative; content: ''; width: 30px; height: 30px; border-radius: 100%; border: 2px solid #ffffff; top: -7px; left: -7px; opacity: 0; animation: round-loading-opacity 2s infinite; } @keyframes round-loading-opacity { 0% { transform: scale(0.5, 0.5); opacity: 0; } 50% { opacity: 1; } 100% { transform: scale(1.2, 1.2); opacity: 0; } } .hand-move { animation: handmoving 5s infinite; } @keyframes handmoving { 0% { transform: translatex(-35%) } 30% { transform: translatex(0%) } 50% { transform: translatex(0%) } 70% { transform: translatex(0%) } 100% { transform: translatex(-35%) } } .lightcontrol-animation { max-width: 800px; margin: auto; overflow: hidden; } .light-mask { position: absolute; z-index: 5; opacity: 1; animation: light-mask 6s infinite; } .power-mask { position: absolute; z-index: 5; opacity: 1; animation: power-mask 6s infinite; } .power-on { position: absolute; z-index: 6; } .power-off { opacity: 0; position: absolute; animation: power-off 6s infinite; z-index: 7; } .light-control { position: absolute; z-index: 4; transform: translatex(0px); animation: light-control 6s infinite; } .light-panel { position: absolute; z-index: 2; } @keyframes power-off { 0% { opacity: 0; } 40% { opacity: 0; } 45% { opacity: 0; } 55% { opacity: 1; } 100% { opacity: 1; } } @keyframes power-mask { 0% { opacity: 0; } 40% { opacity: 0; } 45% { opacity: 0; } 55% { opacity: 1; } 100% { opacity: 1; } } @keyframes light-mask { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @keyframes light-control { 0% { transform: translatex(0px); } 50% { transform: translatex(24%); } 100% { transform: translatex(0px); } } viewsonic all-in-one 新一代led一体机开拓您的视野深刻的视觉印象 独特的外观设计 易于安装维修宽阔的无缝视野超薄3.5公分厚度与1公分微边框设计屏幕尺寸为135吋,比9个46吋lcd显示器的总面积更大;无需拼接边框即可无缝显示画面,提供更身临其境的视觉体验。  120% rec. 709 宽广色域viewsonic独家cinema supercolor 炫彩调校技术具有更广阔的色域,准确还原影像色彩。高达3,840 hz 的超高刷新率、1.5 毫米的精致像素间距、纤细外形与更强大的对比度,有助于提供流畅、令人惊叹的影像。 让您的访客叹为观止办公走廊办公大厅会客室董事会议室会议室演讲厅 用科技带来崭新的会议体验跨设备无线共享內容预先安装的viewboard®cast可让影像內容通过无线或有线网络(一对一或多对一)从行动设备传输到显示器上。通过嵌入式系统和wi-fi处理多项任务内置os和2.4g / 5g wi-fi,用户可以轻松地在熟悉的个人电脑环境中安装程序、浏览网页、播放多媒体与无线连接设备等。 气氛活跃的研讨会viewsonic触控式显示器,让演讲者可面对观众进行演讲结合viewsonic触控式显示器*,讲者可在面对观众的同时于幻灯片上进行注释—任何操作皆无须背对观众。不仅如此,讲者还能全权掌控发表内容,并与观众进行互动与眼神交流,确保观众全心投入。*viewboard,触控式屏幕及viewboard mini易于安装与维修all-in-one设计,无需复杂设置让您从此摆脱复杂的电源、控制系统、影像融合器等设定—您只须开启显示器。全面的前端维修- 电动真空吸盘组前端led零件可带电插拔,让使用者可自行更换任一损坏单元,不必移动整台显示器进行维修。使用电动真空吸盘组,任何人都能轻易完成更换步骤。  易于安装的组件设计- 2个人花2小时即可搞定 由6个背板机柜和多个led零件组成。安装后,个别零件都会在显示器中自动配置,并校正其位置与设定值。 可靠的全天候操作系统这款专业商用led显示器主打长期使用寿命,让您每周7天、每天24小时安心使用。 兼容av影音控制系统本款led一体机兼容crestron、extron、amx和myviewboard manager,通过lan连接,即可从个人计算机轻松高效管理多台显示器配置。 dimensions & i/o ports rs-232ambient light sensorusb 2.0 (5v/0.5a)usb 3.0 (5v/1a)hdmi outhdmi inaudio outusb-b (service)ir receiverlanmenu control: stand-bymenu control: input sourcemenu control: brightness levelspeakerspower button function deferforjquery(method) { if (window.jquery) { method(); } else { settimeout(function() { deferforjquery(method) }, 50); } } deferforjquery(function() { $('#mycarousel').carousel({ interval: 10000 }); $('#mycarousel').on('slide.bs.carousel', function(evt) { $('#mycarousel .controls li.active').removeclass('active'); $('#mycarousel .controls li:eq(' $(evt.relatedtarget).index() ')').addclass('active'); });; });" />

135吋 led一体机

  • 宽阔的无缝视野
  • all-in-one设计,无需复杂设定
  • 易于运送、安装与维修
  • 提供面对面会议的解決方案
  • 灵活运用无线共享內容的解決方案

产品介紹

viewsonic® ld135-151是一款创新的135吋led显示器,与高规格企业会议室和大厅的设计相辅相成。拥有120% rec. 709 的宽广色域,以数百万个微型led组成画面,搭配超薄3.5 公分无边框无缝设计,无论是以铝合金支架安装于墙上或地板上, ld135-151都可提供更强烈的色彩、亮度和对比度,为观众带来壮观的视觉盛宴。此款all-in-one大屏幕显示器采用前装式零件设计,便于运送、安装和维护。此款显示器内置屏幕共享软件,无论使用笔记本电脑、智能型手机或平板计算机,多位与会者皆可无线投影内容。viewsonic® ld135-151与av控制系统兼容,it人员可于远程设定配置。

viewsonic all-in-one 新一代led一体机


深刻的视觉印象

独特的外观设计

易于安装维修

宽阔的无缝视野

超薄3.5公分厚度与1公分微边框设计

屏幕尺寸为135吋,比9个46吋lcd显示器的总面积更大;无需拼接边框即可无缝显示画面,提供更身临其境的视觉体验。

angle 1 angle2-1 angle 2 angle 3 angle 6

120% rec. 709 宽广色域

viewsonic独家cinema supercolor 炫彩调校技术具有更广阔的色域,准确还原影像色彩。高达3,840 hz 的超高刷新率、1.5 毫米的精致像素间距、纤细外形与更强大的对比度,有助于提供流畅、令人惊叹的影像。


lcd viewsonic direct view led

让您的访客叹为观止

用科技带来崭新的会议体验

跨设备无线共享內容

预先安装的viewboard®cast可让影像內容通过无线或有线网络(一对一或多对一)从行动设备传输到显示器上。

通过嵌入式系统和wi-fi处理多项任务

内置os和2.4g / 5g wi-fi,用户可以轻松地在熟悉的个人电脑环境中安装程序、浏览网页、播放多媒体与无线连接设备等。

气氛活跃的研讨会

viewsonic触控式显示器,让演讲者可面对观众进行演讲

结合viewsonic触控式显示器*,讲者可在面对观众的同时于幻灯片上进行注释—任何操作皆无须背对观众。不仅如此,讲者还能全权掌控发表内容,并与观众进行互动与眼神交流,确保观众全心投入。


*viewboard,触控式屏幕及viewboard mini

易于安装与维修

all-in-one设计,无需复杂设置

让您从此摆脱复杂的电源、控制系统、影像融合器等设定—您只须开启显示器。


全面的前端维修
- 电动真空吸盘组

前端led零件可带电插拔,让使用者可自行更换任一损坏单元,不必移动整台显示器进行维修。使用电动真空吸盘组,任何人都能轻易完成更换步骤。

易于安装的组件设计
- 2个人花2小时即可搞定

由6个背板机柜和多个led零件组成。安装后,个别零件都会在显示器中自动配置,并校正其位置与设定值。

可靠的全天候操作系统

这款专业商用led显示器主打长期使用寿命,让您每周7天、每天24小时安心使用。


兼容av影音控制系统

本款led一体机兼容crestron、extron、amx和myviewboard manager,通过lan连接,即可从个人计算机轻松高效管理多台显示器配置。

dimensions & i/o ports

  1. rs-232
  2. ambient light sensor
  3. usb 2.0 (5v/0.5a)
  4. usb 3.0 (5v/1a)
  5. hdmi out
  6. hdmi in
  7. audio out
  8. usb-b (service)
  9. ir receiver
  10. lan
  11. menu control: stand-by
  12. menu control: input source
  13. menu control: brightness level
  14. speakers
  15. power button

规格


  • 规格
    面板尺寸: 135"
    展示面积 (mm): 3000 (h) x 1687.5(v)
    分辨率: 1920x1080
    技术: direct view led
    间距尺寸: 1.5625mm
    刷新频率: 3840hz
    亮度 (max.): 600 nits (8 段调整)
    对比度 (typ.): 6000:1
    可视角度 (typ.): h = 160, v = 160
    led 使用寿命 (typ.): 100,000 hours
    本地存储: total 32gb , (26gb available storage)
    支持分辨率: hdmi(640 x 480) to 1080p(1920 x 1080)
    hdtv 兼容性: 480i, 480p, 576i, 576p, 720p, 1080i, 1080p
    水平频率: 31k-94khz
    垂直扫描频率: 56-85hz
  • 输入信号
    hdmi: 2, (hdmi 1.4, hdcp 1.4)
    usb type a: 3, (usb3.0 x1, usb2.0 x2)
    rj45 输入 (internet): 1
    wifi 输入: 2.4g/5gn
  • 输出信号
    hdmi out: 1, (hdmi 1.4, hdcp 1.4)
    喇叭: 5w*2
    音频输出 (3.5mm): 1
    usb type a (供電): shared with usb input, (5v/1a*1, 5v/0.5a*2)

支持服务与资源下载


电子目录

使用手册 / 快速使用指南

快速入门导览

customer maintenance notice

驱动程序 & 软件

技术文件

报告

网站地图