提交 b18d8fac authored 作者: lihuihui's avatar lihuihui

添加备案休息

上级 d7fbcd89
This source diff could not be displayed because it is too large. You can view the blob instead.
<template> <template>
<div class="homepage_footer"> <div class="homepage_footer">
<div class="fo-bg"></div> <div class="flex">
<div class="homepage_footer_body"> <div class="fo-bg"></div>
<div class="footer_lj fot"> <div class="homepage_footer_body">
<h4> <div class="footer_lj fot">
<span>学校官网</span> <h4>
</h4> <span>学校官网</span>
<a href="https://www.campbellsville.edu" target="_blank"><span class="fo">康博斯威尔大学官网</span></a> </h4>
<a href="https://www.campbellsville.edu" target="_blank"><span class="fo">康博斯威尔大学官网</span></a>
</div>
<div class="footer_cx fot">
<h4>
<span>学校认证</span>
</h4>
<a href="http://jsj.moe.gov.cn/news/1/184.shtml" target="_blank"><span class="fo">教育涉外监管网</span></a>
<a href="https://sacscoc.org/institutions/?name=campbellsville&results_per_page=25&page=1" target="_blank"><span class="fo">SACS认证</span></a>
</div>
<div class="footer_cx fot">
<h4>
<span>荣誉排名</span>
</h4>
<a href="https://www.usnews.com/best-colleges/rankings/regional-universities-south" target="_blank"><span class="fo">最佳大学第92</span></a>
<a href="https://www.bestvalueschools.org/online-colleges-kentucky/" target="_blank"><span class="fo">Bestvalue肯塔基第2</span></a>
</div>
<div class="footer_logo">
<img src="@/assets/images/logginred.png" />
<img src="@/assets/images/logo.png" alt />
</div>
</div> </div>
<div class="footer_cx fot"> </div>
<h4> <div class="copyright">
<span>学校认证</span> <div class="inner2">
</h4> <p>Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司 京ICP证150431号</p>
<a href="http://jsj.moe.gov.cn/news/1/184.shtml" target="_blank"><span class="fo">教育涉外监管网</span></a> <a class="record" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802023681">
<a href="https://sacscoc.org/institutions/?name=campbellsville&results_per_page=25&page=1" target="_blank"><span class="fo">SACS认证</span></a> <img src="https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png" alt="">
</div> <p>安备 11010802023681号</p>
<div class="footer_cx fot"> </a>
<h4> <p>京ICP备15016866号-1</p>
<span>荣誉排名</span>
</h4>
<a href="https://www.usnews.com/best-colleges/rankings/regional-universities-south" target="_blank"><span class="fo">最佳大学第92</span></a>
<a href="https://www.bestvalueschools.org/online-colleges-kentucky/" target="_blank"><span class="fo">Bestvalue肯塔基第2</span></a>
</div>
<div class="footer_logo">
<img src="@/assets/images/logginred.png" />
<img src="@/assets/images/logo.png" alt />
</div> </div>
</div> </div>
</div> </div>
...@@ -35,16 +47,46 @@ export default { name: 'page-footer' } ...@@ -35,16 +47,46 @@ export default { name: 'page-footer' }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.copyright {
height: 40px;
line-height: 40px;
color: #fff;
background: #ccc;
.inner2{
width: 100%;
justify-content: center;
display: flex;
p{
font-size: 12px;
}
.record{
color: #fff;
align-items: center;
display: flex;
margin-right: 5px;
img{
width: 20px;
height: 20px;
margin: 0 6px;
display: block;
}
}
}
}
.homepage_footer { .homepage_footer {
min-height: 460px; min-height: 460px;
display: flex;
align-items: center;
justify-content: center;
background-size: cover; background-size: cover;
background: #fff; background: #fff;
width: 100%; width: 100%;
margin: 0 auto; .flex{
position: relative; margin: 0 auto;
position: relative;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
min-height: 460px;
}
.fo-bg { .fo-bg {
position: absolute; position: absolute;
height: 100%; height: 100%;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论