大屏静态数据

This commit is contained in:
Rue Ji
2026-02-06 16:30:47 +08:00
parent 14c9bd8ce0
commit 580606c267
8 changed files with 117 additions and 93 deletions

View File

@ -4,8 +4,10 @@
<head>
<meta charset="UTF-8">
<title>区域管线大屏展示</title>
<script type="text/javascript" src="<%=request.getContextPath()%>/node_modules/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="<%=request.getContextPath()%>/JS/echarts3.0.js"></script>
<!-- <script type="text/javascript" src="<%=request.getContextPath()%>/node_modules/jquery/dist/jquery.min.js"></script> -->
<!-- <script type="text/javascript" src="<%=request.getContextPath()%>/JS/echarts3.0.js"></script> -->
<script type="text/javascript" src="../../node_modules/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="../../JS/echarts3.0.js"></script>
<style>
body, html {
margin: 0;
@ -13,11 +15,13 @@
width: 100%;
height: 100%;
overflow: auto;
background-color: #030829;
}
.screen-container {
width: 6500px;
height: 1800px;
background-image: url('<%=request.getContextPath()%>/IMG/screen2.png');
background-image: url('../../IMG/screen2.png');
/* background-image: url('<%=request.getContextPath()%>/IMG/screen2.png'); */
background-size: 100% 100%;
background-repeat: no-repeat;
position: relative;
@ -236,14 +240,17 @@
}
},
data: [
{ value: 200, name: '雨水管' },
{ value: 180, name: '污水管' },
{ value: 150, name: '给水管' },
{ value: 120, name: '电力管' },
{ value: 100, name: '燃气管' },
{ value: 80, name: '通信管' },
{ value: 60, name: '热力管' },
{ value: 40, name: '工业管' }
{ value: 335, name: 'II级钢筋混凝土管 承插接口' },
{ value: 310, name: '焊接钢管 焊接接口' },
{ value: 274, name: '高密度聚乙烯双壁波纹管' },
{ value: 235, name: '聚乙烯PE管' },
{ value: 200, name: 'II级钢筋混凝土管' },
{ value: 180, name: '高密度聚乙烯缠绕管' },
{ value: 150, name: '焊接钢管 焊接连接' },
{ value: 140, name: '高密度聚乙烯中空壁缠绕管' },
{ value: 130, name: '钢筋混凝土管' },
{ value: 110, name: '球墨铸铁管' },
{ value: 100, name: '预应力钢筒混凝土管' }
]
}
]