|
@@ -8,9 +8,11 @@
|
|
|
|
|
|
|
|
<!-- 头部 -->
|
|
<!-- 头部 -->
|
|
|
<div class="head" th:fragment="headerLogin">
|
|
<div class="head" th:fragment="headerLogin">
|
|
|
- <div class="w1300 container clearfix" style="padding:15px 0">
|
|
|
|
|
|
|
+ <div class="w1300 container clearfix">
|
|
|
<div class="logo fl">
|
|
<div class="logo fl">
|
|
|
- <img th:src="@{*{fileUrl}+*{logo.fileDown.file_url}}" th:alt="*{logo.fileDown.file_name}">
|
|
|
|
|
|
|
+<!-- <img th:src="@{*{fileUrl}+*{logo.fileDown.file_url}}" th:alt="*{logo.fileDown.file_name}">-->
|
|
|
|
|
+ <img th:src="@{/img/logoPng.png}" alt="" style="background-color: #488DFB">
|
|
|
|
|
+ <span>苏州高新区企业服务云平台</span>
|
|
|
</div>
|
|
</div>
|
|
|
<!--<div class="name fl hidden-xs">-->
|
|
<!--<div class="name fl hidden-xs">-->
|
|
|
<!--<a th:href="${logo.link}" th:if="${logo.link}">[[${logo.name}]]</a>-->
|
|
<!--<a th:href="${logo.link}" th:if="${logo.link}">[[${logo.name}]]</a>-->
|