提交 39a549e2 authored 作者: matian's avatar matian

底部修改h5

上级 8520f757
<template> <template>
<footer class="main-footer"> <footer class="main-footer">
<div class="top"> <div class="top">
<div class="link">
<div class="link-left link-con">
<div class="tit">关于项目</div>
<div class="tit">常见问题</div>
<div class="tit">清控紫荆教育</div>
<div class="tit">国际硕士1+1</div>
</div>
<div class="line"></div>
<div class="link-center link-con">
<div class="tit">招生信息</div>
<div class="tit">院校介绍</div>
<div class="tit">师资力量</div>
</div>
<div class="line"></div>
<div class="link-right link-con">
<div class="tit">报名系统</div>
<div class="tit">资料下载</div>
<div class="tit">归国政策</div>
</div>
</div>
<div class="about"> <div class="about">
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;址:北京市海淀区中关村东路1号院清华科技园7号楼5层</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;址:北京市海淀区中关村东路1号院清华科技园7号楼5层</p>
<p>联系电话:010-62799201</p> <p>联系电话:010-62799201</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;箱:service@ezijing.com</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;箱:service@ezijing.com</p>
</div> </div>
<div class="link"> <!-- <div class="link">
<template v-for="(item, index) in link"> <template v-for="(item, index) in link">
<a :href="item.href" :key="index" target="_blank">{{ item.title }}</a> <a :href="item.href" :key="index" target="_blank">{{ item.title }}</a>
</template> </template>
...@@ -21,7 +41,7 @@ ...@@ -21,7 +41,7 @@
<div class="copyright"> <div class="copyright">
<p>Copyright @ 2017 Zijing Education. All rights reserved.</p> <p>Copyright @ 2017 Zijing Education. All rights reserved.</p>
<p>京ICP证150431号 <img src="~/assets/images/icon_jinghui.png" height="12" />京公网安备 11010802023681号</p> <p>京ICP证150431号 <img src="~/assets/images/icon_jinghui.png" height="12" />京公网安备 11010802023681号</p>
<p>清控紫荆(北京)教育科技股份有限公司</p> <p>清控紫荆(北京)教育科技股份有限公司</p> -->
</div> </div>
</footer> </footer>
</template> </template>
...@@ -54,45 +74,41 @@ export default { ...@@ -54,45 +74,41 @@ export default {
color: #fff; color: #fff;
background-color: #aa1941; background-color: #aa1941;
padding: 0.24rem 0.15rem; padding: 0.24rem 0.15rem;
} .link {
.about { display: flex;
p { justify-content: space-around;
font-size: 0.11rem; align-items: flex-start;
} .line {
p + p { width: 0px;
margin-top: 10px; height: 0.7rem;
} border: 0.005rem solid #cc9d9d;
} margin-top: 0.05rem;
.link { opacity: 0.5;
margin-top: 0.22rem; }
a { .link-con {
font-size: 0.11rem; display: flex;
margin-right: 0.2rem; justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
.tit {
font-size: 0.11rem;
line-height: 0.2rem;
font-weight: 300;
color: #ededed;
}
}
} }
} .about {
.friendlink { padding: 0.24rem 0.15rem;
font-size: 0.11rem;
margin-top: 0.22rem; p {
a { font-size: 0.11rem;
font-size: 0.11rem; font-weight: 300;
line-height: 0.18rem; color: #ffffff;
margin-right: 0.1rem; }
white-space: nowrap; p + p {
} margin-top: 10px;
} }
.copyright {
padding: 0.15rem 0 0.24rem;
p {
font-size: 0.1rem;
color: #999;
text-align: center;
}
p + p {
margin-top: 0.15rem;
}
img {
margin: -4px 5px 0;
vertical-align: middle;
} }
} }
} }
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</nuxt-link> </nuxt-link>
</div> </div>
<!-- <nuxt-link to="/" class="logo"></nuxt-link> --> <!-- <nuxt-link to="/" class="logo"></nuxt-link> -->
<div class="search" @click="toggleSearch"></div> <!-- <div class="search" @click="toggleSearch"></div> -->
<div class="menu" :class="menuClasses" @click="toggleMenu"></div> <div class="menu" :class="menuClasses" @click="toggleMenu"></div>
</template> </template>
<div class="search-box" v-else> <div class="search-box" v-else>
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
href="https://webapp-pub.ezijing.com/project/marywood/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf" href="https://webapp-pub.ezijing.com/project/marywood/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf"
class="part" class="part"
target="_blank" target="_blank"
v-if="!isMobile"
> >
<div class="item"> <div class="item">
<img src="https://webapp-pub.ezijing.com/project/marywood/pdf.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/marywood/pdf.png" alt="" />
...@@ -15,6 +16,13 @@ ...@@ -15,6 +16,13 @@
</div> </div>
</a> </a>
<div class="item" v-else @click="download">
<img src="https://webapp-pub.ezijing.com/project/marywood/pdf.png" alt="" />
<p class="doc">招生简章.pdf</p>
<p class="p1">最新更新</p>
<p class="p2">下载</p>
</div>
<a <a
href="https://webapp-pub.ezijing.com/project/marywood/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.docx" href="https://webapp-pub.ezijing.com/project/marywood/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.docx"
download="常见问题.docx" download="常见问题.docx"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论