Browse Source

SC页面修改

anderx 7 years ago
parent
commit
3004eac011

+ 1 - 1
src/main/webapp/WEB-INF/views/sc/achievement.html

@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 	<head>
 		<meta charset="UTF-8">
-		<title></title>
+		<title>科技成果</title>
 		<meta name="viewport" content="width=device-width",initial-scale=1.0,user-scalable="yes"/>
 		<!-- <link rel="stylesheet" href="../../src/css/bootstrap.css""/>
 		<link rel="stylesheet" href="../../src/css/sichuan/detail.css""/> -->

+ 2 - 1
src/main/webapp/WEB-INF/views/sc/demand.html

@@ -2,7 +2,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 	<head>
 		<meta charset="UTF-8">
-		<title></title>
+		<title>科技需求</title>
+		<meta name="viewport" content="width=device-width",initial-scale=1.0,user-scalable="yes"/>
 		<link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
 		<link th:href="${portalHost + '/sichuan/achievement.css'}" rel="stylesheet">
 	</head>

+ 2 - 1
src/main/webapp/WEB-INF/views/sc/man.html

@@ -2,7 +2,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 	<head>
 		<meta charset="UTF-8">
-		<title></title>
+		<title>人才需求</title>
+	<meta name="viewport" content="width=device-width",initial-scale=1.0,user-scalable="yes"/>
 	<link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
 		<link th:href="${portalHost + '/sichuan/achievement.css'}" rel="stylesheet">
 	</head>

+ 4 - 2
src/main/webapp/WEB-INF/views/sc/words.html

@@ -2,7 +2,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 	<head>
 		<meta charset="UTF-8">
-		<title></title>
+		<title>留言</title>
+		<meta name="viewport" content="width=device-width",initial-scale=1.0,user-scalable="yes"/>
 		<link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
 		<link th:href="${portalHost + '/sichuan/words.css'}" rel="stylesheet">
 	</head>
@@ -55,7 +56,7 @@
 				
 				<div class="row">
 					
-						<button type="submit" class="btn btn-block btn-success tiaozhuan tijiao">
+						<button type="submit" class="btn btn-block btn-success tijiao">
 							提交
 						</button >
 					
@@ -66,6 +67,7 @@
 	<script type="text/javascript" src="../../src/js/bootstrap.min.js"></script> -->
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
+		<script type="text/javascript" th:src="${portalHost + '/sichuan/achievement.js'}"></script>
 		<script type="text/javascript" th:src="${portalHost + '/sichuan/words.js'}"></script>
 		</div>
 </html>