嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 5 元微信扫码支付:5 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
智慧供水系统
智慧供水系统
话不多说直接上图
Index首页:
Main页:
monitoring-point监测点页:
User用户界面:
equipment设备详情页:
analysis系统分析页面:
代码截图:
.
└── demo_1012_bootstrap
├── analysis.html
├── bootstrap
│ ├── css
│ │ ├── bootstrap-theme.css
│ │ ├── bootstrap-theme.css.map
│ │ ├── bootstrap-theme.min.css
│ │ ├── bootstrap-theme.min.css.map
│ │ ├── bootstrap.css
│ │ ├── bootstrap.css.map
│ │ ├── bootstrap.min.css
│ │ └── bootstrap.min.css.map
│ ├── fonts
│ │ ├── glyphicons-halflings-regular.eot
│ │ ├── glyphicons-halflings-regular.svg
│ │ ├── glyphicons-halflings-regular.ttf
│ │ ├── glyphicons-halflings-regular.woff
│ │ └── glyphicons-halflings-regular.woff2
│ └── js
│ ├── bootstrap.js
│ ├── bootstrap.min.js
│ └── npm.js
├── css
│ ├── analysis.css
│ ├── index.css
│ ├── main.css
│ ├── monitoring-point.css
│ └── user.css
├── echarts
│ ├── echarts.common.js
│ ├── echarts.common.js.map
│ ├── echarts.common.min.js
│ ├── echarts.esm.js
│ ├── echarts.esm.js.map
│ ├── echarts.esm.min.js
│ ├── echarts.js
│ ├── echarts.js.map
│ ├── echarts.min.js
│ ├── echarts.simple.js
│ ├── echarts.simple.js.map
│ ├── echarts.simple.min.js
│ └── extension
│ ├── bmap.js
│ ├── bmap.js.map
│ ├── bmap.min.js
│ ├── dataTool.js
│ ├── dataTool.js.map
│ └── dataTool.min.js
├── equipment.html
├── img
│ ├── all.png
│ ├── analysis.png
│ ├── bg .jpg
│ ├── boll.png
│ ├── car.png
│ ├── darrow.png
│ ├── darrow2.png
│ ├── docment.png
│ ├── equipment.png
│ ├── head.png
│ ├── head_portrait.png
│ ├── line.png
│ ├── message.png
│ ├── monitoring-point.png
│ ├── notice.png
│ ├── pic.png
│ ├── pie.png
│ ├── post.png
│ ├── tou.jpg
│ ├── user-manage.png
│ └── xitong.png
├── index.html
├── js
│ └── jquery-3.0.0.min.js
├── main.html
├── monitoring-point.html
└── user.html
10 directories, 67 files