优化大屏

This commit is contained in:
java110 2020-08-08 18:58:34 +08:00
parent 344bbb50d8
commit 1ca685f7f7

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>HC小区管理系统|java110</title> <title>HC小区管理系统|java110</title>
@ -11,8 +12,18 @@
<script src="js/bootstrap.min.js"></script> <script src="js/bootstrap.min.js"></script>
<link href="css/index.css" rel="stylesheet" /> <link href="css/index.css" rel="stylesheet" />
</head> </head>
<body> <body>
<header>丰仪家园数据分析</header> <header>
丰仪家园数据分析
</header>
<div style=" position: absolute;
right: 60px;
top: 35px;
color: #487bff;
font-size: 22px;">
<a href="/">控制台</span>
</div>
<div class="container m-20"> <div class="container m-20">
<div class="row"> <div class="row">
<div class="col-lg-3"> <div class="col-lg-3">
@ -32,10 +43,18 @@
<div class="box3_con_right"> <div class="box3_con_right">
<div class="box3_con_right_top"> <div class="box3_con_right_top">
<div class="row"> <div class="row">
<div class="col-lg-4 data_bg"><p>12569栋</p><small>楼栋总数</small></div> <div class="col-lg-4 data_bg">
<div class="col-lg-4 data_bg"><p>178人</p><small>业主总数</small></div> <p>12569栋</p><small>楼栋总数</small>
<div class="col-lg-4 data_bg"><p>12569个</p><small>车位总数</small></div> </div>
<div class="col-lg-4 data_bg"><p>12375台</p><small>设备总数</small></div> <div class="col-lg-4 data_bg">
<p>178人</p><small>业主总数</small>
</div>
<div class="col-lg-4 data_bg">
<p>12569个</p><small>车位总数</small>
</div>
<div class="col-lg-4 data_bg">
<p>12375台</p><small>设备总数</small>
</div>
</div> </div>
</div> </div>
<div class="box3_con_right_bot" id="box3_right"></div> <div class="box3_con_right_bot" id="box3_right"></div>
@ -75,4 +94,5 @@
<script type="text/javascript" src="js/box4.js"></script> <script type="text/javascript" src="js/box4.js"></script>
<script type="text/javascript" src="js/box5.js"></script> <script type="text/javascript" src="js/box5.js"></script>
</body> </body>
</html> </html>