修改BUG:注册完成网页页面引用资源路径错误

This commit is contained in:
Argo-Lenovo 2017-04-06 18:13:38 +08:00
parent ad634d3a80
commit 14b3f1cb23
1 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@
<title>注册成功</title>
<link rel="shortcut icon" href="../../favicon.ico" />
<!-- 新 Bootstrap 核心 CSS 文件 -->
<link href="../css/bootstrap.css" rel="stylesheet">
<link href="../css/bootstrap-theme.css" rel="stylesheet">
<link href="../bootstrap.css" rel="stylesheet">
<link href="../bootstrap-theme.css" rel="stylesheet">
<style type="text/css">
body {
background: #02bac6 url("images/lock-bg.jpg");
background: #02bac6 url("../images/lock-bg.jpg");
background-size: cover;
background-repeat: repeat;
}