wlzhao преди 6 години
родител
ревизия
9c3f603095

+ 2 - 1
src/main/resources/static/home/css/home.css

@@ -636,7 +636,7 @@ em{
 }
 .navbar-default .nave_style ul li a{
 	font-size: 18px;
-	color: #a3a3a3;
+	color: #000;
 	padding: 0 20px;
 	line-height: 65px;
 }
@@ -652,6 +652,7 @@ em{
 	left: 0;
 	background: #fff;
 	z-index: 10;
+	box-shadow: -1px 1px 5px #bebebe;
 }
 .navbar-default .nave_style ul li .second-menu a {
 	font-size: 14px;

+ 1 - 1
src/main/resources/templates/home/common/header.html

@@ -71,7 +71,7 @@
 						<!--<a th:if="*{id==80}" onclick="checkLogin1('azw')" th:id="*{id}" name="safetySupervision" th:text="*{name}" ></a>-->
 					<!--</li>-->
 					<li role="presentation" >
-						<a th:href="/index/#/newsList" data-title="通知公告">通知公告</a>
+						<a href="/index/#/newsList" data-title="通知公告">通知公告</a>
 					</li>
 					<li role="presentation" >
 						<a href="/serviceleague/home/policy" data-title="政策雷达" target="_blank">政策雷达</a>

+ 1 - 1
src/main/resources/templates/home/html/contents.html

@@ -470,7 +470,7 @@
                             '        <div class="col-sm-1 col-md-1 col-lg-1 col-xs-1">' +
                             '            <span class="project-apply" id="apply_status">'+ applyStatus +'</span>' +
                             '        </div>' +*/
-                            '        <div class="col-sm-11 col-md-11 col-lg-11 col-xs-11" style="display: inline-block;width: 80%">' +
+                            '        <div class="col-sm-11 col-md-11 col-lg-11 col-xs-11" style="display: inline-block;width: 100%">' +
                             '            <p style="display: inline-block;width: 80%;" class="textEllipsis">' +
                             '                <a href="'+ pagePath +'/home/projectDetail/'+ projects[i].id +'/'+ projects[i].isFilling +'" target="_blank">【' +
                             '                    '+ projects[i].project_source_name +'】 ' +