Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
1335f289
提交
1335f289
authored
8月 10, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
marywood_plus优化
上级
167bc5db
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
174 行增加
和
95 行删除
+174
-95
school.vue
pages/about/school.vue
+159
-79
academic.vue
pages/academic/academic.vue
+4
-6
apply.vue
pages/enroll/apply.vue
+1
-1
process.vue
pages/enroll/process.vue
+10
-9
没有找到文件。
pages/about/school.vue
浏览文件 @
1335f289
...
...
@@ -3,10 +3,6 @@
<div
v-if=
"!isMobile"
class=
"is-pc"
>
<div
class=
"banner"
>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood_banner_02.jpg"
/>
<!--
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood_banner.png"
/>
-->
<!--
<div
class=
"btn"
>
<button
class=
"btn1"
@
click=
"$router.push('/my/account')"
>
报名申请
</button>
</div>
-->
</div>
<section
class=
"section"
>
<h2
class=
"title"
>
项目介绍
</h2>
...
...
@@ -22,8 +18,28 @@
为无需联考且向往通过国际先进教育资源取得硕士学历与学位的人士提供实现路径。
</p>
</section>
<div
class=
"content"
>
<img
class=
"img1"
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img1.png"
/>
<!-- 学校介绍 -->
<div
class=
"content_school"
>
<div
class=
"content_left"
>
<div
class=
"content_left_tit"
>
<div
class=
"line"
></div>
<div
class=
"tit_desc"
>
玛丽伍德大学介绍
</div>
</div>
<div>
<p
class=
"content_left_bottom"
>
玛丽伍德大学国际硕硕士1+1项目是清控紫荆教育联合美国多所知名院校推出的国际硕士1+1项目之一。清控紫荆教育为玛丽伍德大学国际硕士1+1项目官方授权中国招生与教学中心。
<br
/>
<br
/>
玛丽伍德大学(Marywood University)创办于1915
年,有超过100年的历史。学校位于美国宾夕法尼亚州斯克兰顿市,该市是宾夕法尼亚州东北部拉克瓦纳河流域的地理和文化中心。地理位置优越,距离美国金融中心纽约和美国最古老城市之一的费城均约2小时车程。斯克兰顿地区在地理上分布了美国大量的中产阶级人群,当地学校的教育质量处于美国整体平均水平之上。
<br
/>
<br
/>
玛丽伍德大学占地700亩,环境优美,是一所拥有128名全职教授的综合性大学,大学设置超过100个本科、硕士及博士专业。玛丽伍德大学服务来自各种学习背景的学生,并且通过对道德的推动来丰富人生,为学生全面发展并掌握专业技能和领导能力创建一套体系化的教育系统。在2021年U.S.
NEWS北部大学排名中位列第44名,MBA项目Study.com排名全美TOP50,学校拥有ACBSP、NAAB、APA等多重权威认证。
</p>
</div>
</div>
<img
class=
"content_right"
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img11.png"
/>
</div>
<div
class=
"content"
>
<div
class=
"img-box"
>
...
...
@@ -32,8 +48,21 @@
<img
class=
"img22"
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-college-intro-img.png"
/>
</div>
<img
class=
"img4"
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img9.png"
/>
<div
class=
"content"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/school-apply-img1.png"
/>
<!-- 申请条件 -->
<div
class=
"content_tit"
>
<div
class=
"line"
></div>
<div
class=
"tit_desc"
>
申请要求
</div>
</div>
<div
class=
"content_list"
>
<div
class=
"content_list_item"
v-for=
"(item, index) in applyList"
:key=
"index"
>
<div
class=
"content_list_item_top"
>
<img
:src=
"item.img"
alt=
""
/>
<div
class=
"top_text"
>
{{
item
.
tit
}}
</div>
</div>
<div
class=
"content_list_item_center"
v-html=
"item.desc"
></div>
<div
class=
"content_list_item_bottom"
v-html=
"item.tips"
></div>
</div>
</div>
<div
class=
"content_tit"
>
<div
class=
"line"
></div>
...
...
@@ -142,10 +171,6 @@
</div>
<div
class=
"h5-title m-t-10"
>
学制安排
</div>
<div
class=
"img-list"
>
<!--
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-nimg1.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-nimg2.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-nimg3.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-nimg4.png"
/>
-->
<div
class=
"xz-content"
>
<div
class=
"xz-item xz1"
>
<div
class=
"mask"
></div>
...
...
@@ -195,35 +220,6 @@
<div
class=
"h5-title m-t-10"
>
课程设置
</div>
<div
class=
"h5-course-set"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5/school-course-img.png"
/>
<!--
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5/school-course-img2.png"
/>
-->
<!--
<div
class=
"h5-head"
>
<div
@
click=
"courseTab(0)"
:class=
"!courseSetTab ? 'btn active' : 'btn'"
style=
"margin: 0 0.42rem 0 0.06rem"
>
<p>
工商管理硕士
</p>
<p>
Master of Business Administration
</p>
</div>
<div
@
click=
"courseTab(1)"
:class=
"courseSetTab ? 'btn active' : 'btn'"
>
<p>
管理信息系统硕士
</p>
<p>
M.S. in Management Information Systems
</p>
</div>
</div>
<div
v-if=
"!courseSetTab"
style=
"padding: 0.35rem 0.1rem"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5-curriculum1.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5-curriculum2.png"
style=
"margin-top: 0.43rem"
/>
</div>
<div
v-else
style=
"padding: 0.35rem 0.1rem"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5-curriculum3.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5-curriculum4.png"
style=
"margin-top: 0.43rem"
/>
</div>
-->
</div>
<div
class=
"h5-title m-t-10"
>
校园风光
</div>
<div
class=
"swiper-content"
@
mouseenter=
"swiperStop"
@
mouseleave=
"swiperStart"
>
...
...
@@ -250,6 +246,27 @@ export default {
return
{
courseSetTab
:
0
,
popupVisible
:
false
,
applyList
:
[
{
img
:
'https://webapp-pub.ezijing.com/project/cbu-plus/apply_step1.png'
,
tit
:
'学历'
,
desc
:
'本科学历及以上或者本科在读'
,
tips
:
''
},
{
img
:
'https://webapp-pub.ezijing.com/project/cbu-plus/apply_step2.png'
,
tit
:
'语言'
,
desc
:
'托福≥79分 或 雅思≥6.0 <br/>未达到上述语言成绩要求的申请者,入学后须参加英语强化课程并考试合格'
,
tips
:
''
},
{
img
:
'https://webapp-pub.ezijing.com/project/cbu-plus/apply_step3.png'
,
tit
:
'GPA'
,
desc
:
'GPA不低于2.5或具有研究生学习潜力的优秀学生'
,
tips
:
''
}
],
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'
},
...
...
@@ -299,19 +316,6 @@ export default {
}
}
}
// frameParams: {
// banner: 'https://webapp-pub.ezijing.com/project/marywood/mary_banner_nx4.jpg',
// slider: [
// {
// name: this.$t('menu.schoolChild.school3'),
// path: '/about/school'
// },
// {
// name: this.$t('menu.courseChild.teachers'),
// path: '/about/teacher'
// }
// ]
// }
}
},
computed
:
{
...
...
@@ -345,31 +349,6 @@ export default {
img
{
width
:
1140px
;
}
// .head-tab {
// height: 120px;
// border-bottom: 1px solid #bebebe;
// display: flex;
// justify-content: space-evenly;
// .btn {
// p {
// font-size: 26px;
// font-weight: 400;
// color: #959595;
// text-align: center;
// line-height: 100%;
// // -webkit-background-clip: text;
// // -webkit-text-fill-color: transparent;
// }
// padding-top: 60px;
// cursor: pointer;
// &.active {
// border-bottom: 1px solid #aa1941;
// p {
// color: #aa1941;
// }
// }
// }
// }
}
.banner
{
position
:
relative
;
...
...
@@ -522,11 +501,112 @@ export default {
background
:
url('https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img7.png')
;
}
}
.content_list
{
width
:
1200px
;
display
:
flex
;
justify-content
:
space-around
;
align-items
:
flex-start
;
padding-bottom
:
35px
;
margin-top
:
31px
;
margin
:
65px
auto
;
.content_list_item
:nth-child
(
1
)
{
padding-top
:
87px
;
}
.content_list_item
{
padding
:
68px
32px
0
41px
;
width
:
380px
;
height
:
483px
;
opacity
:
1
;
background-color
:
#fff
;
text-align
:
center
;
margin
:
auto
;
.content_list_item_top
{
img
{
width
:
91
.66px
;
height
:
100%
;
}
.top_text
{
font-size
:
20px
;
font-weight
:
500
;
color
:
#484848
;
margin-top
:
29px
;
}
}
.content_list_item_center
{
text-align
:
center
;
font-size
:
16px
;
font-weight
:
400
;
color
:
#666666
;
margin-top
:
37px
;
line-height
:
2
;
}
.content_list_item_bottom
{
text-align
:
center
;
font-size
:
16px
;
font-weight
:
400
;
color
:
#666666
!
important
;
text-align
:
left
;
line-height
:
2
;
}
}
}
.img4
{
width
:
100%
;
height
:
100%
;
margin-top
:
68px
;
}
.content_school
{
// background-color: #ccc;
height
:
661px
;
width
:
1200px
;
margin
:
70px
auto
;
text-align
:
center
;
display
:
flex
;
justify-content
:
space-around
;
align-items
:
center
;
.content_left
{
padding-right
:
152px
;
min-width
:
524px
;
height
:
100%
;
.content_left_tit
{
width
:
1200px
;
margin
:
auto
;
text-align
:
center
;
display
:
flex
;
justify-content
:
flex-start
;
margin-top
:
35px
;
.line
{
width
:
6px
;
height
:
34px
;
background
:
#aa1941
;
margin-right
:
9px
;
margin-top
:
6px
;
}
.tit_desc
{
color
:
#333333
;
font-size
:
34px
;
font-weight
:
bold
;
}
}
.content_left_bottom
{
font-size
:
16px
;
font-weight
:
300
;
color
:
#424242
;
margin-top
:
35px
;
text-align
:
left
;
line-height
:
2
;
}
}
.content_right
{
min-width
:
596px
;
height
:
100%
;
}
}
.content_tit
{
width
:
1200px
;
margin
:
auto
;
...
...
pages/academic/academic.vue
浏览文件 @
1335f289
...
...
@@ -6,25 +6,24 @@
<!--
<el-image
:src=
"url1"
>
</el-image>
-->
<div
class=
"img_english"
>
<el-image
:src=
"url1"
class=
"img1"
></el-image>
<div
class=
"item_english_name"
>
硕士学位证书
</div>
<div
class=
"item_english_name"
>
硕士学位证书
模板
</div>
</div>
<div
class=
"img_english"
>
<el-image
:src=
"url2"
class=
"img2"
></el-image>
<div
class=
"item_english_name"
>
学历学位认证
</div>
<div
class=
"item_english_name"
>
学历学位认证
模板
</div>
</div>
</div>
</div>
<app-frame
v-else
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/academic-banner.png"
width=
"100%"
/>
<div
class=
"main_content"
>
<!--
<el-image
:src=
"url1"
>
</el-image>
-->
<div
class=
"img_english"
>
<el-image
:src=
"url1"
class=
"img1"
></el-image>
<div
class=
"item_english_name"
>
硕士学位证书
</div>
<div
class=
"item_english_name"
>
硕士学位证书
模板
</div>
</div>
<div
class=
"img_english"
>
<el-image
:src=
"url2"
class=
"img2"
></el-image>
<div
class=
"item_english_name"
>
学历学位认证
</div>
<div
class=
"item_english_name"
>
学历学位认证
模板
</div>
</div>
</div>
</app-frame>
...
...
@@ -37,7 +36,6 @@ export default {
components
:
{
appFrame
},
data
()
{
return
{
// url1: 'https://webapp-pub.ezijing.com/project/marywood/academic21.png',
url1
:
'https://webapp-pub.ezijing.com/project/marywood-plus/pc-cert-en.png'
,
url2
:
'https://webapp-pub.ezijing.com/project/marywood-plus/pc-cert-cn1.png'
,
...
...
pages/enroll/apply.vue
浏览文件 @
1335f289
...
...
@@ -10,7 +10,7 @@
</li>
<li
class=
"applyList_con"
>
<div
class=
"apply_name"
>
GPA
</div>
<div
class=
"apply_desc"
>
在校
GPA不低于2.5或具有研究生学习潜力的优秀学生
</div>
<div
class=
"apply_desc"
>
GPA不低于2.5或具有研究生学习潜力的优秀学生
</div>
</li>
<li
class=
"applyList_con"
>
<div
class=
"apply_name"
>
语言
</div>
...
...
pages/enroll/process.vue
浏览文件 @
1335f289
...
...
@@ -8,17 +8,18 @@
<div
class=
"apply-item-hd"
>
在线申请
</div>
<div
class=
"apply-item-bd"
>
<p>
申请者需登录
<a
href=
"https:/marywood-plus.ezijing.com/"
>
https:/marywood-plus.ezijing.com/
</a
>
在线申请,申请费缴纳完成后将如下纸质材料邮寄至北京市海淀区中关村东路1号院 清华科技园威盛大厦5层紫荆教育
邮编:100084。
申请者须登录项目官网:
<a
href=
"https:/marywood-plus.ezijing.com/"
>
https:/marywood-plus.ezijing.com/
</a
>
在线申请并提交电子报名资料。
</p>
<p>
另请提供纸质材料:
</p>
<ul>
<li>
1) 身份证复印件1份
</li>
<li>
2) 本科学历学位复印件1份(在读本科生出具在读证明即可)
</li>
<li>
3) 本科成绩单
</li>
<li>
4) 2寸免冠彩色照片2张(白底)
</li>
<li>
5) 英语成绩单(托福或雅思,非必需)
</li>
<li>
1. 有效身份证件扫描件
</li>
<li>
2. 本科学位证(中英文,在读本科生出具在读证明)
</li>
<li>
3. 本科成绩单(中英文)
</li>
<li>
4. 个人简历(英文)
</li>
<li>
5. 推荐信(两封)
</li>
<li>
6. 英语成绩单(托福或雅思,非必需)
</li>
<li>
7. 电子版免冠彩色照片(白底)
</li>
</ul>
<!--
<p
style=
"margin-top:30px"
>
如有任何疑问,请联系:滑老师 18610017331
</p>
-->
</div>
...
...
@@ -27,7 +28,7 @@
<div
class=
"apply-item-num"
>
2
</div>
<div
class=
"apply-item-hd"
>
材料审核
</div>
<div
class=
"apply-item-bd"
>
<p>
项目招生办的老师审核学生提交的材料,根据
审核结果反馈给申请人
</p>
<p>
招生办审核申请材料,并将
审核结果反馈给申请人
</p>
</div>
</div>
<div
class=
"apply-item"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论