主题:数字化办公大屏
开发技术:
Echarts+html+css+js
支持平台:
dw,vscode,webstorm,idea,Hbuilderx等
源码:文末附
如需定制开发大屏,可在公众号内联系作者
整体效果
部分js代码
<section> <div class="firstCon"> <div class="firstCon-left"> <h4>各业务平均办理时间/分钟</h4> <div class="firstLeftsec"> <div class="contain"> <div class="firsttab" id="firsttab1"></div> <p>综合业务</p> </div> <div class="contain"> <div class="firsttab" id="firsttab2"></div> <p>综合业务</p> </div> <div class="contain"> <div class="firsttab" id="firsttab3"></div> <p>综合业务</p> </div> <div class="contain"> <div class="firsttab" id="firsttab4"></div> <p>综合业务</p> </div> </div> </div> <div class="first-center"> <h3>当前大厅等候人数</h3> <div class="firstcenLeft"> <div class="flag"> <strong>35</strong> <p>综合业务</p> </div> <div class="flag"> <strong>35</strong> <p>综合业务</p> </div> <div class="flag"> <strong>35</strong> <p>综合业务</p> </div> </div> <div class="firstcenCen"> <span>0</span> <span>0</span> <span>2</span> <span>9</span> </div> <div class="firstcenRight"> <div class="flag"> <strong>35</strong> <p>综合业务</p> </div> <div class="flag"> <strong>35</strong> <p>综合业务</p> </div> <div class="flag"> <strong>35</strong> <p>综合业务</p> </div> </div> </div>
部分CSS代码
.secondRighttextChar{ width: 100%; height: 100px;} .secondRighttext .sec{ margin-top: 6px;} .secondChar{ width: 100%; height: 170px;} .thirdCon{ width: 100%; padding-top: 10px; box-sizing: border-box; box-sizing: border-box; box-sizing: border-box; padding: 0px 6px; overflow: hidden; } .thirdLeft{ width: 27%; float: left; box-sizing: border-box; box-sizing: border-box; box-sizing: border-box; padding-top: 10px; } .thirdLeftCon{ width: 100%; border:1px solid #00b3fe;} .hottop li{ height: 35px; line-height: 35px; border-bottom: 1px dashed #fff; } .hottop li:nth-last-child(1){ border-bottom: none;} .hottop li span{ float: left; display: inline-block; width: 20px; height: 20px; /*margin-top: 8px;*/ vertical-align: middle; text-align: center; margin-right: 10px; color: #fff; box-sizing: border-box; box-sizing: border-box; box-sizing: border-box; } .hottop li:nth-of-type(1) span{ background-color: #ff0305;} .hottop li:nth-of-type(2) span{ background-color: #ffb20c;} .hottop li:nth-of-type(3) span{ background-color: #18d0c6;} .hottop li:nth-of-type(4) span{ background-color: #00b4ff;} .hottop li:nth-of-type(5) span{ background-color: #6c3ff2;} .hottop li p{float: left; color: #fff; font-size: 14px;} .hottop li a{float: right; color: #cecdcb; font-size: 14px;} .thirdCen{ width: 46%; float: left; box-sizing: border-box; box-sizing: border-box; box-sizing: border-box; height: 100px; padding:0px 14px; padding-top: 10px; } .thirdCenCon{ height: 100px; width: 100%; box-sizing: border-box; box-sizing: border-box; box-sizing: border-box; }
想要源码的小伙伴们,请关注公众号Echarts技术专家,点击获取资源。