Commit 5947a1e6 authored by 曹雷's avatar 曹雷

fix

parent bd10f547
......@@ -4,25 +4,27 @@
background-size: auto 100%;
}
.login-success {
padding: 14% 12%;
padding: 12% 8%;
font-size: 26px;
color: white;
letter-spacing: 8px;
font-weight: 900;
height: calc(100% -50px);
}
.login-success-hello {
font-size: 34px;
font-size: 32px;
margin-bottom: 45px;
}
.login-success-footer {
position: absolute;
bottom: 20px;
bottom: 0px;
text-align: center;
width: 100%;
background-color: white;
}
.login-success-footer-text {
margin: 2px 0;
font-size: 16px;
margin: 6px 0;
font-size: 14px;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
......@@ -30,7 +32,7 @@
font-size: 22px;
}
.login-success-hello {
font-size: 30px;
font-size: 28px;
margin-bottom: 40px;
}
}
......@@ -40,7 +42,7 @@
font-size: 18px;
}
.login-success-hello {
font-size: 26px;
font-size: 24px;
margin-bottom: 30px;
}
}
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment