123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>高精度多通道数据采集系统管理平台</title>
- <link rel="stylesheet" href="css/echart.css" />
- </head>
- <style>
- * {
- margin: 0;
- padding: 0;
- }
-
- #box {
- width: 800px;
- height: 66px;
- margin: 0 auto;
- }
-
- img {
- width: 63px;
- height: 60px;
- margin-top: 20px;
- line-height: 20px;
- }
-
- h1 {
- margin-top: -72px;
- margin-left: 68px;
- width: 750px;
- }
-
- h2,
- span {
- margin-left: 10px;
- display: inline-block;
- color: #fff;
- }
-
- p {
- margin-left: 20px;
- display: inline-block;
- width: 90px;
- height: 20px;
- background-color: green;
- border: 1px solid green;
- border-radius: 5px;
- }
-
- p a {
- height: 20px;
- border-radius: 5px;
- color: red;
- text-align: center;
- margin-left: 8px;
- text-decoration: none;
- }
-
- canvas {
- color: #fff;
- }
-
- .map {
- width: 492px;
- height: 502px;
- margin: 0 auto;
- }
-
- .map .data {
- width: 492px;
- height: 356px!important;
- color: #fff;
- }
-
- .map .data canvas {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 492px;
- height: 392px!important;
- user-select: none;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- padding: 0px;
- margin: 0px;
- border-width: 0px;
- }
-
- .map .table {
- width: 446px;
- height: 260px;
- border-radius: 10px;
- /* background: url(./images/2.png) no-repeat; */
- margin-top: 22px;
- margin-left: 20px;
- }
-
- tr {
- text-align: center;
- height: 60px;
- }
-
- td {
- border: 1.5px solid #02a6b5;
- border-right: 1px;
- text-align: center;
- height: 60px;
- }
-
- td:last-child {
- border-right: 2px solid #02a6b5;
- }
-
- tr:nth-child(3) {
- border: 1px;
- }
-
- th {
- border-top: 2px solid #02a6b5;
- border-left: 2px solid #02a6b5;
- border-radius: 5px;
- height: 20px;
- color: #fff;
- }
-
- th:last-child {
- border-right: 2px solid #02a6b5;
- }
-
- td {
- font-size: 12px;
- padding: 10px;
- color: #fff;
- }
-
- tr>th:nth-child(1) {
- border-color: #02a6b5;
- border-radius: 5px;
- }
-
- .main {
- height: 40px;
- width: 100%;
- margin-top: 20px;
- }
-
- .home {
- text-align: center;
- font-size: 22.5px;
- color: #fff;
- }
-
- .home input {
- display: inline-block;
- width: 173px;
- height: 20px;
- background: rgba(0, 0, 0, .2);
- color: #02a6b5;
- padding: 20px 20px;
- font-size: 30px;
- }
-
- .home button {
- display: inline-block;
- width: 81px;
- height: 35px;
- font-size: 18px;
- line-height: 14px;
- margin-bottom: 2px;
- background: rgba(184, 144, 144, 0.2);
- color: #02a6b5;
- border-radius: 5px;
- }
- </style>
- <body>
- <!-- 头部 -->
- <header>
- <div id="box">
- <img src="./images/icon1.png" alt="">
- <h1>高精度多通道数据采集
- </h1>
- </div>
- <div class="show-time"></div>
- </header>
- <div class="main">
- <div class="home">
- 本次实验的基本信息:实验进行时间
- <input type="text" id="timetext" onclick="start()" value="00:00:00" readonly style="text-align:center">
- <button type="button" onclick="start()">开始</button>
- <button type="button" onclick="stop()">停止时间</button>
- <button type="button" onclick="Reset()">重置</button>
- <button type="button" id="but" style="color:red">停止实验</button>
- </div>
- </div>
- <!-- 页面主体 -->
- <section class="mainbox">
- <!-- 左侧盒子 -->
- <div class="column">
- <div class="panel bar">
- <h2>传感器1-数据变化</h2>
- <!-- 图表放置盒子 -->
- <div class="chart"></div>
- <!-- 伪元素绘制盒子下边角 -->
- <div class="panel-footer"></div>
- </div>
- <div class="panel line">
- <h2>传感器2-数据变化
- </h2>
- <div class="chart"></div>
- <div class="panel-footer"></div>
- </div>
- </div>
- <!-- 中间盒子 -->
- <div class="column">
- <!-- 头部 no模块 -->
- <!-- map模块 -->
- <div class="map">
- <div class="data" style="height:290px;color:#fff"></div>
- <div class="table">
- <table cellspacing="0" align="center" width="100%" cellpadding="8px">
- <tbody>
- <tr>
- <th>序号</th>
- <th>传感器名称</th>
- <th>型号</th>
- <th>状态</th>
- </tr>
- <tr>
- <td>1</td>
- <td>温度传感器</td>
- <td>string</td>
- <td>正常</td>
- </tr>
- <tr>
- <td>2</td>
- <td>振动传感器</td>
- <td>string</td>
- <td>正常</td>
- </tr>
- <tr>
- <td>3</td>
- <td>电流传感器</td>
- <td>string</td>
- <td>正常</td>
- </tr>
- <tr>
- <td>4</td>
- <td>电压传感器</td>
- <td>string</td>
- <td>正常</td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- <!-- 右侧盒子 -->
- <div class="column">
- <div class="panel bar2">
- <h2>传感器3-数据变化</h2>
- <div class="chart"></div>
- <div class="panel-footer"></div>
- </div>
- <div class="panel line2">
- <h2>传感器4-数据变化</h2>
- <div class="chart"></div>
- <div class="panel-footer"></div>
- </div>
- </div>
- </section>
- <script src="js/flexible.js"></script>
- <script src="js/echarts.min.js"></script>
- <script src="js/jquery.js"></script>
- <!-- 引入china.js 完成地图模块 -->
- <script src="js/china.js"></script>
- <script src="js/echart2.js"></script>
- <script src="js/echart6.js"></script>
- </body>
- </html>
|