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