mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化大屏
This commit is contained in:
parent
344bbb50d8
commit
1ca685f7f7
@ -1,6 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>HC小区管理系统|java110</title>
|
||||
<!-- 新 Bootstrap 核心 CSS 文件 -->
|
||||
@ -10,9 +11,19 @@
|
||||
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<link href="css/index.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<header>丰仪家园数据分析</header>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<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="row">
|
||||
<div class="col-lg-3">
|
||||
@ -32,10 +43,18 @@
|
||||
<div class="box3_con_right">
|
||||
<div class="box3_con_right_top">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 data_bg"><p>12569栋</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 class="col-lg-4 data_bg">
|
||||
<p>12569栋</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 class="box3_con_right_bot" id="box3_right"></div>
|
||||
@ -74,5 +93,6 @@
|
||||
<script type="text/javascript" src="js/box3.js"></script>
|
||||
<script type="text/javascript" src="js/box4.js"></script>
|
||||
<script type="text/javascript" src="js/box5.js"></script>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user