Преглед изворни кода

文件搜索底部颜色调整

yp пре 3 година
родитељ
комит
8a289976a8

+ 47 - 0
nngkxxdp/src/main/resources/static/zdjc/css/wj2.css

@@ -210,7 +210,54 @@ a {
     align-items: center;
     cursor: pointer;
 }
+.three_pic {
+	display: flex;
+}
+.three_pic>a:nth-child(1) {
+	width: 49px;
+	height: 60px;
+	margin-right: 15px;
+}
+
+.three_pic>a:nth-child(2) {
+	width: 36px;
+	height: 60px;
+	margin-right: 15px;
+}
+
+.three_pic>span:nth-child(3) {
+	width: 110px;
+	height: 55px;
+	margin-right: 15px;
+	cursor: pointer;
+}
+.f_list {
+	padding-top: 34px;
+}
+.f_list a,
+.f_list span {
+	display: inline-block;
+	color: #fff;
+	font-size: 14.58px;
+	margin-right: 6px;
+}
+.f_text {
+	color: #fff;
+	font-size: 14px;
+	line-height: 24px;
+	padding-top: 8px;
+	width: 727px;
+}
+.foot_content {
 
+	height: 110px;
+	margin: 0 auto;
+	/* padding-top: 24px; */
+	background-color: #A79675;
+	display: flex;
+	justify-content: center;
+	align-items: center;
+}
 .search-area .all {
 	height: 61px;
     line-height: 60px;

+ 27 - 3
nngkxxdp/src/main/resources/static/zdjc/wj2.html

@@ -101,8 +101,32 @@
 				<div class="more" style="cursor: pointer;">更多>></div>
 			</div>
 		</div>
-		<div id="foot"></div>
-		
+<!--		<div id="foot"></div>-->
+		<div class="foot_content">
+			<div class="three_pic">
+				<a href="http://bszs.conac.cn/sitename?method=show&id=169360097F9303C8E053022819AC5CD0" target="_blank">
+					<img src="img/dzjg.png" >
+				</a>
+				<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=50010802001142" target="_blank">
+					<img src="img/jc.png" >
+				</a>
+				<span>
+
+				<img src="img/zfwz.png" >
+			</span>
+			</div>
+			<div class="f_text">
+				<p>重庆市南岸区人民政府 版权所有 主办:重庆市南岸区人民政府办公室</p>
+				<p>ICP备案:渝ICP备2021011583号 政府网站标识码:5001080014<span><img src="img/jh.png" ></span>渝公网安备 50010802001142号</p>
+			</div>
+			<div class="f_list">
+				<a href="http://www.cqna.gov.cn/ggbf_search/lxwm/202109/t20210910_9683034.html">联系我们</a>
+				<span>|</span>
+				<a href="http://www.cqna.gov.cn/ggbf_search/wzdt/">网站地图</a>
+				<span>|</span>
+				<a href="http://www.cqna.gov.cn/ggbf_search/bqsm/202109/t20210910_9683174.html">版权说明</a>
+			</div>
+		</div>
 		<div class="quesTanchu" id="quesTanchu">
 			<div class="layui-form" style="    width: 90%;min-width: 500px !important;">
 				<div class="layui-form-item">
@@ -192,7 +216,7 @@
 					layer = layui.layer;
 
 				$('#head').load("header.html");
-				$('#foot').load("foot.html");
+				// $('#foot').load("foot.html");
 
 				$(".all").mouseenter(function(){
 					$(".tangchu").css("display","block");