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
64e71a22
Commit
64e71a22
authored
Mar 18, 2021
by
曹雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b1f02ac2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
6 deletions
+41
-6
loginSuccess.css
...nter-agent/src/main/resources/static/css/loginSuccess.css
+30
-0
loginsuccess.html
...nter-agent/src/main/resources/templates/loginsuccess.html
+11
-6
No files found.
eden-authcenter-agent/src/main/resources/static/css/loginSuccess.css
View file @
64e71a22
...
@@ -10,26 +10,56 @@
...
@@ -10,26 +10,56 @@
letter-spacing
:
8px
;
letter-spacing
:
8px
;
font-weight
:
900
;
font-weight
:
900
;
}
}
.login-success-hello
{
font-size
:
34px
;
margin-bottom
:
45px
;
}
.login-success-footer
{
position
:
absolute
;
bottom
:
20px
;
text-align
:
center
;
width
:
100%
;
}
.login-success-footer-text
{
margin
:
2px
0
;
font-size
:
16px
;
}
@media
screen
and
(
min-width
:
1025px
)
and
(
max-width
:
1280px
)
{
@media
screen
and
(
min-width
:
1025px
)
and
(
max-width
:
1280px
)
{
.login-success
{
.login-success
{
font-size
:
22px
;
font-size
:
22px
;
}
}
.login-success-hello
{
font-size
:
30px
;
margin-bottom
:
40px
;
}
}
}
@media
screen
and
(
min-width
:
768px
)
and
(
max-width
:
1024px
)
{
@media
screen
and
(
min-width
:
768px
)
and
(
max-width
:
1024px
)
{
.login-success
{
.login-success
{
font-size
:
18px
;
font-size
:
18px
;
}
}
.login-success-hello
{
font-size
:
26px
;
margin-bottom
:
30px
;
}
}
}
@media
screen
and
(
max-width
:
767px
)
{
@media
screen
and
(
max-width
:
767px
)
{
.login-success
{
.login-success
{
font-size
:
14px
;
font-size
:
14px
;
}
}
.login-success-hello
{
font-size
:
20px
;
margin-bottom
:
30px
;
}
}
}
@media
screen
and
(
min-width
:
1921px
)
and
(
max-width
:
3000px
)
{
@media
screen
and
(
min-width
:
1921px
)
and
(
max-width
:
3000px
)
{
.login-success
{
.login-success
{
font-size
:
32px
;
font-size
:
32px
;
}
}
.login-success-hello
{
font-size
:
42px
;
margin-bottom
:
60px
;
}
}
}
eden-authcenter-agent/src/main/resources/templates/loginsuccess.html
View file @
64e71a22
...
@@ -14,7 +14,8 @@
...
@@ -14,7 +14,8 @@
<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=
"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>
...
@@ -55,19 +56,23 @@
...
@@ -55,19 +56,23 @@
<div
id=
"showMessage"
>
<div
id=
"showMessage"
>
<div
class=
"login-success"
>
<div
class=
"login-success"
>
<p>
您好,来自
<p
class=
"login-success-hello"
>
您好,来自
<span
th:if=
"${clientDataInfo.authUserInfo.source} == 'edenoperation'"
>
上海数字教材
</span>
<span
th:if=
"${clientDataInfo.authUserInfo.source} == 'edenoperation'"
>
上海数字教材
</span>
<span
th:if=
"${clientDataInfo.authUserInfo.source} == 'dianjiaoguan'"
>
上海基础教育
</span>
<span
th:if=
"${clientDataInfo.authUserInfo.source} == 'dianjiaoguan'"
>
上海基础教育
</span>
<span
th:if=
"${clientDataInfo.authUserInfo.source} == 'qpjy'"
>
青浦教育
</span>
的
<span
th:if=
"${clientDataInfo.authUserInfo.source} == 'qpjy'"
>
青浦教育
</span>
的
<span
th:text=
"${clientDataInfo.authUserInfo.realName}"
></span>
<span
th:text=
"${clientDataInfo.authUserInfo.realName}"
></span>
<span
th:if=
"${clientDataInfo.authUserInfo.userType} == '
teacher
'"
>
(教师)
</span>
<span
th:if=
"${clientDataInfo.authUserInfo.userType} == '
TEACHER
'"
>
(教师)
</span>
<span
th:if=
"${clientDataInfo.authUserInfo.userType} == '
student
'"
>
(学生)
</span>
<span
th:if=
"${clientDataInfo.authUserInfo.userType} == '
STUDENT
'"
>
(学生)
</span>
</p>
</p>
<p>
欢迎使用“发现服务·速享之旅”
</p>
<p>
欢迎使用“发现服务·速享之旅”
</p>
<p>
统一身份认证服务
</p>
<p>
统一身份认证服务
。
</p>
</div>
</div>
<div
class=
"login-success-footer"
>
<p
class=
"login-success-footer-text"
>
版权所有
©
上海教育认证中心
</p>
</div>
</div>
<!-- <p id="showMessage" style="font-size: 26px; text-align:center;display: none">尊敬的
</div>
<!-- <p id="showMessage" style="font-size: 26px; text-align:center; display: none">尊敬的
<span th:text="${clientDataInfo.authUserInfo.realName}"></span>(id:
<span th:text="${clientDataInfo.authUserInfo.realName}"></span>(id:
<span th:text="${clientDataInfo.authUserInfo.id}"></span>),恭喜您通过
<span th:text="${clientDataInfo.authUserInfo.id}"></span>),恭喜您通过
<span th:if="${clientDataInfo.authUserInfo.source} == 'edenoperation'">上海数字教材</span>
<span th:if="${clientDataInfo.authUserInfo.source} == 'edenoperation'">上海数字教材</span>
...
...
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