|
@@ -5,7 +5,7 @@
|
|
|
<meta charset="UTF-8">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
- <title>学校</title>
|
|
|
+ <title>学校-重庆市南岸区人民政府网</title>
|
|
|
</head>
|
|
|
<style>
|
|
|
body{
|
|
@@ -17,11 +17,28 @@
|
|
|
iframe{
|
|
|
border: 0px;
|
|
|
}
|
|
|
+
|
|
|
+ .jdroute {
|
|
|
+ width: 80px;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 16px;
|
|
|
+ background: #004A93;
|
|
|
+ color: #fff;
|
|
|
+ float: none;
|
|
|
+ margin-top: 20px;
|
|
|
+ position: fixed;
|
|
|
+ top: 90%;
|
|
|
+ right: 0;
|
|
|
+ }
|
|
|
</style>
|
|
|
<body>
|
|
|
<div style="width:100%;" id="header"></div>
|
|
|
- <iframe id="childshell" width="100%" height="2000px" src="schoolMobile.html"></iframe>
|
|
|
+<iframe id="childshell" width="100%" height="2000px" src="schoolMobile.html"></iframe>
|
|
|
+<div class="jdroute" style="cursor:pointer;" id="route" onclick="back()">返回</div>
|
|
|
<div style="width:100%;" id="footer"></div>
|
|
|
+
|
|
|
</body>
|
|
|
<script src="js/jquery-3.5.1.min.js"></script>
|
|
|
<script type="text/javascript">
|
|
@@ -39,6 +56,11 @@
|
|
|
function setFooter(){
|
|
|
$("#footer").load("https://www.cqna.gov.cn/ggbf_search/ggyr/2022foot/foot.html")
|
|
|
}
|
|
|
+
|
|
|
+ function back(){
|
|
|
+ console.log(1)
|
|
|
+ window.location.replace("https://www.cqna.gov.cn/data/school/shellSc.html")
|
|
|
+ }
|
|
|
</script>
|
|
|
|
|
|
|