소스 검색

头部样式

wlzhao 6 년 전
부모
커밋
dc4bd3e131
2개의 변경된 파일14개의 추가작업 그리고 3개의 파일을 삭제
  1. 13 2
      src/main/resources/static/home/css/home.css
  2. 1 1
      src/main/resources/templates/home/common/header.html

+ 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>