瀏覽代碼

文件库样式修改

yp 3 年之前
父節點
當前提交
0872ff520a

+ 8 - 8
nngkxxdp/src/main/resources/static/zdjc/css/sywj.css

@@ -20,13 +20,13 @@ body {
 }
 .hed{
 	width: 100%;
-	background-color: #210404;
+	background-color: #342B2B;
 }
 .head {
 	width: 58%;
 	margin: 0 auto;
 	height: 64px;
-	background: #210404;
+	background: #342B2B;
 	display: flex;
 	justify-content: flex-start;
 }
@@ -58,7 +58,7 @@ body {
 	width: 100%;
 	height: calc(100vh - 174px);
 	background: url(../img/bg572.png) no-repeat;
-	background-size: cover;
+	background-size: 100% 100%;
 	overflow: hidden;
 	display: flex;
     justify-content: center;
@@ -157,7 +157,7 @@ body {
 }
 
 .text_three{
-	width: 90%;
+	width: 83%;
 	/* height: 309px; */
 	height: 488px;
 	min-height:300px;
@@ -261,7 +261,7 @@ body {
 }
 
 .wrap_content ul {
-	margin-right: 40px;
+	margin-right: 0px;
 
 }
 
@@ -287,10 +287,10 @@ body {
 
 .search-area {
 	background: #FFFFFF;
-	border: 2px solid #A79675;
+	border: 2px solid #3e3728;
     border-radius: 10px;
     width: 800px;
-	height: 60px;
+	height: 48px;
 	margin: 10px 10px 20px 0px;
 	box-sizing: border-box;
 	padding: 10px 30px;
@@ -307,7 +307,7 @@ body {
     font-size: 14px;
     font-family: Microsoft YaHei;
     font-weight: 400;
-    color: #A79675;
+    color: #534b3a;
     letter-spacing: 3px;
 }
 

+ 2 - 2
nngkxxdp/src/main/resources/static/zdjc/sywj.html

@@ -85,7 +85,7 @@
 				<div class="text_content">
 					<div class="header-contanier">
 						<img alt="国徽" src="img/logo-big.png">
-						<h3 style="color: #210404">南岸区政策文件库</h3>
+						<h3 style="color: #342b2b">南岸区政策文件库</h3>
 					</div>
 
 <!--					<span class="totall">共计问答数:1234</span>-->
@@ -276,7 +276,7 @@
 					  var ul = $('.wrap_content ul');
 					  var firstLi = $('li:first', ul);
 					  firstLi.clone().appendTo(ul);
-					  ul.animate({top: "-40px"}, 1000, function(){
+					  ul.animate({top: "-46px"}, 1000, function(){
 					 	ul.css('top', '5px');
 					    firstLi.remove();
 					  })