Commit ff703fb5 by Tang

feat: 登录页footer优化

parent d3473e38
......@@ -12,7 +12,16 @@
</div>
<div class="bottom">
<span>版权所有:中国物品编码中心</span>
<span>京ICP备11036137号-10 | 京公网安备11010102001434号</span>
<div><a class="gs-hover" href="https://beian.miit.gov.cn/" target="_blank"
>京ICP备11036137号-10</a
> | <a class="gs-hover"
href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010102005499"
>
<img
src="../../assets/image/foot/beian.png"
alt=""
/>京公网安备11010102005499号</a
></div>
<span>地址:北京市东城区安定门外大街138号皇城国际大厦B座3-6层 | 邮编:100011</span>
</div>
</div>
......@@ -95,9 +104,16 @@ export default {
margin-top: 40px;
span {
> span, > div {
margin: 0 10px;
}
>div > a{
color: white;
img{
margin-right: 4px;
}
}
}
}
......@@ -121,7 +137,7 @@ export default {
@media (max-width: 767px) {
//<=768的设备
.gs-entry {
.header{
.header {
flex: 0 0 60px;
//padding-top: 20px;
padding-bottom: 10px;
......@@ -130,6 +146,7 @@ export default {
padding-left: 6%;
}
}
.body {
.content {
padding-top: 30px;
......
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