|
@@ -0,0 +1,54 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
+ <meta name="viewport" content="width=device-width" />
|
|
|
+ <meta name=”SiteName” content=”重庆市南岸区人民政府”>
|
|
|
+ <meta name="SiteDomain" content="http://ww.cqna.gov.cn" />
|
|
|
+ <meta name="SiteIDCode" content="5001080014">
|
|
|
+ <meta name="ColumnName" content="重庆市南岸区政务公开惠民便民地图">
|
|
|
+ <meta name="ColumnDescription" content="重庆市南岸区政务公开惠民便民地图" />
|
|
|
+ <meta name="ColumnKeywords" content="重庆市南岸区政务公开惠民便民地图" />
|
|
|
+ <meta name="ColumnType" content="重庆市南岸区政务公开惠民便民地图" />
|
|
|
+ <title>重庆市南岸区政务公开惠民便民地图</title>
|
|
|
+</head>
|
|
|
+<style>
|
|
|
+ body {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ margin: 0px;
|
|
|
+ padding: 0px;
|
|
|
+ }
|
|
|
+
|
|
|
+ iframe {
|
|
|
+ border: 0px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .pFoot-btm {
|
|
|
+ margin-top: 0px !important;
|
|
|
+ }
|
|
|
+</style>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <div style="width:100%;height:570px" class="header"></div>
|
|
|
+ <iframe id="childshell" width="100%" height="937px" src="cytz.html"></iframe>
|
|
|
+ <div style="width:100%;" class="footer"></div>
|
|
|
+
|
|
|
+</body>
|
|
|
+<script src="js/jquery-3.5.1.min.js"></script>
|
|
|
+
|
|
|
+<script>
|
|
|
+ $(function () {
|
|
|
+ /*公共部分
|
|
|
+ * 导航栏
|
|
|
+ * footer CopyRight
|
|
|
+ */
|
|
|
+ $(".header").load('https://www.cqna.gov.cn/ggbf_search/top/top_style.html');
|
|
|
+ $(".footer").load('https://www.cqna.gov.cn/ggbf_search/ggyr/2022foot/bottomBlack.html');
|
|
|
+ });
|
|
|
+</script>
|
|
|
+
|
|
|
+
|
|
|
+</html>
|