Commit 64e71a22 authored by 曹雷's avatar 曹雷

fix

parent b1f02ac2
...@@ -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;
}
} }
...@@ -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">版权所有&copy;上海教育认证中心</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>
......
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