You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.0 KiB

10 months ago
<#include "../../_include/_t.ftl"/>
<!DOCTYPE html>
<html>
<head>
<title></title>
<#include "../../_include/_h.ftl"/>
<#include "../../_include/_l.ftl"/>
<#include "../../_include/_j.ftl"/>
<#include "../../_include/_z.ftl"/>
<#include "../../_include/_e.ftl"/>
<#include "../../_include/bdata/_c.ftl"/>
<style type="text/css">
.aes-yellow{
color:#333333 !important;
background-color:#F4D26F !important;
}
.aes-red{
color:#ffffff !important;
background-color:red !important;
}
</style>
</head>
<body class="layui-layout-body">
<div class="layui-layout layui-layout-admin">
<!-- 内容主体区域 -->
<div class="layui-body" style="top:0;">
<div class="page_content" style="margin-left: 0px;width: 100%;">
<div class="layui-show" style="min-height: 100%;padding:30px 50px;">
<h1 style="text-align:center;margin-bottom:20px;">按月统计火灾隐患</h1>
</div>
</div>
</div>
</div>
<script type="text/javascript">
layuiplus.on_w_1(function(){
layuiplus.init(1);
});
</script>
</body>
</html>