wlzhao %!s(int64=6) %!d(string=hai) anos
pai
achega
ff292196d3

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

@@ -359,10 +359,21 @@ em{
 	/*margin-top: 5px;*/
 	font-size: 22px;
 }
-.logo img{
+.logoNew img {
 	width: auto;
 	height: 100%;
+	display: inline-block;
 	background-color: #488DFB;
+	margin-top: -5px;
+}
+.logoNew span {
+	font-size: 18px;
+	font-weight: bold;
+}
+.logo img{
+	width: auto;
+	height: 100%;
+	/*background-color: #488DFB;*/
 	display: inline-block;
 	margin-top: -5px;
 }
@@ -625,7 +636,7 @@ em{
 	/*background-color: #19273c;*/
 }
 .navbar-default .nave_style ul li a{
-	font-size: 16px;
+	font-size: 18px;
 	color: #a3a3a3;
 	padding: 0 20px;
 	line-height: 65px;

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

@@ -13,7 +13,7 @@
 	<!-- 头部 -->
 		<div class="head" th:fragment="header">
 			<div class="headLine">
-				<div class="logo">
+				<div class="logoNew">
 					<img  th:src="@{/assets/images/logoPng.png}" th:alt="logo" th:title="苏州高新区企业发展服务云平台">
 					<span>苏州高新区企业发展服务云平台</span>
 				</div>