Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
486aa609
提交
486aa609
authored
8月 23, 2023
作者:
lhh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
f085bec9
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
111 行增加
和
18 行删除
+111
-18
banners.vue
components/home/banners.vue
+1
-1
Foot.vue
components/layout/pc/Foot.vue
+18
-5
Head.vue
components/layout/pc/Head.vue
+10
-4
school.vue
pages/about/school.vue
+80
-7
dataDownload.vue
pages/dataDownload/dataDownload.vue
+2
-1
没有找到文件。
components/home/banners.vue
浏览文件 @
486aa609
...
...
@@ -64,7 +64,7 @@ export default {
bannerUrl
()
{
return
this
.
isMobile
?
'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
:
{
...
...
components/layout/pc/Foot.vue
浏览文件 @
486aa609
...
...
@@ -35,12 +35,14 @@
</div>
</div>
<div
class=
"center-content"
>
<div
class=
"contact"
>
北
理工-德保罗大学金融学硕士保研项目
</div>
<div
class=
"contact"
>
北
京理工大学1+1硕士留学-德保罗大学
</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>
<a
class=
"mail"
href=
"mailto:admission_DePaul@ezijing.com"
>
邮
箱:admission_DePaul@ezijing.com
</a>
<a
class=
"mail"
href=
"mailto:admission_DePaul@ezijing.com"
>
邮
箱:admission_DePaul@ezijing.com
</a>
<!--
<div
class=
"mail"
v-html=
"$t('foot.email')"
></div>
-->
</div>
</div>
...
...
@@ -61,7 +63,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
...
...
@@ -70,10 +76,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>
...
...
components/layout/pc/Head.vue
浏览文件 @
486aa609
...
...
@@ -9,7 +9,7 @@
</nuxt-link>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
>
<div
class=
"title"
>
北
理工-德保罗大学金融学硕士保研
项目
</div>
<div
class=
"title"
>
北
京理工大学1+1硕士留学-德保罗大学金融学硕士
项目
</div>
</nuxt-link>
</div>
<div
class=
"user"
v-if=
"user.id"
>
...
...
@@ -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
)}
`
:
''
}
}
}
...
...
@@ -116,7 +122,7 @@ li {
margin
:
0
20px
;
}
.title
{
font-size
:
30
px
;
font-size
:
24
px
;
font-weight
:
500
;
color
:
#aa1941
;
box-sizing
:
border-box
;
...
...
pages/about/school.vue
浏览文件 @
486aa609
...
...
@@ -8,7 +8,7 @@
<div
class=
"info"
>
<img
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/project_desc.png"
class=
"project-info__img"
/>
<p>
北
理工-德保罗大学金融学硕士保研
项目是北京理工大学与德保罗大学金融学硕士保研项目中国招生与教学中心合作的国际硕士项目。
北
京理工大学1+1硕士留学-德保罗大学金融学硕士
项目是北京理工大学与德保罗大学金融学硕士保研项目中国招生与教学中心合作的国际硕士项目。
项目通过对学生的综合素质进行全面个性化评估,鼓励学生以增强综合能力替代应试,减少研究生入学考试以及英语考试对学生学习和成长的干扰。
</p>
<br
/>
...
...
@@ -20,12 +20,36 @@
>
</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
>
</p>
</div>
</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"
>
<img
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/project_target.png"
class=
"project-target__img"
/>
<div
class=
"project-target__content"
>
...
...
@@ -55,14 +79,28 @@
<!-- 学习安排 -->
<section
class=
"section"
>
<h2
class=
"title"
>
学习安排
</h2>
<div
class=
"info"
>
<img
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/h5/project_study.png"
style=
"width:100%"
v-if=
"isMobile"
/>
<div
class=
"chart-box"
>
<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
/>
<p>
该保研项目总体教学安排为20周。
</p>
<p>
注意:该学习安排可能会根据学校安排有所调整,以最终的邮件通知为准
</p>
</div>
</div>
-->
</section>
<!-- 学制安排 -->
...
...
@@ -92,8 +130,16 @@
</div>
</section>
<!-- 院校荣誉 -->
<img
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
/>
<img
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>
</
template
>
<
script
>
...
...
@@ -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
>
pages/dataDownload/dataDownload.vue
浏览文件 @
486aa609
...
...
@@ -31,7 +31,8 @@ export default {
fileList
:
[
{
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
:
'硕士学分模块介绍'
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论