Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
e89ff419
提交
e89ff419
authored
3月 23, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
474fd8b1
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
202 行增加
和
418 行删除
+202
-418
Menu.vue
components/base/h5/Menu.vue
+1
-2
Menu.vue
components/layout/pc/Menu.vue
+1
-1
rightAside.vue
components/rightAside.vue
+15
-16
school.vue
pages/about/school.vue
+151
-347
academic.vue
pages/academic/academic.vue
+6
-19
dataDownload.vue
pages/dataDownload/dataDownload.vue
+4
-12
apply.vue
pages/enroll/apply.vue
+6
-6
process.vue
pages/enroll/process.vue
+16
-13
returnPolicy.vue
pages/returnPolicy/returnPolicy.vue
+2
-2
没有找到文件。
components/base/h5/Menu.vue
浏览文件 @
e89ff419
...
@@ -41,11 +41,10 @@ export default {
...
@@ -41,11 +41,10 @@ export default {
path
:
'/dataDownload/dataDownload'
path
:
'/dataDownload/dataDownload'
},
},
{
{
name
:
'就业福利'
,
name
:
'就业福利'
,
name
:
'就业福利'
,
path
:
'/returnPolicy/returnPolicy'
,
path
:
'/returnPolicy/returnPolicy'
,
children
:
[
children
:
[
{
name
:
'高薪就业'
,
path
:
'/returnPolicy/salary'
},
//
{ name: '高薪就业', path: '/returnPolicy/salary' },
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
]
]
},
},
...
...
components/layout/pc/Menu.vue
浏览文件 @
e89ff419
...
@@ -107,7 +107,7 @@ export default {
...
@@ -107,7 +107,7 @@ export default {
name
:
'就业福利'
,
name
:
'就业福利'
,
path
:
'/returnPolicy/returnPolicy'
,
path
:
'/returnPolicy/returnPolicy'
,
children
:
[
children
:
[
{
name
:
'高薪就业'
,
path
:
'/returnPolicy/salary'
},
//
{ name: '高薪就业', path: '/returnPolicy/salary' },
// { name: this.$t('menu.enrollChild.brochure'), path: '/enroll/brochure' },
// { name: this.$t('menu.enrollChild.brochure'), path: '/enroll/brochure' },
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
]
]
...
...
components/rightAside.vue
浏览文件 @
e89ff419
...
@@ -2,10 +2,7 @@
...
@@ -2,10 +2,7 @@
<div
class=
"right_bar"
id=
"right_bar"
>
<div
class=
"right_bar"
id=
"right_bar"
>
<ul
class=
"tab_btns"
>
<ul
class=
"tab_btns"
>
<a
href=
"/my/account"
>
<a
href=
"/my/account"
>
<li
class=
"service"
>
<li
class=
"service"
></li>
<!--
<p>
{{
$t
(
'aside.apply'
)
}}
</p>
-->
</li>
<div
class=
"line"
></div>
</a>
</a>
<!--
<li
<!--
<li
:class=
"
{ enroll: true, active: tabBtnActive
&&
tabBtnTarget === 'enroll' }"
:class=
"
{ enroll: true, active: tabBtnActive
&&
tabBtnTarget === 'enroll' }"
...
@@ -14,20 +11,12 @@
...
@@ -14,20 +11,12 @@
>
>
<p>
{{
$t
(
'aside.apply2'
)
}}
</p>
<p>
{{
$t
(
'aside.apply2'
)
}}
</p>
</li>
-->
</li>
-->
<div
class=
"line"
></div>
<li
<li
:class=
"
{ wx: true, active: tabBtnActive
&&
tabBtnTarget === 'wx' }"
:class=
"
{ wx: true, active: tabBtnActive
&&
tabBtnTarget === 'wx' }"
@mouseenter="handleMsOver('wx')"
@mouseenter="handleMsOver('wx')"
@mouseleave="handleMsOut"
@mouseleave="handleMsOut"
>
>
</li>
<!--
<p>
{{
$t
(
'aside.follow'
)
}}
</p>
-->
<li
class=
"top"
@
click=
"backToTop"
></li>
</li>
<div
class=
"line"
></div>
<li
class=
"top"
@
click=
"backToTop"
>
<!--
<p>
^
</p>
-->
</li>
</ul>
</ul>
<transition
<transition
name=
"custom-classes-transition"
name=
"custom-classes-transition"
...
@@ -275,7 +264,6 @@ export default {
...
@@ -275,7 +264,6 @@ export default {
background-color
:
#fff
;
background-color
:
#fff
;
.tab_btns
{
.tab_btns
{
width
:
50px
;
width
:
50px
;
height
:
150px
;
font-size
:
12px
;
font-size
:
12px
;
box-shadow
:
0px
2px
4px
0px
rgba
(
0
,
0
,
0
,
0
.1
);
box-shadow
:
0px
2px
4px
0px
rgba
(
0
,
0
,
0
,
0
.1
);
overflow
:
hidden
;
overflow
:
hidden
;
...
@@ -287,16 +275,27 @@ export default {
...
@@ -287,16 +275,27 @@ export default {
text-align
:
center
;
text-align
:
center
;
}
}
li
{
li
{
position
:
relative
;
background-color
:
#fff
;
background-color
:
#fff
;
padding
:
36px
15px
15px
;
padding
:
36px
15px
15px
;
color
:
#999
;
color
:
#999
;
background-position
:
center
18px
;
background-position
:
center
center
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
&
:hover
{
&
:hover
{
background-color
:
#af1b40
;
background-color
:
#af1b40
;
color
:
#fff
;
color
:
#fff
;
opacity
:
0
.9
;
opacity
:
0
.9
;
transition
:
0
.3s
;
transition
:
0
.3s
;
z-index
:
1
;
}
&
:
:
before
{
position
:
absolute
;
content
:
''
;
height
:
1px
;
top
:
-1px
;
left
:
8px
;
right
:
8px
;
background-color
:
#c9c9c9
;
}
}
}
}
li
.active
{
li
.active
{
...
...
pages/about/school.vue
浏览文件 @
e89ff419
...
@@ -2,11 +2,12 @@
...
@@ -2,11 +2,12 @@
<div>
<div>
<div
v-if=
"!isMobile"
class=
"is-pc"
>
<div
v-if=
"!isMobile"
class=
"is-pc"
>
<div
class=
"banner"
>
<div
class=
"banner"
>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/
school
_banner.png"
/>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/
project
_banner.png"
/>
</div>
</div>
<section
class=
"section"
>
<section
class=
"section"
>
<h2
class=
"title"
>
项目介绍
</h2>
<h2
class=
"title"
>
项目介绍
</h2>
<div
class=
"content_list"
>
<div
class=
"info"
>
<img
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/project_desc.png"
class=
"project-info__img"
/>
<p>
<p>
该保研项目是德保罗大学金融学硕士项目的特别录取通道。项目通过对学生的综合素质进行全面个性化评估,鼓励学生以增强综合能力替代应试,减少研究生入学考试以及英语考试对学生学习和成长的干扰。
该保研项目是德保罗大学金融学硕士项目的特别录取通道。项目通过对学生的综合素质进行全面个性化评估,鼓励学生以增强综合能力替代应试,减少研究生入学考试以及英语考试对学生学习和成长的干扰。
</p>
</p>
...
@@ -16,45 +17,38 @@
...
@@ -16,45 +17,38 @@
</p>
</p>
</div>
</div>
</section>
</section>
<section
class=
"section project-target"
>
<!-- 专业介绍 -->
<div
class=
"project-target__img"
>
<div
class=
"content_part"
>
<img
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/project_target.png"
/>
<div
class=
"img-box"
style=
"height: 600px"
>
<img
class=
"img2"
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/pc-school-img2.png"
/>
</div>
</div>
<div
class=
"content_desc"
>
<div
class=
"project-target__content"
>
<h2
class=
"desc_title"
>
培养目标
</h2>
<h2
class=
"title"
>
培养目标
</h2>
<div
class=
"desc_intro"
>
<div
class=
"info"
>
金融学硕士(MSF)全称是Master of Science in
<p>
Finance,作为STEM指定课程,主要培养具有坚实金融学理论基础和较高应用技能的专业人才,培养学生综合运用金融学、经济学、管理学、现代计量分析手段解决理论问题与实践问题的能力,可以适应金融管理部门、各类金融机构和研究机构的工作。德保罗大学金融学硕士毕业学生通常在四大会计师事务所、谷歌、IBM等全球知名科技创新企业就职,特别适合有跨专业申请需求、将来有志于从事投行、会计等行业的同学。
金融学硕士(MSF)全称是Master of Science in
Finance,作为STEM指定课程,主要培养具有坚实金融学理论基础和较高应用技能的专业人才,培养学生综合运用金融学、经济学、管理学、现代计量分析手段解决理论问题与实践问题的能力,可以适应金融管理部门、各类金融机构和研究机构的工作。德保罗大学金融学硕士毕业学生通常在四大会计师事务所、谷歌、IBM等全球知名科技创新企业就职,特别适合有跨专业申请需求、将来有志于从事投行、会计等行业的同学。
</p>
</div>
</div>
</div>
</div>
</
div
>
</
section
>
<!-- 申请要求 -->
<!-- 申请要求 -->
<section
class=
"section"
>
<section
class=
"section"
>
<h2
class=
"title"
>
申请要求
</h2>
<h2
class=
"title"
>
申请要求
</h2>
<div
class=
"content_list"
>
<ul
class=
"project-content-list"
>
<ul>
<li>
(一)在读本科大四学生或者本科毕业五年内。
</li>
<li>
<li>
(二)原则要求GPA3.0以上
</li>
<p>
(一)在读本科大四学生或者本科毕业五年内。
</p>
<li>
(三)英语能力优异
</li>
</li>
<li>
(四)综合素质优异(如学术、获奖经历等)
</li>
<li>
</ul>
<p>
(二)原则要求GPA3.0以上
</p>
</li>
<li>
<p>
(三)英语能力优异
</p>
</li>
<li>
<p>
(四)综合素质优异(如学术、获奖经历等)
</p>
</li>
</ul>
</div>
</section>
</section>
<!-- 学习安排 -->
<!-- 学习安排 -->
<section
class=
"section"
>
<section
class=
"section"
>
<h2
class=
"title"
>
学习安排
</h2>
<h2
class=
"title"
>
学习安排
</h2>
<div
class=
"content_list"
>
<div
class=
"info"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/study_arrange.png"
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/study_arrange.png"
style=
"width:100%"
/>
<p>
该保研项目总体教学安排为20周,开学时间一般在每年12月中旬。
</p>
<p>
该保研项目总体教学安排为20周,开学时间一般在每年12月中旬。
</p>
<p>
<p>
注意:该学习安排可能会根据学校安排有所调整,以最终的邮件通知为准
注意:该学习安排可能会根据学校安排有所调整,以最终的邮件通知为准
...
@@ -65,73 +59,34 @@
...
@@ -65,73 +59,34 @@
<!-- 学制安排 -->
<!-- 学制安排 -->
<section
class=
"section"
>
<section
class=
"section"
>
<h2
class=
"title"
>
学制安排
</h2>
<h2
class=
"title"
>
学制安排
</h2>
<div
class=
"content_part"
>
<div
class=
"schedule-list"
>
<div
class=
"img5 img55"
>
<div
class=
"schedule-item"
v-for=
"(item, index) in scheduleList"
:key=
"index"
>
<div
class=
"mask"
></div>
<img
:src=
"item.image_url"
class=
"schedule-item__img"
/>
<div
class=
"desc desc_child"
>
<div
class=
"schedule-item-main"
>
<div
class=
"desc_tit"
>
学制安排
</div>
<h3
class=
"schedule-item-main__title"
>
{{
item
.
title
}}
</h3>
<div
class=
"desc_detail"
>
<div
class=
"schedule-item-main__content"
>
<span
class=
"num"
>
国内+国外
</span>
<div
v-html=
"item.desc"
></div>
</div>
</div>
</div>
<div
class=
"img6 img55"
>
<div
class=
"mask"
></div>
<div
class=
"desc desc_child"
>
<div
class=
"desc_tit"
>
学分设置
</div>
<div
class=
"desc_detail"
>
<span
class=
"num"
>
30
</span>
<span
class=
"fen"
>
学分
</span>
</div>
</div>
</div>
<div
class=
"img7 img55"
>
<div
class=
"mask"
></div>
<div
class=
"desc desc_child"
>
<div
class=
"desc_tit"
>
国内授课
</div>
<div
class=
"desc_detail"
>
<div
class=
"desc_detail_item"
>
<span
class=
"fen"
>
语言强化课程
</span>
<span
class=
"num"
>
4
</span>
<span
class=
"fen fen1"
>
门
</span>
</div>
<div
class=
"desc_detail_item"
>
<span
class=
"fen fen2"
>
科研训练课
</span>
<span
class=
"num"
>
6
</span>
<span
class=
"fen fen1"
>
个主题
</span>
</div>
<div
class=
"desc_detail_item"
>
<span
class=
"fen"
>
硕士学分课
</span>
<span
class=
"num fen1"
>
3
</span><span
class=
"fen fen1"
>
门
</span
><span
class=
"num fen1"
>
9
</span><span
class=
"fen fen1"
>
学分
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"img8 img55"
>
</div>
<div
class=
"mask"
></div>
</section>
<div
class=
"desc desc_child"
>
<section
class=
"section"
>
<div
class=
"desc_tit"
>
国外授课
</div>
<h2
class=
"title"
>
国际权威认证
</h2>
<div
class=
"cert-list"
>
<div
class=
"desc_detail"
>
<div
class=
"cert-item"
v-for=
"(item, index) in certList"
:key=
"index"
>
<span
class=
"num"
>
7
</span>
<div
class=
"cert-item-img"
>
<span
class=
"fen fen1"
>
门课
</span>
<img
:src=
"item.image_url"
class=
"cert-item__img"
/>
<span
class=
"num"
>
21
</span>
<span
class=
"fen"
>
学分
</span>
</div>
</div>
</div>
<p>
{{
item
.
title
}}
</p>
</div>
</div>
</div>
</div>
</section>
</section>
<div
class=
"content_part"
>
<img
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/pc-school-img3.png"
class=
"part_img"
/>
</div>
<!-- 院校荣誉 -->
<!-- 院校荣誉 -->
<img
class=
"img4"
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/pc-school-img4.png"
/>
<img
<!-- 课程设置 -->
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/pc-school-img4.png"
style=
"width:100%;min-width:1200px;"
/>
</div>
</div>
<div
v-else
class=
"is-h5"
>
<div
v-else
class=
"is-h5"
>
<div
class=
"banner"
>
<div
class=
"banner"
>
...
@@ -243,18 +198,7 @@
...
@@ -243,18 +198,7 @@
style=
"margin-bottom: 0.3rem"
style=
"margin-bottom: 0.3rem"
/>
/>
</div>
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/h5-school-img7.png"
style=
"margin: 0.25rem 0"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/h5-school-img7.png"
style=
"margin-top: 0.25rem "
/>
<!--
<div
class=
"h5-title m-t-10"
>
课程设置
</div>
-->
<!--
<div
class=
"h5-course-set"
>
<img
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/h5-school-img8.png"
style=
"margin-bottom:0.3rem"
/>
<div
class=
"course-set-tips"
>
注:根据学校培养计划,课程安排可能有所调整
<br
/>
*选修学分课,学生可根据个人兴趣及职业规划选择其他课程
</div>
</div>
-->
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -264,122 +208,45 @@ import 'swiper/css/swiper.css'
...
@@ -264,122 +208,45 @@ import 'swiper/css/swiper.css'
export
default
{
export
default
{
layout
:
'normal'
,
layout
:
'normal'
,
data
()
{
data
()
{
const
_this
=
this
return
{
return
{
applyList
:
[
scheduleList
:
[
{
img
:
'https://webapp-pub.ezijing.com/project/cbu-plus/apply_step3.png'
,
tit
:
'GPA'
,
desc
:
'GPA不低于3.0<br/>经审核具有研究生学习潜力的优秀学生'
,
tips
:
''
},
{
{
img
:
'https://webapp-pub.ezijing.com/project/cbu-plus/apply_step2.png'
,
title
:
'学制安排'
,
tit
:
'语言'
,
desc
:
'<b>国内+国外</b>'
,
desc
:
image_url
:
'https://webapp-pub.ezijing.com/project/depaul-plus/project_edu_1.png'
'托福≥74分 或 雅思≥6.0 或 Duolingo≥100分<br/>未达到上述语言成绩要求的申请者,入学后须参加英语强化课程并考试合格'
,
tips
:
''
},
},
{
{
img
:
'https://webapp-pub.ezijing.com/project/cbu-plus/apply_step1.png'
,
title
:
'学分设置'
,
tit
:
'GRE/GMAT'
,
desc
:
'<b>48</b>学分'
,
desc
:
'申请者需提交GRE/GMAT成绩进行综合考评<br/>无GRE/GMAT成绩的申请者入学后须参加GRE替代课程并考试合格'
,
image_url
:
'https://webapp-pub.ezijing.com/project/depaul-plus/project_edu_2.png'
tips
:
''
}
],
courseSetTab
:
0
,
popupVisible
:
false
,
listData
:
[
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_mary1.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_mary2.png'
},
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_mary3.png'
title
:
'国内授课'
,
desc
:
'语言强化课<b>4</b>门<br/>综合训练<b>3</b>个主题<br/>硕士学分课<b>3</b>门<br/>学分<b>12</b>学分'
,
image_url
:
'https://webapp-pub.ezijing.com/project/depaul-plus/project_edu_3.png'
},
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_mary4.png'
title
:
'国外授课'
,
},
desc
:
'<b>9</b>门课<b>36</b>学分'
,
{
image_url
:
'https://webapp-pub.ezijing.com/project/depaul-plus/project_edu_4.png'
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_mary5.png'
}
}
],
],
listDataH5
:
[
certList
:
[
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg1.png'
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg2.png'
image_url
:
'https://webapp-pub.ezijing.com/project/depaul-plus/project_cert_1.png'
,
title
:
'国际商学院协会认证'
},
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg3.png'
image_url
:
'https://webapp-pub.ezijing.com/project/depaul-plus/project_cert_2.png'
,
},
title
:
'美国高等教育认证委员会认证'
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg4.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg5.png'
}
],
swiperOption
:
{
observer
:
true
,
observeParents
:
true
,
speed
:
400
,
autoplay
:
true
,
delay
:
3000
,
loop
:
true
,
slidesPerView
:
'auto'
,
centeredSlides
:
true
,
spaceBetween
:
20
,
on
:
{
init
()
{
_this
.
swiper
.
slideNext
()
}
}
},
swiperOption2
:
{
observer
:
true
,
observeParents
:
true
,
speed
:
400
,
autoplay
:
true
,
delay
:
3000
,
loop
:
true
,
slidesPerView
:
'auto'
,
centeredSlides
:
true
,
spaceBetween
:
20
,
pagination
:
{
el
:
'.swiper-pagination'
},
on
:
{
init
()
{
_this
.
swiper
.
slideNext
()
}
}
}
}
]
}
}
},
},
computed
:
{
computed
:
{
swiper
()
{
return
this
.
$refs
.
mySwiper
.
swiper
},
isMobile
()
{
isMobile
()
{
return
this
.
$store
.
state
.
isMobile
return
this
.
$store
.
state
.
isMobile
}
}
},
methods
:
{
swiperStop
()
{
this
.
swiper
.
autoplay
.
stop
()
},
swiperStart
()
{
this
.
swiper
.
autoplay
.
start
()
},
courseTab
(
n
)
{
this
.
courseSetTab
=
n
}
}
}
}
}
</
script
>
</
script
>
...
@@ -395,9 +262,10 @@ export default {
...
@@ -395,9 +262,10 @@ export default {
.section
{
.section
{
max-width
:
1200px
;
max-width
:
1200px
;
margin
:
60px
auto
;
margin
:
60px
auto
;
overflow
:
hidden
;
.title
{
.title
{
position
:
relative
;
position
:
relative
;
margin
:
20px
0
;
margin
-bottom
:
30px
;
padding-left
:
20px
;
padding-left
:
20px
;
height
:
32px
;
height
:
32px
;
font-size
:
32px
;
font-size
:
32px
;
...
@@ -405,158 +273,101 @@ export default {
...
@@ -405,158 +273,101 @@ export default {
font-weight
:
700
;
font-weight
:
700
;
border-left
:
7px
solid
#aa1941
;
border-left
:
7px
solid
#aa1941
;
}
}
.info
{
.content_list
{
margin-top
:
20px
;
img
{
width
:
100%
;
}
ul
{
padding-left
:
0
.2rem
;
li
{
list-style-type
:
disc
;
color
:
#aa1941
;
p
{
color
:
#666666
!
important
;
}
p
+
p
{
margin-top
:
20px
;
}
}
}
h4
{
font-size
:
20px
;
line-height
:
2
;
}
p
{
p
{
font-size
:
20
px
;
font-size
:
16
px
;
line-height
:
2
;
line-height
:
2
;
color
:
#
666666
;
color
:
#
424242
;
}
}
}
}
.content_part
{
}
.img55
{
.project-info__img
{
width
:
292px
;
float
:
right
;
height
:
345px
;
margin-left
:
60px
;
margin-right
:
11px
;
margin-top
:
-100px
;
cursor
:
pointer
;
}
position
:
relative
;
.project-target
{
.mask
{
display
:
flex
;
position
:
absolute
;
column-gap
:
40px
;
background
:
rgba
(
0
,
0
,
0
,
0
.6
);
}
color
:
#ffffff
;
.project-content-list
{
opacity
:
1
;
margin-top
:
40px
;
top
:
0
;
padding-left
:
20px
;
right
:
0
;
li
{
width
:
100%
;
font-size
:
16px
;
height
:
100%
;
line-height
:
40px
;
pointer-events
:
none
;
color
:
#424242
;
}
list-style-type
:
disc
;
.desc_child
{
&
:
:
marker
{
margin
:
67px
auto
;
color
:
#aa1941
;
text-align
:
center
;
.desc_tit
{
font-size
:
30px
;
font-weight
:
500
;
color
:
#ffffff
;
}
.desc_detail
{
color
:
#ffffff
;
margin-top
:
70px
;
.num
{
font-size
:
26px
;
font-weight
:
bold
;
}
.fen
{
font-size
:
20px
;
font-weight
:
400
;
padding-top
:
20px
;
}
.fen1
{
padding-right
:
5px
;
}
.desc_detail_item
{
margin
:
8px
0
0
38px
;
text-align
:
left
;
}
}
}
}
.img55
{
.mask
{
opacity
:
1
;
background
:
rgba
(
0
,
0
,
0
,
0
.7
);
}
.desc
{
transform
:
translateY
(
-30px
);
}
.desc
.desc_detail
{
visibility
:
visible
;
}
}
.img5
{
background
:
url('https://webapp-pub.ezijing.com/project/depaul-plus/pc-school-img11.png')
;
}
.img6
{
background
:
url('https://webapp-pub.ezijing.com/project/depaul-plus/pc-school-img22.png')
;
}
.img7
{
background
:
url('https://webapp-pub.ezijing.com/project/depaul-plus/pc-school-img33.png')
;
}
.img8
{
background
:
url('https://webapp-pub.ezijing.com/project/depaul-plus/pc-school-img44.png')
;
}
}
}
}
}
}
.content_part
{
.schedule-list
{
width
:
1200px
;
display
:
grid
;
margin
:
20px
auto
;
column-gap
:
20px
;
grid-template-columns
:
repeat
(
4
,
1fr
);
}
.schedule-item
{
position
:
relative
;
}
.schedule-item-main
{
position
:
absolute
;
left
:
0
;
top
:
0
;
right
:
0
;
bottom
:
0
;
background
:
rgba
(
0
,
0
,
0
,
0
.7
);
color
:
#fff
;
padding
:
60px
0
20px
;
display
:
flex
;
display
:
flex
;
.part_img
{
flex-direction
:
column
;
width
:
100%
;
}
}
.schedule-item-main__title
{
font-size
:
24px
;
.content_desc
{
font-weight
:
500
;
width
:
546px
;
text-align
:
center
;
margin
:
67px
auto
;
}
.desc_title
{
.schedule-item-main__content
{
padding-left
:
20px
;
flex
:
1
;
font-size
:
32px
;
display
:
flex
;
line-height
:
1
;
align-items
:
center
;
font-weight
:
700
;
justify-content
:
center
;
border-left
:
7px
solid
#aa1941
;
font-size
:
18px
;
}
line-height
:
32px
;
text-align
:
center
;
.desc_intro
{
::v-deep
b
{
font-size
:
16px
;
font-size
:
28px
;
font-weight
:
300
;
color
:
#424242
;
line-height
:
2
;
margin-top
:
20px
;
text-align
:
left
;
}
}
}
}
.img-box
{
.cert-list
{
position
:
relative
;
display
:
flex
;
justify-content
:
center
;
column-gap
:
100px
;
background-color
:
#fff
;
padding
:
30px
;
}
.cert-item
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
width
:
360px
;
height
:
338px
;
border
:
1px
solid
#c9c9c9
;
border-radius
:
4px
4px
4px
4px
;
background-color
:
#fff
;
padding
:
30px
;
.cert-item-img
{
flex
:
1
;
flex
:
1
;
display
:
flex
;
.img2
{
align-items
:
center
;
width
:
956px
;
justify-content
:
center
;
position
:
absolute
;
}
top
:
0
;
p
{
right
:
6
0px
;
font-size
:
2
0px
;
}
color
:
#333333
;
}
}
}
.img4
{
width
:
100%
;
height
:
100%
;
margin
:
68px
0
;
}
}
}
}
...
@@ -672,13 +483,6 @@ export default {
...
@@ -672,13 +483,6 @@ export default {
.img-box
{
.img-box
{
position
:
relative
;
position
:
relative
;
flex
:
1
;
flex
:
1
;
.img2
{
width
:
956px
;
position
:
absolute
;
top
:
0
;
right
:
60px
;
}
}
}
.xz-item
{
.xz-item
{
width
:
1
.46rem
;
width
:
1
.46rem
;
...
...
pages/academic/academic.vue
浏览文件 @
e89ff419
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
<div
v-if=
"!isMobile"
class=
"is-pc"
>
<div
v-if=
"!isMobile"
class=
"is-pc"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/academic-banner.png"
width=
"100%"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/academic-banner.png"
width=
"100%"
/>
<div
class=
"main_content"
>
<div
class=
"main_content"
>
<!--
<el-image
:src=
"url1"
>
</el-image>
-->
<div
class=
"img_english"
>
<div
class=
"img_english"
>
<el-image
:src=
"url1"
class=
"img1"
></el-image>
<el-image
:src=
"url1"
class=
"img1"
></el-image>
<div
class=
"item_english_name"
>
硕士学位证书模板
</div>
<div
class=
"item_english_name"
>
硕士学位证书模板
</div>
...
@@ -37,8 +36,8 @@ export default {
...
@@ -37,8 +36,8 @@ export default {
components
:
{
appFrame
},
components
:
{
appFrame
},
data
()
{
data
()
{
return
{
return
{
url1
:
'https://webapp-pub.ezijing.com/project/depaul-plus/cert.png'
,
url1
:
'https://webapp-pub.ezijing.com/project/depaul-plus/cert.png
?v=1
'
,
url2
:
'https://webapp-pub.ezijing.com/project/depaul-plus/pc-cert-cn.png'
,
url2
:
'https://webapp-pub.ezijing.com/project/depaul-plus/pc-cert-cn.png
?v=1
'
,
frameParams
:
{
frameParams
:
{
slider
:
[]
slider
:
[]
}
}
...
@@ -58,28 +57,16 @@ export default {
...
@@ -58,28 +57,16 @@ export default {
.main_content
{
.main_content
{
padding
:
70px
64px
80px
48px
;
padding
:
70px
64px
80px
48px
;
display
:
flex
;
display
:
flex
;
justify-content
:
flex-end
;
align-items
:
center
;
align-items
:
flex-end
;
justify-content
:
center
;
column-gap
:
40px
;
.img_english
{
.img_english
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
flex-direction
:
column
;
.item_english_name
{
.item_english_name
{
font-weight
:
400
;
font-weight
:
400
;
color
:
#424242
;
color
:
#424242
;
font-size
:
16px
;
font-size
:
16px
;
margin-top
:
20px
;
margin-top
:
20px
;
}
text-align
:
center
;
.img1
{
width
:
678px
;
height
:
495px
;
}
.img2
{
width
:
350px
;
height
:
513px
;
margin-left
:
32px
;
}
}
}
}
}
}
...
...
pages/dataDownload/dataDownload.vue
浏览文件 @
e89ff419
...
@@ -26,28 +26,20 @@ export default {
...
@@ -26,28 +26,20 @@ export default {
data
()
{
data
()
{
return
{
return
{
frameParams
:
{
frameParams
:
{
slider
:
[
slider
:
[{
name
:
this
.
$t
(
'menu.dataDownload'
),
path
:
'/dataDownload/dataDownload'
}]
{
name
:
this
.
$t
(
'menu.dataDownload'
),
path
:
'/dataDownload/dataDownload'
}
]
},
},
fileList
:
[
fileList
:
[
{
{
name
:
'招生简章'
,
name
:
'招生简章'
,
url
:
url
:
'https://webapp-pub.ezijing.com/project/depaul-plus/招生简章.pdf'
'https://webapp-pub.ezijing.com/project/depaul-plus/%E6%96%AF%E8%92%82%E6%96%87%E6%96%AF%E7%90%86%E5%B7%A5%E5%AD%A6%E9%99%A2%E5%B7%A5%E7%A8%8B%E7%AE%A1%E7%90%86%E7%A1%95%E5%A3%AB%E4%BF%9D%E7%A0%94%E9%A1%B9%E7%9B%AE%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf?v=1'
},
},
{
{
name
:
'硕士学分模块介绍'
,
name
:
'硕士学分模块介绍'
,
url
:
url
:
'https://webapp-pub.ezijing.com/project/depaul-plus/硕士学分模块介绍.pdf'
'https://webapp-pub.ezijing.com/project/depaul-plus/SIT%E7%A1%95%E5%A3%AB%E5%AD%A6%E5%88%86%E6%A8%A1%E5%9D%97%E4%BB%8B%E7%BB%8D.pdf'
},
},
{
{
name
:
'语言强化模块介绍'
,
name
:
'语言强化模块介绍'
,
url
:
url
:
'https://webapp-pub.ezijing.com/project/depaul-plus/语言强化模块介绍.pdf'
'https://webapp-pub.ezijing.com/project/sbu-plus/%E8%AF%AD%E8%A8%80%E5%BC%BA%E5%8C%96%E6%A8%A1%E5%9D%97%E4%BB%8B%E7%BB%8D.pdf'
}
}
]
]
}
}
...
...
pages/enroll/apply.vue
浏览文件 @
e89ff419
<
template
>
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/enroll-process-
apply-
banner.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/depaul-plus/enroll-process-banner.png"
/>
<div
class=
"content-mian"
>
<div
class=
"content-mian"
>
<ul
class=
"content-mian_con"
>
<ul
class=
"content-mian_con"
>
<li
class=
"applyList_con"
>
<li
class=
"applyList_con"
>
<div
class=
"apply_name"
>
(一)
在读本科大四学生或者本科毕业五年内。
</div>
<div
class=
"apply_name"
>
在读本科大四学生或者本科毕业五年内。
</div>
</li>
</li>
<li
class=
"applyList_con"
>
<li
class=
"applyList_con"
>
<div
class=
"apply_name"
>
(二)
原则要求GPA3.0以上
</div>
<div
class=
"apply_name"
>
原则要求GPA3.0以上
</div>
</li>
</li>
<li
class=
"applyList_con"
>
<li
class=
"applyList_con"
>
<div
class=
"apply_name"
>
(三)
英语能力优异
</div>
<div
class=
"apply_name"
>
英语能力优异
</div>
</li>
</li>
<li
class=
"applyList_con"
>
<li
class=
"applyList_con"
>
<div
class=
"apply_name"
>
(四)
综合素质优异(如学术、获奖经历等)
</div>
<div
class=
"apply_name"
>
综合素质优异(如学术、获奖经历等)
</div>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
@@ -50,7 +50,7 @@ export default {
...
@@ -50,7 +50,7 @@ export default {
padding
:
6px
65px
67px
56px
;
padding
:
6px
65px
67px
56px
;
.applyList_con
{
.applyList_con
{
.apply_name
{
.apply_name
{
font-size
:
20
px
;
font-size
:
16
px
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#333333
;
color
:
#333333
;
margin-top
:
20px
;
margin-top
:
20px
;
...
...
pages/enroll/process.vue
浏览文件 @
e89ff419
...
@@ -11,23 +11,22 @@
...
@@ -11,23 +11,22 @@
申请者需登录项目官网
<a
href=
"https://depaul-plus.ezijing.com/"
>
https://depaul-plus.ezijing.com/
</a
申请者需登录项目官网
<a
href=
"https://depaul-plus.ezijing.com/"
>
https://depaul-plus.ezijing.com/
</a
>
进行在线报名,按项目报名系统的要求在线填写基本信息并提交以下材料:
>
进行在线报名,按项目报名系统的要求在线填写基本信息并提交以下材料:
</p>
</p>
<!--
<p>
另请提供纸质材料:
</p>
-->
<ul>
<ul>
<li>
➢
英文简历
</li>
<li>
1.
英文简历
</li>
<li>
➢
身份证扫描件
</li>
<li>
2.
身份证扫描件
</li>
<li>
➢
中文本科成绩单(在读生截止到上学期末)
</li>
<li>
3.
中文本科成绩单(在读生截止到上学期末)
</li>
<li>
➢ 英语成绩证明(如CET-4,CET-6,TOEFL,IELTS等
)
</li>
<li>
4.英文本科成绩单(在读生截止到上学期末
)
</li>
<li>
➢ 个人荣誉证书和获奖经历扫描件(如有
)
</li>
<li>
5.英语成绩证明(如CET-4,CET-6,TOEFL,IELTS等
)
</li>
<li>
➢ 本科学历学位证明/本科在读证明(中、英文
)
</li>
<li>
6.个人荣誉证书和获奖经历扫描件(如有
)
</li>
<li>
➢ 英文本科成绩单(在读生截止到上学期末
)
</li>
<li>
7.本科学历学位证明/本科在读证明(中、英文
)
</li>
<li>
➢
个人陈述(英文)
</li>
<li>
8.
个人陈述(英文)
</li>
<li>
➢ 推荐信两
封(英文)
</li>
<li>
9.推荐信2
封(英文)
</li>
</ul>
</ul>
</div>
</div>
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
2
</div>
<div
class=
"apply-item-num"
>
2
</div>
<div
class=
"apply-item-hd"
>
招生官面试
录取
</div>
<div
class=
"apply-item-hd"
>
招生官面试
</div>
<div
class=
"apply-item-bd"
>
<div
class=
"apply-item-bd"
>
<p>
<p>
资料提交完整并审核通过后,预约保研项目招生官,对符合条件的申请人进行面试,面试合格者发送保研录取通知书。
资料提交完整并审核通过后,预约保研项目招生官,对符合条件的申请人进行面试,面试合格者发送保研录取通知书。
...
@@ -36,13 +35,17 @@
...
@@ -36,13 +35,17 @@
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
3
</div>
<div
class=
"apply-item-num"
>
3
</div>
<div
class=
"apply-item-hd"
>
保研项目学习
</div>
<div
class=
"apply-item-hd"
>
硕士录取
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
4
</div>
<div
class=
"apply-item-hd"
>
国内学习
</div>
<div
class=
"apply-item-bd"
>
<div
class=
"apply-item-bd"
>
<p>
收到录取后在规定时间内签订入学协议并完成学费缴纳,进入项目学习。
</p>
<p>
收到录取后在规定时间内签订入学协议并完成学费缴纳,进入项目学习。
</p>
</div>
</div>
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
4
</div>
<div
class=
"apply-item-num"
>
5
</div>
<div
class=
"apply-item-hd"
>
签证赴美
</div>
<div
class=
"apply-item-hd"
>
签证赴美
</div>
<div
class=
"apply-item-bd"
>
<div
class=
"apply-item-bd"
>
<p>
完成项目学习成绩合格者获斯蒂文斯理工学院录取签证文件,赴美完成硕士剩余课程学习。
</p>
<p>
完成项目学习成绩合格者获斯蒂文斯理工学院录取签证文件,赴美完成硕士剩余课程学习。
</p>
...
...
pages/returnPolicy/returnPolicy.vue
浏览文件 @
e89ff419
...
@@ -72,8 +72,8 @@ export default {
...
@@ -72,8 +72,8 @@ export default {
return
{
return
{
frameParams
:
{
frameParams
:
{
slider
:
[
slider
:
[
{
name
:
'高薪就业'
,
path
:
'/returnPolicy/salary'
},
//
{ name: '高薪就业', path: '/returnPolicy/salary' },
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
]
]
},
},
policyData
:
[
policyData
:
[
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论