Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sh-ds
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李良停
sh-ds
Commits
764747d7
Commit
764747d7
authored
Mar 19, 2021
by
曹雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5947a1e6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
loginSuccess.css
...nter-agent/src/main/resources/static/css/loginSuccess.css
+1
-1
favicon.ico
...uthcenter-agent/src/main/resources/static/img/favicon.ico
+0
-0
ds.html
eden-authcenter-agent/src/main/resources/templates/ds.html
+1
-0
loginsuccess.html
...nter-agent/src/main/resources/templates/loginsuccess.html
+2
-1
No files found.
eden-authcenter-agent/src/main/resources/static/css/loginSuccess.css
View file @
764747d7
#showMessage
{
#showMessage
{
height
:
100%
;
height
:
100%
;
background
:
url('../img/msg-bg-xp.jpg')
center
no-repeat
;
background
:
url('../img/msg-bg-xp.jpg')
center
no-repeat
;
background-size
:
auto
100%
;
background-size
:
cover
;
}
}
.login-success
{
.login-success
{
padding
:
12%
8%
;
padding
:
12%
8%
;
...
...
eden-authcenter-agent/src/main/resources/static/img/favicon.ico
0 → 100644
View file @
764747d7
1.12 KB
eden-authcenter-agent/src/main/resources/templates/ds.html
View file @
764747d7
...
@@ -38,6 +38,7 @@
...
@@ -38,6 +38,7 @@
<link
rel=
"stylesheet"
th:href=
"@{/static/css/ds.css}"
/>
<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/bootstrap.min.css}"
/>
<link
rel=
"stylesheet"
th:href=
"@{/static/css/normalize.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/jquery-1.10.2.min.js}"
></script>
<script
type=
"text/javascript"
th:src=
"@{/static/js/browser.js}"
></script>
<script
type=
"text/javascript"
th:src=
"@{/static/js/browser.js}"
></script>
...
...
eden-authcenter-agent/src/main/resources/templates/loginsuccess.html
View file @
764747d7
...
@@ -11,10 +11,11 @@
...
@@ -11,10 +11,11 @@
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge">-->
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge">-->
<meta
content=
""
name=
"description"
/>
<meta
content=
""
name=
"description"
/>
<meta
content=
"width=device-width, initial-scale=1"
name=
"viewport"
/>
<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>
<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=
"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" /> -->
<!-- <link rel="stylesheet" href="../static/css/loginSuccess.css" /> -->
<!--<script src="../js/vendor/modernizr-2.6.2.min.js"></script>-->
<!--<script src="../js/vendor/modernizr-2.6.2.min.js"></script>-->
</head>
</head>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment