Commit 764747d7 authored by 曹雷's avatar 曹雷

fix

parent 5947a1e6
#showMessage {
height: 100%;
background: url('../img/msg-bg-xp.jpg') center no-repeat;
background-size: auto 100%;
background-size: cover;
}
.login-success {
padding: 12% 8%;
......
......@@ -38,6 +38,7 @@
<link rel="stylesheet" th:href="@{/static/css/ds.css}" />
<link rel="stylesheet" th:href="@{/static/css/bootstrap.min.css}" />
<link rel="stylesheet" th:href="@{/static/css/normalize.css}" />
<link rel="shortcut icon" th:href="@{/static/img/favicon.ico}" >
<script type="text/javascript" th:src="@{/static/js/jquery-1.10.2.min.js}"></script>
<script type="text/javascript" th:src="@{/static/js/browser.js}"></script>
......
......@@ -11,10 +11,11 @@
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge">-->
<meta content="" name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<title>上海数字教材运营管理中心</title>
<title>发现服务·速享之旅</title>
<script type="text/javascript" th:src="@{/static/js/jquery-1.10.2.min.js}"></script>
<link rel="stylesheet" th:href="@{/static/css/loginSuccess.css}" />
<link rel="shortcut icon" th:href="@{/static/img/favicon.ico}" >
<!-- <link rel="stylesheet" href="../static/css/loginSuccess.css" /> -->
<!--<script src="../js/vendor/modernizr-2.6.2.min.js"></script>-->
</head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment