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
b1f02ac2
Commit
b1f02ac2
authored
Mar 18, 2021
by
喻春霖
Browse files
Options
Browse Files
Download
Plain Diff
fixed
parents
5cf15ea5
eea6cfc5
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
103 additions
and
49 deletions
+103
-49
loginSuccess.css
...nter-agent/src/main/resources/static/css/loginSuccess.css
+35
-0
msg-bg-dp.jpg
...hcenter-agent/src/main/resources/static/img/msg-bg-dp.jpg
+0
-0
msg-bg-xp.jpg
...hcenter-agent/src/main/resources/static/img/msg-bg-xp.jpg
+0
-0
loginsuccess.html
...nter-agent/src/main/resources/templates/loginsuccess.html
+68
-49
No files found.
eden-authcenter-agent/src/main/resources/static/css/loginSuccess.css
0 → 100644
View file @
b1f02ac2
#showMessage
{
height
:
100%
;
background
:
url('../img/msg-bg-xp.jpg')
center
no-repeat
;
background-size
:
auto
100%
;
}
.login-success
{
padding
:
14%
12%
;
font-size
:
26px
;
color
:
white
;
letter-spacing
:
8px
;
font-weight
:
900
;
}
@media
screen
and
(
min-width
:
1025px
)
and
(
max-width
:
1280px
)
{
.login-success
{
font-size
:
22px
;
}
}
@media
screen
and
(
min-width
:
768px
)
and
(
max-width
:
1024px
)
{
.login-success
{
font-size
:
18px
;
}
}
@media
screen
and
(
max-width
:
767px
)
{
.login-success
{
font-size
:
14px
;
}
}
@media
screen
and
(
min-width
:
1921px
)
and
(
max-width
:
3000px
)
{
.login-success
{
font-size
:
32px
;
}
}
eden-authcenter-agent/src/main/resources/static/img/msg-bg-dp.jpg
0 → 100644
View file @
b1f02ac2
343 KB
eden-authcenter-agent/src/main/resources/static/img/msg-bg-xp.jpg
0 → 100644
View file @
b1f02ac2
253 KB
eden-authcenter-agent/src/main/resources/templates/loginsuccess.html
View file @
b1f02ac2
This diff is collapsed.
Click to expand it.
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