<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>综合统计 - 大屏</title> <link type="text/css" href="https://www.jb51.net/skin/icon/iconfont.css" /> <link type="text/css" href="https://www.jb51.net/skin/default/style.css" /> <script src="https://www.jb51.net/scripts/jquery/jquery-1.11.2.min.js"></script> <script src="https://www.jb51.net/js/common.js"></script> <script src="https://www.jb51.net/scripts/echart/echarts.min.js"></script> <script src="https://www.jb51.net/scripts/echart/china.js"></script> <style> #btnSet{padding:0;background-color:#020933;box-sizing:border-box;position:absolute;left:30px;top:24px;z-index:9999} .btnPlay{height:20px;border-style:solid;border-width:10px 0 10px 20px;border-color:transparent transparent transparent #fff;transition:all .5s ease} .btnPause{width:20px;height:20px;border-style:double;border-width:0 0 0 20px;border-color:#fff} </style> </head> <body> <form runat="server"> <input type="hidden" value="0" /> <input type="button" title="点击停止" /> <div></div> </form> </body> </html>
4. js实现图形布局