提交 f690956f authored 作者: matian's avatar matian

修改锚点定位问题

上级 00c50575
...@@ -100,3 +100,6 @@ body { ...@@ -100,3 +100,6 @@ body {
:root { :root {
--main-color: #aa1941; --main-color: #aa1941;
} }
html{
scroll-padding-top: 90px;
}
\ No newline at end of file
...@@ -53,33 +53,10 @@ ...@@ -53,33 +53,10 @@
<dt>邮箱</dt> <dt>邮箱</dt>
<dd><a href="mailto:THHZJFI@ezijing.com" class="mail">THHZJFI@ezijing.com</a></dd> <dd><a href="mailto:THHZJFI@ezijing.com" class="mail">THHZJFI@ezijing.com</a></dd>
</dl> </dl>
<!-- <div class="con_link">
地 址:北京市海淀区中关村东路1号院清华科技园7号楼5层
<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;深圳市福田区博今商务广场A座22层
</div>
<div class="con_link">邮箱:THHZJFI@ezijing.com</div> -->
</div> </div>
</div> </div>
</div> </div>
<!-- pc -->
<!-- <div class="app-footer-link app-footer-link-pc">
<ul class="app-footer-link-item">
<li>清控紫荆金融保险学院</li>
<li>清控紫荆金融保险研究院</li>
</ul>
</div> -->
</div> </div>
<!-- <div class="app-footer-contact">
<h2>联系我们</h2>
<dl>
<dt>地址</dt>
<dd>北京市海淀区中关村东路1号院清华科技园7号楼威盛大厦5层</dd>
</dl>
<dl>
<dt>邮箱</dt>
<dd><a href="mailto:service@ezijing.com" class="mail">service@ezijing.com</a></dd>
</dl>
</div> -->
<div class="app-footer-qrcode"> <div class="app-footer-qrcode">
<img src="https://webapp-pub.ezijing.com/project_online/fi/qrcode.png" width="120" /> <img src="https://webapp-pub.ezijing.com/project_online/fi/qrcode.png" width="120" />
<div class="app-footer-qrcode-content"> <div class="app-footer-qrcode-content">
...@@ -244,31 +221,53 @@ ...@@ -244,31 +221,53 @@
display: none; display: none;
} }
.is-h5 { .is-h5 {
.app-footer-link-pc { .app-footer {
display: none; .app-footer-inner {
padding: 0.2rem;
}
.app-copyright-inner {
display: flex;
flex-direction: column;
}
} }
.app-footer-link-h5 { .app-footer-left__top {
display: flex; .app-footer-logo {
img {
display: none;
}
}
} }
.app-footer-inner { .app-footer-left__bottom {
padding: 0.5rem 0.45rem; display: flex;
flex-direction: column; flex-direction: column;
} justify-content: flex-start;
.app-footer-left { .tit {
.app-name { font-size: 0.15rem;
font-size: 0.3rem;
line-height: 0.3rem;
} }
} .con {
.app-footer-link-item { margin-top: 0.2rem;
font-size: 0.22rem; .con_link {
} font-size: 0.1rem;
.app-footer-contact { }
margin: 0.1rem 0; dt {
h2 { width: 0.5rem;
display: none; font-size: 0.1rem;
text-align-last: justify;
white-space: nowrap;
}
dd {
&::before {
content: ':';
}
}
dd {
font-size: 0.1rem;
white-space: nowrap;
}
} }
} }
.app-footer-qrcode { .app-footer-qrcode {
display: none; display: none;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论