Commit 3a960505 authored by 喻春霖's avatar 喻春霖

fixed

parent fb9470b6
......@@ -41,7 +41,7 @@
display: flex;
}
.ds-content-city > p {
width: 100px;
width: 90px;
color: white;
font-size: 20px;
line-height: 42px;
......@@ -55,7 +55,7 @@
display: flex;
}
.ds-content-district > p {
width: 100px;
width: 90px;
color: white;
font-size: 20px;
line-height: 52px;
......@@ -129,3 +129,34 @@
margin: 0;
margin-bottom: 6px;
}
@media screen and (max-width: 960px) {
.ds-header-img {
height: 80px;
}
.ds-content-title {
padding: 30px 0 0 0;
margin: 10px 0 10px 0;
font-size: 25px;
}
.ds-content-city {
width: 90%;
margin: 0 auto;
display: flex;
}
.ds-content-city > p {
font-size: 18px;
}
.ds-content-district {
width: 90%;
margin: 0 auto;
display: flex;
}
.ds-content-district > p {
font-size: 18px;
}
.idp-btn {
width: 114px;
height: 42px;
}
}
\ No newline at end of file
......@@ -100,7 +100,7 @@
<p class="ds-content-text">点击图标前往所属认证源 · · ·</p>
<div class="szjc-login">
<p>如果您曾经参与上海市中小学数字教材试验项目,</p>
<p><a style="color: red;" onclick="toLogin('szjc')">点击此处使用数字教材账号登录>></a></p>
<p><a style="color: red;" onclick="toLogin('szjc')">可以点击此处使用数字教材账号登录>></a></p>
</div>
</div>
</div>
......
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