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
5947a1e6
Commit
5947a1e6
authored
Mar 18, 2021
by
曹雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
bd10f547
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
loginSuccess.css
...nter-agent/src/main/resources/static/css/loginSuccess.css
+9
-7
loginsuccess.html
...nter-agent/src/main/resources/templates/loginsuccess.html
+3
-3
No files found.
eden-authcenter-agent/src/main/resources/static/css/loginSuccess.css
View file @
5947a1e6
...
...
@@ -4,25 +4,27 @@
background-size
:
auto
100%
;
}
.login-success
{
padding
:
1
4%
12
%
;
padding
:
1
2%
8
%
;
font-size
:
26px
;
color
:
white
;
letter-spacing
:
8px
;
font-weight
:
900
;
height
:
calc
(
100%
-50px
);
}
.login-success-hello
{
font-size
:
3
4
px
;
font-size
:
3
2
px
;
margin-bottom
:
45px
;
}
.login-success-footer
{
position
:
absolute
;
bottom
:
2
0px
;
bottom
:
0px
;
text-align
:
center
;
width
:
100%
;
background-color
:
white
;
}
.login-success-footer-text
{
margin
:
2
px
0
;
font-size
:
1
6
px
;
margin
:
6
px
0
;
font-size
:
1
4
px
;
}
@media
screen
and
(
min-width
:
1025px
)
and
(
max-width
:
1280px
)
{
...
...
@@ -30,7 +32,7 @@
font-size
:
22px
;
}
.login-success-hello
{
font-size
:
30
px
;
font-size
:
28
px
;
margin-bottom
:
40px
;
}
}
...
...
@@ -40,7 +42,7 @@
font-size
:
18px
;
}
.login-success-hello
{
font-size
:
2
6
px
;
font-size
:
2
4
px
;
margin-bottom
:
30px
;
}
}
...
...
eden-authcenter-agent/src/main/resources/templates/loginsuccess.html
View file @
5947a1e6
...
...
@@ -61,9 +61,9 @@
<span
th:if=
"${clientDataInfo.authUserInfo.source} == 'edenoperation'"
>
上海数字教材
</span>
<span
th:if=
"${clientDataInfo.authUserInfo.source} == 'dianjiaoguan'"
>
上海基础教育
</span>
<span
th:if=
"${clientDataInfo.authUserInfo.source} == 'qpjy'"
>
青浦教育
</span>
的
<span
th:text=
"${clientDataInfo.authUserInfo.realName}"
></span>
<span
th:if=
" ${clientDataInfo.authUserInfo.userType != null } and ${clientDataInfo.authUserInfo.userType.name() == 'TEACHER'}"
>
(教师)
</span>
<span
th:if=
" ${clientDataInfo.authUserInfo.userType != null } and ${clientDataInfo.authUserInfo.userType.name() == 'STUDENT'}"
>
(学生)
</span>
<span
th:text=
"${clientDataInfo.authUserInfo.realName}"
></span>
<span
th:if=
" ${clientDataInfo.authUserInfo.userType != null } and ${clientDataInfo.authUserInfo.userType.name() == 'TEACHER'}"
>
(教师)
</span><span
th:if=
" ${clientDataInfo.authUserInfo.userType != null } and ${clientDataInfo.authUserInfo.userType.name() == 'STUDENT'}"
>
(学生)
</span>
</p>
<p>
欢迎使用“发现服务·速享之旅”
</p>
<p>
统一身份认证服务。
</p>
...
...
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