Quellcode durchsuchen

登录页字体修改

zhaowenli vor 5 Jahren
Ursprung
Commit
29ef7bdb41
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/main/resources/templates/home/common/headerLogin.html

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

@@ -12,7 +12,7 @@
 				<div class="logo fl">
 <!--					<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>
+					<span style="font-size: 20px;font-weight: normal;padding-left: 15px;">苏州高新区企业服务云平台</span>
 				</div>
 				<!--<div class="name fl hidden-xs">-->
 					<!--<a th:href="${logo.link}" th:if="${logo.link}">[[${logo.name}]]</a>-->