這篇文章給大家分享的是有關web開發(fā)中怎么實現(xiàn)炫酷的數(shù)字大屏的內(nèi)容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。
創(chuàng)新互聯(lián)公司成立于2013年,先為余干等服務建站,余干等地企業(yè),進行企業(yè)商務咨詢服務。為余干企業(yè)網(wǎng)站制作PC+手機+微官網(wǎng)三網(wǎng)同步一站式服務解決您的所有建站問題。
效果圖 1
效果圖 2
使用一個主窗口作為背景,層號設置為 0。其他窗口設置層號為 1,并且窗體背景選擇無,頭部背景設置為透明。
讓其依賴主窗口或其他窗口提供的@變量@,系統(tǒng)會自動形成聯(lián)動效果。本例中使用的組件是 enhancer-echarts 和 enhancer-numbers 組件。
本例中添加了如下CSS內(nèi)容為每個窗口增加相框, 你可以根據(jù)實際情況,設置樣式加載的時機,比如幀初始化時。
#page頁面編號 .zwindow { box-shadow:none; overflow:visible; } #page頁面編號 .zwindow-header { box-shadow: none; } #page頁面編號 .zwindow-body { box-shadow: none; border-top: none; overflow:visible !important; } #page頁面編號 .zwindow-header:before { content: ''; position:absolute; z-index: 33; top: -3px; left:-6px; height: 12px; width: 18px; border-left: solid 2px #666; border-top: solid 2px #666; } #page頁面編號 .zwindow-header:after { content: ''; position:absolute; z-index: 33; top: -3px; right:-6px; height: 12px; width: 18px; border-right: solid 2px #666; border-top: solid 2px #666; } #page頁面編號 .zwindow-body:before { content: ''; position:absolute; z-index: 33; bottom: -3px; left:-6px; height: 12px; width: 18px; border-left: solid 2px #666; border-bottom: solid 2px #666; } #page頁面編號 .zwindow-body:after { content: ''; position:absolute; z-index: 33; bottom: -3px; right:-6px; height: 12px; width: 18px; border-right: solid 2px #666; border-bottom: solid 2px #666; }
本例中背景主窗口使用了自定義窗口,包含百度地圖對echarts 的擴展實現(xiàn)。地圖依賴的 echarts.js 需在全局配置-前端-中提前引入:
感謝各位的閱讀!關于“web開發(fā)中怎么實現(xiàn)炫酷的數(shù)字大屏”這篇文章就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!