提交 486aa609 authored 作者: lhh's avatar lhh

update

上级 f085bec9
...@@ -64,7 +64,7 @@ export default { ...@@ -64,7 +64,7 @@ export default {
bannerUrl() { bannerUrl() {
return this.isMobile return this.isMobile
? 'https://webapp-pub.ezijing.com/project/depaul-plus/h5/banner.png' ? 'https://webapp-pub.ezijing.com/project/depaul-plus/h5/banner.png'
: 'https://webapp-pub.ezijing.com/project/depaul-plus/banner.png' : 'https://webapp-pub.ezijing.com/project/depaul-plus/banner-823.png'
} }
}, },
methods: { methods: {
......
...@@ -35,12 +35,14 @@ ...@@ -35,12 +35,14 @@
</div> </div>
</div> </div>
<div class="center-content"> <div class="center-content">
<div class="contact">理工-德保罗大学金融学硕士保研项目</div> <div class="contact">京理工大学1+1硕士留学-德保罗大学</div>
<div class="contact">中国招生与教学中心(紫荆教育)</div> <div class="contact">中国招生与教学中心(紫荆教育)</div>
<div class="bottom"> <div class="bottom">
<div class="address" v-html="$t('foot.address')"></div> <div class="address" v-html="$t('foot.address')"></div>
<div class="phone" v-html="$t('foot.contact')"></div> <div class="phone" v-html="$t('foot.contact')"></div>
<a class="mail" href="mailto:admission_DePaul@ezijing.com">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;箱:admission_DePaul@ezijing.com </a> <a class="mail" href="mailto:admission_DePaul@ezijing.com"
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;箱:admission_DePaul@ezijing.com
</a>
<!-- <div class="mail" v-html="$t('foot.email')"></div> --> <!-- <div class="mail" v-html="$t('foot.email')"></div> -->
</div> </div>
</div> </div>
...@@ -61,7 +63,11 @@ ...@@ -61,7 +63,11 @@
<p style="font-size: 12px;"> <p style="font-size: 12px;">
Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司 Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司
</p> </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> <p style="font-size: 12px;">京ICP证150431号</p>
</a> </a>
<a <a
...@@ -70,10 +76,17 @@ ...@@ -70,10 +76,17 @@
href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802023681" 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;" 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> <p style="font-size: 12px;">安备 11010802023681号</p>
</a> </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> <p style="font-size: 12px;">京ICP备15016866号-1</p>
</a> </a>
</div> </div>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</nuxt-link> </nuxt-link>
<div class="line"></div> <div class="line"></div>
<nuxt-link to="/"> <nuxt-link to="/">
<div class="title">理工-德保罗大学金融学硕士保研项目</div> <div class="title">京理工大学1+1硕士留学-德保罗大学金融学硕士项目</div>
</nuxt-link> </nuxt-link>
</div> </div>
<div class="user" v-if="user.id"> <div class="user" v-if="user.id">
...@@ -65,10 +65,16 @@ export default { ...@@ -65,10 +65,16 @@ export default {
return this.$store.state.user || {} return this.$store.state.user || {}
}, },
loginURL() { 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() { 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)}`
: ''
} }
} }
} }
...@@ -116,7 +122,7 @@ li { ...@@ -116,7 +122,7 @@ li {
margin: 0 20px; margin: 0 20px;
} }
.title { .title {
font-size: 30px; font-size: 24px;
font-weight: 500; font-weight: 500;
color: #aa1941; color: #aa1941;
box-sizing: border-box; box-sizing: border-box;
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<div class="info"> <div class="info">
<img src="https://webapp-pub.ezijing.com/project/depaul-plus/project_desc.png" class="project-info__img" /> <img src="https://webapp-pub.ezijing.com/project/depaul-plus/project_desc.png" class="project-info__img" />
<p> <p>
理工-德保罗大学金融学硕士保研项目是北京理工大学与德保罗大学金融学硕士保研项目中国招生与教学中心合作的国际硕士项目。 京理工大学1+1硕士留学-德保罗大学金融学硕士项目是北京理工大学与德保罗大学金融学硕士保研项目中国招生与教学中心合作的国际硕士项目。
项目通过对学生的综合素质进行全面个性化评估,鼓励学生以增强综合能力替代应试,减少研究生入学考试以及英语考试对学生学习和成长的干扰。 项目通过对学生的综合素质进行全面个性化评估,鼓励学生以增强综合能力替代应试,减少研究生入学考试以及英语考试对学生学习和成长的干扰。
</p> </p>
<br /> <br />
...@@ -20,12 +20,36 @@ ...@@ -20,12 +20,36 @@
> >
</p> </p>
<p> <p>
北理工——德保罗大学金融学硕士保研项目在北京理工大学官方备案链接如下:<a href="http://sce.bit.edu.cn/cms/cglxxm1/4221.htm" target="_blank" 北理工——德保罗大学金融学硕士保研项目在北京理工大学官方备案链接如下:<a
href="http://sce.bit.edu.cn/cms/cglxxm1/4221.htm"
target="_blank"
>http://sce.bit.edu.cn/cms/cglxxm1/4221.htm</a >http://sce.bit.edu.cn/cms/cglxxm1/4221.htm</a
> >
</p> </p>
</div> </div>
</section> </section>
<section class="section">
<h2 class="title">项目优势</h2>
<div class="q-list">
<div class="q-list_title">■ 推荐免试(免托福 GRE/大三提前读研)</div>
<div class="q-list_content">
通过学习北京理工大学与德保罗大学金融硕士保研项目中国招生与教学中心提供的英语强化课程,可免试托福;通过接受综合训练,可免试
GRE,避免因单方面成绩阻碍学生继续学习深造的情况。
</div>
<div class="q-list_title">■ 校方特招(推荐免试 /无需中介)</div>
<div class="q-list_content">
向 校 方 申 向 校 方 申 请,报 名 材 料 与 面 试 审 核 通 过 后,将 收 到 德 保 罗 大
学(depaul.edu)官方录取,就读金融硕士。
</div>
<div class="q-list_title">■ 强势金融专业</div>
<div class="q-list_content">
北美金融硕士排名 56,芝加哥商科排名第
3,仅次于芝加哥大学与西北大学。STEM方向,3年留美工作机会,金融专业毕业平均起薪超过商学院其他所有专业,就业前景广阔。
</div>
<div class="q-list_title">■ 性价比高</div>
<div class="q-list_content">2年学费 6w美元,留学总花费节省 40%</div>
</div>
</section>
<section class="section project-target"> <section class="section project-target">
<img src="https://webapp-pub.ezijing.com/project/depaul-plus/project_target.png" class="project-target__img" /> <img src="https://webapp-pub.ezijing.com/project/depaul-plus/project_target.png" class="project-target__img" />
<div class="project-target__content"> <div class="project-target__content">
...@@ -55,14 +79,28 @@ ...@@ -55,14 +79,28 @@
<!-- 学习安排 --> <!-- 学习安排 -->
<section class="section"> <section class="section">
<h2 class="title">学习安排</h2> <h2 class="title">学习安排</h2>
<div class="info"> <div class="chart-box">
<img src="https://webapp-pub.ezijing.com/project/depaul-plus/h5/project_study.png" style="width:100%" v-if="isMobile" /> <div class="chart-item">
<div class="chart-item_title">国内</div>
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/depaul-plus/chart1.png" />
</div>
<div class="chart-item">
<div class="chart-item_title">国外</div>
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/depaul-plus/chart2.png" />
</div>
</div>
<!-- <div class="info">
<img
src="https://webapp-pub.ezijing.com/project/depaul-plus/h5/project_study.png"
style="width:100%"
v-if="isMobile"
/>
<img src="https://webapp-pub.ezijing.com/project/depaul-plus/project_study.png" style="width:100%" v-else /> <img src="https://webapp-pub.ezijing.com/project/depaul-plus/project_study.png" style="width:100%" v-else />
<p>该保研项目总体教学安排为20周。</p> <p>该保研项目总体教学安排为20周。</p>
<p> <p>
注意:该学习安排可能会根据学校安排有所调整,以最终的邮件通知为准 注意:该学习安排可能会根据学校安排有所调整,以最终的邮件通知为准
</p> </p>
</div> </div> -->
</section> </section>
<!-- 学制安排 --> <!-- 学制安排 -->
...@@ -92,8 +130,16 @@ ...@@ -92,8 +130,16 @@
</div> </div>
</section> </section>
<!-- 院校荣誉 --> <!-- 院校荣誉 -->
<img src="https://webapp-pub.ezijing.com/project/depaul-plus/h5/project_honor.png" style="width:100%;" v-if="isMobile" /> <img
<img src="https://webapp-pub.ezijing.com/project/depaul-plus/project_honor.png" style="width:100%;min-width:1200px;" v-else /> src="https://webapp-pub.ezijing.com/project/depaul-plus/h5/project_honor.png"
style="width:100%;"
v-if="isMobile"
/>
<img
src="https://webapp-pub.ezijing.com/project/depaul-plus/project_honor.png"
style="width:100%;min-width:1200px;"
v-else
/>
</div> </div>
</template> </template>
<script> <script>
...@@ -387,4 +433,31 @@ export default { ...@@ -387,4 +433,31 @@ export default {
} }
} }
} }
.q-list {
.q-list_title {
color: #424242;
font-size: 16px;
font-weight: bold;
}
.q-list_content {
color: #424242;
font-size: 16px;
line-height: 30px;
margin: 10px 0;
}
}
.chart-box {
display: flex;
justify-content: space-between;
.chart-item {
.chart-item_title {
font-size: 16px;
font-weight: bold;
color: #424242;
line-height: 24px;
margin-bottom: 17px;
margin-top: 10px;
}
}
}
</style> </style>
...@@ -31,7 +31,8 @@ export default { ...@@ -31,7 +31,8 @@ export default {
fileList: [ fileList: [
{ {
name: '招生简章', name: '招生简章',
url: 'https://webapp-pub.ezijing.com/project/depaul-plus/招生简章.pdf' url:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/depaul-plus/SIT%E7%AE%80%E7%AB%A0%E4%BF%AE%E6%94%B920230822.docx'
}, },
{ {
name: '硕士学分模块介绍', name: '硕士学分模块介绍',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论