@@ -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;
color: #a3a3a3;
padding: 0 20px;
line-height: 65px;
@@ -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>