提交 0c03cf7c authored 作者: 王鹏飞's avatar 王鹏飞

chore: 修改Logo

上级 5673ce21
......@@ -5,7 +5,7 @@
<div class="link-left link-con">
<div class="tit"><a href="/project-intro/introduce">关于项目</a></div>
<div class="tit"><a href="/question/question">常见问题</a></div>
<div class="tit"><a href="https://h5.ezijing.com" target="_blank">清控紫荆教育</a></div>
<!-- <div class="tit"><a href="https://h5.ezijing.com" target="_blank">清控紫荆教育</a></div> -->
</div>
<div class="line"></div>
<div class="link-center link-con">
......@@ -27,7 +27,7 @@
</div>
<div class="about-item">
<label>联系电话:</label>
<p>010-62798073</p>
<p>010-62790329</p>
</div>
<div class="about-item">
<label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;箱:</label>
......
......@@ -3,7 +3,7 @@
<header class="main-header">
<template v-if="!searchVisible">
<div class="logo-box">
<img @click="goWebsite" src="https://zws-imgs-pub.ezijing.com/static/ezijing/logo/ezijing-logo.svg" />
<img @click="goWebsite" src="https://webapp-pub.ezijing.com/project/cbu-plus/logo.png" />
<div class="line"></div>
<nuxt-link to="/" class="logo">
<div class="title">
......
......@@ -3,12 +3,15 @@
<div class="foot-box">
<div class="foot-content">
<div class="left-content">
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/bottom_logo1.png" />
<div class="logo-title">
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/cbu-logo-white-new.png" />
<h1>工商管理博士DBA</h1>
</div>
<div class="bottom">
<div class="bottom_left con">
<a href="/project-intro/introduce">关于项目</a>
<a href="/question/question">常见问题</a>
<a href="https://www.ezijing.com/" target="_blank">清控紫荆教育</a>
<!-- <a href="https://www.ezijing.com/" target="_blank">清控紫荆教育</a> -->
</div>
<div class="line"></div>
<div class="bottom_center con">
......@@ -25,7 +28,7 @@
</div>
</div>
<div class="center-content">
<div class="contact">联系我们</div>
<div class="contact">官方授权项目中国招生与教学中心——清控紫荆教育</div>
<div class="bottom">
<div class="address" v-html="$t('foot.address')"></div>
<div class="phone" v-html="$t('foot.contact')"></div>
......@@ -50,7 +53,11 @@
<p style="font-size: 12px;">
Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司
</p>
<a target="_blank" href="https://tsm.miit.gov.cn/dxxzsp/" style="color: rgba(153, 153, 153, 1);text-decoration:none;margin-left: 10px;">
<a
target="_blank"
href="https://tsm.miit.gov.cn/dxxzsp/"
style="color: rgba(153, 153, 153, 1);text-decoration:none;margin-left: 10px;"
>
<p style="font-size: 12px;">京ICP证150431号</p>
</a>
<a
......@@ -59,10 +66,17 @@
href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802023681"
style="color: rgba(153, 153, 153, 1);text-decoration:none;align-items: center;display: flex;margin-right: 5px;"
>
<img src="https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png" style="width: 20px;height: 20px;margin: 0 6px;display: block;" />
<img
src="https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png"
style="width: 20px;height: 20px;margin: 0 6px;display: block;"
/>
<p style="font-size: 12px;">安备 11010802023681号</p>
</a>
<a target="_blank" href="https://beian.miit.gov.cn/#/Integrated/index" style="color: rgba(153, 153, 153, 1);text-decoration:none;">
<a
target="_blank"
href="https://beian.miit.gov.cn/#/Integrated/index"
style="color: rgba(153, 153, 153, 1);text-decoration:none;"
>
<p style="font-size: 12px;">京ICP备15016866号-1</p>
</a>
</div>
......@@ -123,7 +137,7 @@ export default {}
}
.center-content {
margin-top: 16px;
margin-left: 94px;
margin-left: 70px;
.contact {
font-size: 20px;
font-weight: 400;
......@@ -162,4 +176,19 @@ export default {}
}
}
}
.logo-title {
display: flex;
align-items: center;
margin-bottom: 30px;
h1 {
margin-left: 14px;
padding: 0 14px;
font-size: 23px;
color: #fff;
line-height: 26px;
font-weight: 500;
letter-spacing: 2px;
border-left: 1px solid #fff;
}
}
</style>
......@@ -7,7 +7,7 @@
<img src="https://zws-imgs-pub.ezijing.com/static/public/307f688850f8308a5c944bd129436fe0.png" />
</nuxt-link> -->
<div class="logo-box">
<img @click="goWebsite" src="https://zws-imgs-pub.ezijing.com/static/ezijing/logo/ezijing-logo.svg" />
<img @click="goWebsite" src="https://webapp-pub.ezijing.com/project/cbu-plus/logo.png" />
<div class="line"></div>
<nuxt-link to="/">
<div class="title">工商管理博士DBA</div>
......@@ -65,10 +65,16 @@ export default {
return this.$store.state.user || {}
},
loginURL() {
return process.client ? `${process.env.loginURL}/login/index?redirect_uri=${encodeURIComponent(location.origin + this.$route.fullPath)}` : ''
return process.client
? `${process.env.loginURL}/login/index?redirect_uri=${encodeURIComponent(
location.origin + this.$route.fullPath
)}`
: ''
},
registerURL() {
return process.client ? `${process.env.loginURL}/register?redirect_uri=${encodeURIComponent(location.origin + this.$route.fullPath)}` : ''
return process.client
? `${process.env.loginURL}/register?redirect_uri=${encodeURIComponent(location.origin + this.$route.fullPath)}`
: ''
}
}
}
......
......@@ -87,7 +87,7 @@ export default {
// 底部
foot: {
address: '地&nbsp;&nbsp;&nbsp;&nbsp;址:北京市海淀区中关村东路1号院清华科技园7号楼威盛大厦5层',
contact: '联系电话:010-62798073',
contact: '联系电话:010-62790329',
email: '邮&nbsp;&nbsp;&nbsp;&nbsp;箱:service@ezijing.com',
link1: '中国教育部',
link2: '教育涉外监管信息网',
......
......@@ -112,7 +112,7 @@ export default {
// 底部
foot: {
address: '地&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;址:北京市海淀区中关村东路1号院清华科技园7号楼威盛大厦5层',
contact: '联系电话:010-62798073',
contact: '联系电话:010-62790329',
email: '邮&nbsp;&nbsp;&nbsp;&nbsp;箱:liuxue@ezijing.com',
link1: '中国教育部',
link2: '教育涉外监管信息网',
......
......@@ -9,7 +9,8 @@
<div class="apply-item-bd">
<p>
申请者需登录<a href="https://cbu-plus.ezijing.com/my/account">https://cbu-plus.ezijing.com/my/account</a
>在线申请,申请费缴纳完成后将如下纸质材料邮寄至:北京市海淀区中关村东路1号院清华科技园威盛大厦5层紫荆教育 邮编100084。
>在线申请,申请费缴纳完成后将如下纸质材料邮寄至:北京市海淀区中关村东路1号院清华科技园威盛大厦5层紫荆教育
邮编100084。
</p>
<ul>
<li>1、身份证复印件</li>
......@@ -19,7 +20,7 @@
<li>5、英语成绩单(托福、雅思等,非必需)</li>
<li>6、推荐信(两封)</li>
</ul>
<p style="margin-top:30px">咨询电话:010-62798073李老师:18610013759</p>
<p style="margin-top:30px">咨询电话:010-62790329李老师:18610013759</p>
</div>
</div>
<!-- <div class="apply-item">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论