Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
91b3ec81
提交
91b3ec81
authored
4月 01, 2024
作者:
lhh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
3f69424a
隐藏空白字符变更
内嵌
并排
正在显示
36 个修改的文件
包含
1125 行增加
和
363 行删除
+1125
-363
.env
.env
+4
-4
.env.dev
.env.dev
+4
-4
.env.test
.env.test
+4
-4
ApplyForm.vue
components/base/h5/ApplyForm.vue
+2
-2
Menu.vue
components/base/h5/Menu.vue
+1
-1
RightAside.vue
components/base/h5/RightAside.vue
+2
-2
Video.vue
components/home/Video.vue
+8
-8
banners.vue
components/home/banners.vue
+3
-3
projectFeatures.vue
components/home/projectFeatures.vue
+21
-21
projectPosition.vue
components/home/projectPosition.vue
+4
-4
schoolIntroduce.vue
components/home/schoolIntroduce.vue
+4
-9
Header.vue
components/layout/h5/Header.vue
+3
-4
Foot.vue
components/layout/pc/Foot.vue
+23
-17
Head.vue
components/layout/pc/Head.vue
+5
-6
rightAside.vue
components/rightAside.vue
+4
-4
index.vue
modules/letter/index.vue
+19
-4
qrcodePay.vue
modules/my/application/components/qrcodePay.vue
+2
-4
answer.js
modules/my/application/form/info/answer.js
+2
-2
qrcodePay.vue
modules/my/interview/components/qrcodePay.vue
+2
-4
form.js
modules/my/interview/form/form.js
+1
-1
ywjl.js
modules/my/interview/form/ywjl.js
+1
-1
qrcodePay.vue
modules/my/review/components/qrcodePay.vue
+1
-1
indexWelcome.vue
modules/my/welcome/indexWelcome.vue
+1
-1
nuxt.config.js
nuxt.config.js
+1
-1
school.vue
pages/about/school.vue
+88
-117
academic.vue
pages/academic/academic.vue
+6
-6
dataDownload.vue
pages/dataDownload/dataDownload.vue
+2
-2
apply.vue
pages/enroll/apply.vue
+2
-2
process.vue
pages/enroll/process.vue
+20
-14
index.vue
pages/index.vue
+1
-1
index.vue
pages/news/hot/index.vue
+1
-1
introduce.vue
pages/project-intro/introduce.vue
+2
-2
returnPolicy.vue
pages/returnPolicy/returnPolicy.vue
+14
-22
salary.vue
pages/returnPolicy/salary.vue
+3
-3
school.vue
pages/school/school.vue
+219
-81
swiper1.vue
pages/school/swiper1.vue
+645
-0
没有找到文件。
.env
浏览文件 @
91b3ec81
projectId=10
20
projectId=10
31
newProjectId=
62110451281973248
newProjectId=
283899968950415360
baseURL=https://project-api.ezijing.com
loginURL=https://login.ezijing.com/sit-plus
\ No newline at end of file
loginURL=https://login.ezijing.com
\ No newline at end of file
.env.dev
浏览文件 @
91b3ec81
projectId=10
20
projectId=10
31
newProjectId=
62110451281973248
newProjectId=
283899968950415360
baseURL=https://project-api.ezijing.com
loginURL=https://login.ezijing.com/sit-plus
\ No newline at end of file
loginURL=https://login.ezijing.com
\ No newline at end of file
.env.test
浏览文件 @
91b3ec81
projectId
=
10
20
projectId
=
10
31
newProjectId
=
62110451281973248
newProjectId
=
283899968950415360
baseURL
=
https
://
project
-
api2
.
ezijing
.
com
loginURL
=
https
://
login2
.
ezijing
.
com
/
sbu
-
plus
\ No newline at end of file
loginURL
=
https
://
login2
.
ezijing
.
com
\ No newline at end of file
components/base/h5/ApplyForm.vue
浏览文件 @
91b3ec81
...
...
@@ -36,7 +36,7 @@ import * as api from '@/api'
export
default
{
data
()
{
return
{
ruleForm
:
{
name
:
''
,
phone
:
''
,
project_id
:
'10
20
'
,
channel
:
localStorage
.
getItem
(
'channel_num'
)
||
19960
},
ruleForm
:
{
name
:
''
,
phone
:
''
,
project_id
:
'10
31
'
,
channel
:
localStorage
.
getItem
(
'channel_num'
)
||
19960
},
projectList
:
[
{
label
:
'金融工商管理硕士'
,
value
:
'1000'
},
{
label
:
'酒店及旅游业工商管理硕士'
,
value
:
'1008'
},
...
...
@@ -46,7 +46,7 @@ export default {
{
label
:
'中国未来金融领袖计划'
,
value
:
'1007'
},
{
label
:
'国际硕士保研项目'
,
value
:
'1016'
},
{
label
:
'金融学硕士保研项目'
,
value
:
'1018'
},
{
label
:
'
工程管理硕士保研项目'
,
value
:
'1020
'
}
{
label
:
'
美国帕克大学专升硕项目'
,
value
:
'1031
'
}
],
phoneCode
:
''
,
codeButtonDisabled
:
false
,
...
...
components/base/h5/Menu.vue
浏览文件 @
91b3ec81
...
...
@@ -45,7 +45,7 @@ export default {
name
:
'就业福利'
,
path
:
'/returnPolicy/returnPolicy'
,
children
:
[
{
name
:
'高薪就业'
,
path
:
'/returnPolicy/salary'
},
//
{ name: '高薪就业', path: '/returnPolicy/salary' },
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
]
},
...
...
components/base/h5/RightAside.vue
浏览文件 @
91b3ec81
...
...
@@ -3,7 +3,7 @@
<div
class=
"rigth-aside"
>
<ul
class=
"right-aside-btns"
>
<a
href=
"/my"
>
<li
style=
"border-bottom: 1px solid #999
;
"
>
<li
style=
"border-bottom: 1px solid #999"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/d434fa0ffd77892273e63e6d694cff0a.png"
/>
<p>
报名申请
</p>
</li>
...
...
@@ -29,7 +29,7 @@
<div
class=
"dialog-box"
@
click
.
stop
>
<h2
class=
"title"
>
关注我们
</h2>
<div
class=
"follow"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/sit_wechat.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/sit_wechat.png"
/>
<p>
扫码关注 了解更多
</p>
</div>
</div>
...
...
components/home/Video.vue
浏览文件 @
91b3ec81
...
...
@@ -58,22 +58,22 @@ export default {
isShow
:
false
,
list
:
[
{
poster
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_poster1.png'
poster
:
'https://webapp-pub.ezijing.com/project/
park
/video_poster1.png'
},
{
poster
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_poster2.png'
poster
:
'https://webapp-pub.ezijing.com/project/
park
/video_poster2.png'
},
{
poster
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_poster3.png'
poster
:
'https://webapp-pub.ezijing.com/project/
park
/video_poster3.png'
},
{
poster
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_poster4.png'
poster
:
'https://webapp-pub.ezijing.com/project/
park
/video_poster4.png'
},
{
poster
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_poster5.png'
poster
:
'https://webapp-pub.ezijing.com/project/
park
/video_poster5.png'
},
{
poster
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_poster6.png'
poster
:
'https://webapp-pub.ezijing.com/project/
park
/video_poster6.png'
}
],
// 当前播放的视频
...
...
@@ -93,7 +93,7 @@ export default {
rewind
:
true
,
disableOnInteraction
:
false
,
on
:
{
slideChangeTransitionEnd
:
function
()
{
slideChangeTransitionEnd
:
function
()
{
this
.
autoplay
.
start
()
//就加这个玩意儿
}
}
...
...
@@ -202,7 +202,7 @@ export default {
.is-pc
{
margin-top
:
56px
;
.video-wrapper
{
background
:
url(https://webapp-pub.ezijing.com/project/
sit-plus
/video_bg.png)
no-repeat
center
center
;
background
:
url(https://webapp-pub.ezijing.com/project/
park
/video_bg.png)
no-repeat
center
center
;
background-size
:
cover
;
}
.content
{
...
...
components/home/banners.vue
浏览文件 @
91b3ec81
...
...
@@ -2,10 +2,10 @@
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
class=
"banner-content"
>
<a
href=
"/my"
>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/banner.png"
/>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/
park
/banner.png"
/>
</a>
<!--
<div
class=
"content_desc"
>
<div
class=
"desc_cn"
>
斯蒂文斯理工学院工程管理硕士保研
项目
</div>
<div
class=
"desc_cn"
>
美国帕克大学专升硕
项目
</div>
<div
class=
"desc_en"
>
Stevens Institute of Technology Master of Engineering in Engineering Management
</div>
</div>
-->
<div
class=
"banner_navList"
v-if=
"false"
>
...
...
@@ -72,7 +72,7 @@ export default {
this
.
$router
.
push
(
'/my/account'
)
}
else
if
(
item
.
tag
===
'2'
)
{
window
.
open
(
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
sit-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'
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
park
/%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'
)
}
else
if
(
item
.
tag
===
'3'
)
{
this
.
$router
.
push
(
'/about/school'
)
...
...
components/home/projectFeatures.vue
浏览文件 @
91b3ec81
...
...
@@ -26,36 +26,36 @@ export default {
return
{
listData
:
[
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sit-plus/feature_1.png'
,
item_desc_tit
:
'全美四大理工之一'
,
item_desc_con
:
'与麻省理工、加州理工等并称为<br/>全美四大理工学院'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sit-plus/feature_3.png'
,
item_desc_tit
:
'专业全美TOP10'
,
item_desc_con
:
'STEM学科排名前5<br/>全美在线工程管理硕士排名第9<br/>全美大学最高薪酬排名第7'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sit-plus/feature_2.png'
,
item_desc_tit
:
'师资雄厚'
,
item_desc_con
:
'2位诺贝尔奖得主<br/>科学管理之父泰勒'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sit-plus/feature_4.png'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/feature_1.png'
,
item_desc_tit
:
'校方直录'
,
item_desc_con
:
'点对点直录<br/>硕士学分国内提前修'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
sit-plus/feature_5
.png'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park/feature_2
.png'
,
item_desc_tit
:
'免标准化考试'
,
item_desc_con
:
'校方考试替代托福、GRE'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sit-plus/feature_6.png'
,
item_desc_tit
:
'精英辈出'
,
item_desc_con
:
'美国通用汽车公司联合创始人<br/>Charles Stewart Mott<br/>厄瓜多尔总统Leon Febres Cordero<br/>Email访问协议发明者Mark Crispin<br/>LG显示器执行总裁Sang-Beom Han等'
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/feature_3.png'
,
item_desc_tit
:
'省时省费'
,
item_desc_con
:
'仅需赴美学习一年<br>国内学习费用+国外学习费用+生活费<br>总费用不超过24万'
}
// {
// web_img_uri: 'https://webapp-pub.ezijing.com/project/park/feature_4.png',
// item_desc_tit: '校方直录',
// item_desc_con: '点对点直录
<
br
/>
硕士学分国内提前修
'
// },
// {
// web_img_uri: '
https
:
//webapp-pub.ezijing.com/project/park/feature_5.png',
// item_desc_tit: '免标准化考试',
// item_desc_con: '校方考试替代托福、GRE'
// },
// {
// web_img_uri: 'https://webapp-pub.ezijing.com/project/park/feature_6.png',
// item_desc_tit: '精英辈出',
// item_desc_con:
// '美国通用汽车公司联合创始人
<
br
/>
Charles
Stewart
Mott
<
br
/>
厄瓜多尔总统
Leon
Febres
Cordero
<
br
/>
Email
访问协议发明者
Mark
Crispin
<
br
/>
LG
显示器执行总裁
Sang
-
Beom
Han
等
'
// }
]
}
}
...
...
components/home/projectPosition.vue
浏览文件 @
91b3ec81
...
...
@@ -3,17 +3,17 @@
<card
title=
"项目简介"
>
<div
class=
"desc"
>
<p>
该保研项目是斯蒂文斯理工学院工程管理硕士项目的特别录取通道。项目通过对学生的全面个性化评估和科研主题课程训练,鼓励学生以增强科研能力替代应试,减少研究生入学考试对学生学习和科研的干扰
。
美国帕克大学专升硕项目是针对具有3年大专学历的学生,通过1年时间在国内补足国外大学要求的学分,取得国外大学的本科学士学位,然后出国再读1年硕士,取得硕士学位,回国可被中留服直接认证研究生学历
。
</p>
<br
/>
<p>
该项目由
斯蒂文斯理工学院工程管理硕士保研
项目中国招生与教学中心(紫荆教育)全权负责运营,详情请见斯蒂文斯理工学院官网项目说明:
<a
<
!--
<
p>
该项目由
美国帕克大学专升硕
项目中国招生与教学中心(紫荆教育)全权负责运营,详情请见斯蒂文斯理工学院官网项目说明:
<a
href=
"https://www.stevens.edu/page-basic/zijing-partnership"
target=
"_blank"
>
https://www.stevens.edu/page-basic/zijing-partnership
</a
>
</p>
</p>
-->
</div>
</card>
</div>
...
...
components/home/schoolIntroduce.vue
浏览文件 @
91b3ec81
...
...
@@ -2,19 +2,14 @@
<div
class=
"service-content max-width-center"
>
<card
title=
"学校简介"
>
<div
class=
"desc"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/school_desc.png"
class=
"desc-img"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/school_desc.png"
class=
"desc-img"
/>
<p>
斯蒂文斯理工学院创办于1870年,和麻省理工、加州理工、伦斯勒理工学院并称为美国四大理工学院,是美国历史最为悠久的理工学院之一。学校坐落于纽约大都会区新泽西州霍博肯市(Hoboken,
New Jersey),与曼哈顿岛隔河相望,是世界上地理位置最佳的学校之一。
美国帕克大学原名帕克学院,最初成立于1875年,2000年正式更名为帕克大学,是一所独立私立高等教育机构,至今已有149年的历史。最初成立时,帕克大学仅是一所小型的中西部教堂学院,现在已经发展成为一所拥有电子学习设施,并开设美国军队教育课程的大学。帕克大学获得了美国中北部高等教育委员会及中北部学院和大学协会认可,获密苏里州教育部门认证,中国教育部涉外监管信息网认证。
</p>
<br
/>
<p>
斯蒂文斯理工学院是一所在美国的教育和研究领域中位居前沿的理工类大学,长年位列U.S. News
&
World
Report全美Top100。该校的教授和学者在自然科学及管理科学领域享有盛誉,培养了诺贝尔物理学奖得主费瑞得瑞恩(Frederick
Reines)、诺贝尔化学奖得主欧文朗缪尔(Irving Langmuir)、现代管理学之父弗雷德里克泰勒(Frederick Winslow
Taylor)以及甘特图的发明者亨利甘特(Henry Laurence
Gantt)等杰出人才。该校毕业生享有极高声誉,在NACE全美大学最高薪酬排行中位列第7位,在二十年投资回报比中位列第三位,USA
Today将其评选为全美最佳七所工程学院之一。
有超过633名来自112个不同国家的外国留学生,他们在学校感受到了家的温暖。为了容纳并使留学生更好地适应学校,学校组织了许多有趣的活动供留学生参加,也让美国学生可以与之互动并体验当地文化。帕克大学一直被家长和其他学校评为国内私立大学中的顶级大学。帕克起源于中西部一个小大学,现在帕克大学已经成长为多元的大学,为全球的学生提供高品质的学术机会。
帕克大学的毕业生拥有全球视野,他们对国际关系和国际市场有着深刻理解。在帕克的学习使他们掌握了关键性思维、有效沟通以及终身学习。无论是商科专业,还是体育、生物、图形设计或者教育专业,学生在帕克大学学到的不仅仅是为日后工作做准备,更是如何成为一个关键性思考者、问题解决者以及可以适应全球化的领跑者。
</p>
</div>
</card>
...
...
components/layout/h5/Header.vue
浏览文件 @
91b3ec81
...
...
@@ -3,12 +3,10 @@
<header
class=
"main-header"
>
<template
v-if=
"!searchVisible"
>
<div
class=
"logo-box"
>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/logo.png"
/>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/
park
/logo.png"
/>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
class=
"logo"
>
<div
class=
"title"
>
斯蒂文斯理工学院工程管理硕士保研项目
</div>
<div
class=
"title"
>
美国帕克大学专升硕项目
</div>
<!--
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
/>
-->
</nuxt-link>
</div>
...
...
@@ -98,6 +96,7 @@ export default {
display
:
flex
;
}
.logo-box
{
// padding: 15px 0;
flex
:
1
;
display
:
flex
;
img
{
...
...
components/layout/pc/Foot.vue
浏览文件 @
91b3ec81
...
...
@@ -4,8 +4,8 @@
<div
class=
"foot-content"
>
<div
class=
"left-content"
>
<div
class=
"logo-title"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus/logo_white
.png"
/>
<h1>
工程管理硕士保研
项目
</h1>
<img
src=
"https://webapp-pub.ezijing.com/project/
park/logo_white2
.png"
/>
<h1>
美国帕克大学专升硕
项目
</h1>
</div>
<div
class=
"bottom"
>
...
...
@@ -35,19 +35,19 @@
</div>
</div>
<div
class=
"center-content"
>
<div
class=
"contact"
>
斯蒂文斯理工学院工程硕士保研
项目
</div>
<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>
<a
class=
"mail"
href=
"mailto:admission_
SIT
@ezijing.com"
>
邮
箱:admission_
SIT
@ezijing.com
<a
class=
"mail"
href=
"mailto:admission_
park_project
@ezijing.com"
>
邮
箱:admission_
park_project
@ezijing.com
</a>
<!--
<div
class=
"mail"
v-html=
"$t('foot.email')"
></div>
-->
</div>
</div>
<div
class=
"right-content"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/sit_wechat.png"
class=
"code"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/sit_wechat.png"
class=
"code"
/>
<div
class=
"tips-txt"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png"
/>
<div
class=
"txt"
>
{{
$t
(
'foot.weChat'
)
}}
</div>
...
...
@@ -58,36 +58,42 @@
友情链接:中国人民银行 中国涉外监管网 中国银行协会 中国证券投资基金业协会
</div>
-->
</div>
<div
class=
"copyright"
style=
"height: 40px;
line-height: 40px;color: rgba(153, 153, 153, 1);background: #fff;
"
>
<div
class=
"inner"
style=
"width: 100%;
justify-content: center;display: flex;
"
>
<p
style=
"font-size: 12px
;
"
>
<div
class=
"copyright"
style=
"height: 40px;
line-height: 40px; color: rgba(153, 153, 153, 1); background: #fff
"
>
<div
class=
"inner"
style=
"width: 100%;
justify-content: center; display: flex
"
>
<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;
"
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
target=
"_blank"
class=
"record"
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;
"
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
target=
"_blank"
href=
"https://beian.miit.gov.cn/#/Integrated/index"
style=
"color: rgba(153, 153, 153, 1);
text-decoration:none;
"
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>
</div>
</div>
...
...
@@ -195,7 +201,7 @@ export default {}
height
:
50px
;
img
{
margin-top
:
-40px
;
height
:
125
px
;
height
:
73
px
;
}
h1
{
margin-left
:
14px
;
...
...
components/layout/pc/Head.vue
浏览文件 @
91b3ec81
...
...
@@ -7,10 +7,10 @@
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/307f688850f8308a5c944bd129436fe0.png"
/>
</nuxt-link>
-->
<div
class=
"logo-box"
>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/logo.png"
/>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/
park
/logo.png"
/>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
>
<div
class=
"title"
>
斯蒂文斯理工学院工程管理硕士保研
项目
</div>
<div
class=
"title"
>
美国帕克大学专升硕
项目
</div>
</nuxt-link>
<!--
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
/>
-->
</div>
...
...
@@ -23,9 +23,7 @@
<div
class=
"login"
>
<a
:href=
"loginURL"
>
{{
$t
(
'menu.fastLogin'
)
}}
</a>
</div>
<div
class=
"register"
@
click=
"$router.push('/my/account')"
>
马上报名
</div>
<div
class=
"register"
@
click=
"$router.push('/my/account')"
>
马上报名
</div>
<!--
<div
class=
"register"
>
<a
:href=
"registerURL"
>
{{
$t
(
'menu.register'
)
}}
</a>
</div>
-->
...
...
@@ -113,8 +111,9 @@ li {
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
padding
:
15px
0
;
img
{
height
:
89
px
;
height
:
70
px
;
cursor
:
pointer
;
display
:
block
;
}
...
...
components/rightAside.vue
浏览文件 @
91b3ec81
...
...
@@ -72,7 +72,7 @@
</div>
<div
class=
"wx_cont"
v-show=
"tabBtnTarget === 'wx'"
>
<h5>
{{
$t
(
'aside.follow'
)
}}
</h5>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/sit_wechat.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/sit_wechat.png"
/>
</div>
</div>
</transition>
...
...
@@ -92,7 +92,7 @@ export default {
formInfo
:
{
name
:
''
,
phone
:
''
,
newProjectId
:
'10
20
'
newProjectId
:
'10
31
'
},
projectList
:
[
{
label
:
'金融工商管理硕士'
,
value
:
'1000'
},
...
...
@@ -103,13 +103,13 @@ export default {
{
label
:
'中国未来金融领袖计划'
,
value
:
'1007'
},
{
label
:
'国际硕士'
,
value
:
'1016'
},
{
label
:
'金融学硕士保研项目'
,
value
:
'1018'
},
{
label
:
'
工程管理硕士保研项目'
,
value
:
'1020
'
}
{
label
:
'
美国帕克大学专升硕项目'
,
value
:
'1031
'
}
]
}
},
mounted
()
{
// this.isShow = false
window
.
onscroll
=
function
()
{
window
.
onscroll
=
function
()
{
var
top
=
window
.
pageYOffset
||
document
.
documentElement
.
scrollTop
||
document
.
body
.
scrollTop
var
node
=
document
.
getElementById
(
'right_bar'
)
if
(
top
>
100
)
{
...
...
modules/letter/index.vue
浏览文件 @
91b3ec81
...
...
@@ -3,18 +3,33 @@
<header
class=
"header"
>
<div
class=
"inner"
>
<div
class=
"logo"
>
<router-link
to=
"/"
><img
src=
"https://webapp-pub.ezijing.com/project/application/images/ezijing-logo.png"
/></router-link>
<router-link
to=
"/"
><img
src=
"https://webapp-pub.ezijing.com/project/application/images/ezijing-logo.png"
/></router-link>
</div>
</div>
</header>
<nav
class=
"nav"
><h1
class=
"title"
>
斯蒂文斯理工学院工程管理硕士保研
项目推荐信
</h1></nav>
<nav
class=
"nav"
><h1
class=
"title"
>
美国帕克大学专升硕
项目推荐信
</h1></nav>
<section
class=
"content"
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"form"
label-width=
"100px"
:label-position=
"labelPosition"
@
submit
.
native
.
prevent
style=
"max-width: 680px"
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"form"
label-width=
"100px"
:label-position=
"labelPosition"
@
submit
.
native
.
prevent
style=
"max-width: 680px"
>
<el-form-item
label=
"姓名"
prop=
"provider_name"
>
<el-input
v-model=
"ruleForm.provider_name"
@
blur=
"onBlur('provider_name')"
></el-input>
</el-form-item>
<el-form-item
label=
"推荐信内容"
prop=
"letter_content"
>
<el-input
type=
"textarea"
:autosize=
"
{ minRows: 6 }" v-model="ruleForm.letter_content" @blur="onBlur('letter_content')">
</el-input>
<el-input
type=
"textarea"
:autosize=
"
{ minRows: 6 }"
v-model="ruleForm.letter_content"
@blur="onBlur('letter_content')"
>
</el-input>
</el-form-item>
<el-form-item
label=
"手机号"
prop=
"provider_phone_number"
>
<el-input
v-model=
"ruleForm.provider_phone_number"
></el-input>
...
...
modules/my/application/components/qrcodePay.vue
浏览文件 @
91b3ec81
...
...
@@ -5,16 +5,14 @@
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_pay_01.png"
/>
</div>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
申请斯蒂文斯理工学院工程管理硕士保研项目,本项目的申请费为
<span>
700
</span>
元,请扫描二维码以完成报名。
</p>
<p
class=
"t1"
>
申请美国帕克大学专升硕项目,本项目的申请费为
<span>
700
</span>
元,请扫描二维码以完成报名。
</p>
</div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i>
</div>
<div
class=
"qrcode"
v-else
>
<qrcode-vue
:value=
"qrcodeValue"
size=
"100"
></qrcode-vue>
<span
@
click=
"getOrder"
><i
class=
"el-icon-refresh"
style=
"font-size:20px"
title=
"刷新"
></i></span>
<span
@
click=
"getOrder"
><i
class=
"el-icon-refresh"
style=
"font-size:
20px"
title=
"刷新"
></i></span>
</div>
</div>
</
template
>
...
...
modules/my/application/form/info/answer.js
浏览文件 @
91b3ec81
...
...
@@ -17,7 +17,7 @@ export default function (_this) {
const
[
first
=
{},
second
=
{}]
=
answers
return
{
qid1
:
first
.
qid
||
'1'
,
question1
:
'您为什么要申请
斯蒂文斯理工学院工程管理硕士保研
项目?'
,
question1
:
'您为什么要申请
美国帕克大学专升硕
项目?'
,
answer1
:
first
.
answer
,
qid2
:
second
.
qid
||
'2'
,
question2
:
'您的短期和长期职业发展目标是什么?您打算如何达成此愿景?'
,
...
...
@@ -39,7 +39,7 @@ export default function (_this) {
items
:
[
{
type
:
'v-input'
,
label
:
'您为什么要申请
斯蒂文斯理工学院工程管理硕士保研
项目?(60字以上,1000字以内)'
,
label
:
'您为什么要申请
美国帕克大学专升硕
项目?(60字以上,1000字以内)'
,
model
:
'answer1'
,
attrs
:
{
type
:
'textarea'
,
rows
:
'8'
,
maxlength
:
'1000'
,
style
:
'width:100%'
},
rules
:
[
...
...
modules/my/interview/components/qrcodePay.vue
浏览文件 @
91b3ec81
...
...
@@ -5,16 +5,14 @@
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_pay_01.png"
/>
</div>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
申请斯蒂文斯理工学院工程管理硕士保研项目,本项目的申请费为
<span>
700
</span>
元,请扫描二维码以完成报名。
</p>
<p
class=
"t1"
>
申请美国帕克大学专升硕项目,本项目的申请费为
<span>
700
</span>
元,请扫描二维码以完成报名。
</p>
</div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i>
</div>
<div
class=
"qrcode"
v-else
>
<qrcode-vue
:value=
"qrcodeValue"
size=
"100"
></qrcode-vue>
<span
@
click=
"getOrder"
><i
class=
"el-icon-refresh"
style=
"font-size:20px"
title=
"刷新"
></i></span>
<span
@
click=
"getOrder"
><i
class=
"el-icon-refresh"
style=
"font-size:
20px"
title=
"刷新"
></i></span>
</div>
</div>
</
template
>
...
...
modules/my/interview/form/form.js
浏览文件 @
91b3ec81
...
...
@@ -32,7 +32,7 @@ export default function (_this) {
limit
:
1
},
rules
:
[{
required
:
true
,
message
:
'请上传'
,
trigger
:
'change'
}],
prepend
:
`<p>请下载填写申请表格(First Year Application Form)模板后上传 <a href="https://webapp-pub.ezijing.com/project/
sit-plus
/First%20Year%20Application.docx" target="_blank" download="申请表格" style="color:#aa1941;">[下载模板]</a></p>`
prepend
:
`<p>请下载填写申请表格(First Year Application Form)模板后上传 <a href="https://webapp-pub.ezijing.com/project/
park
/First%20Year%20Application.docx" target="_blank" download="申请表格" style="color:#aa1941;">[下载模板]</a></p>`
}
]
}
...
...
modules/my/interview/form/ywjl.js
浏览文件 @
91b3ec81
...
...
@@ -23,7 +23,7 @@ export default function (_this) {
data
:
{
file_type
:
'RESUME_EN'
}
},
append
:
`
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project/
sit-plus
/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF--SIT.doc" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project/
park
/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF--SIT.doc" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
}
]
...
...
modules/my/review/components/qrcodePay.vue
浏览文件 @
91b3ec81
...
...
@@ -6,7 +6,7 @@
</div>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
申请
斯蒂文斯理工学院工程管理硕士保研
项目,需缴纳留位费
<span>
20000
</span>
元,请扫描二维码以完成缴费。
申请
美国帕克大学专升硕
项目,需缴纳留位费
<span>
20000
</span>
元,请扫描二维码以完成缴费。
</p>
</div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i></div>
...
...
modules/my/welcome/indexWelcome.vue
浏览文件 @
91b3ec81
...
...
@@ -6,7 +6,7 @@
</div>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
申请
斯蒂文斯理工学院工程管理硕士保研
项目,请在填写以下内容并
<br
/>
申请
美国帕克大学专升硕
项目,请在填写以下内容并
<br
/>
提交报名申请后,扫码支付本项目的申请费共计
<span>
700
</span>
元。
</p>
</div>
...
...
nuxt.config.js
浏览文件 @
91b3ec81
...
...
@@ -17,7 +17,7 @@ export default {
}),
// Global page headers: https://go.nuxtjs.dev/config-head
head
:
{
title
:
'
斯蒂文斯理工学院工程管理硕士保研
项目'
,
title
:
'
美国帕克大学专升硕
项目'
,
htmlAttrs
:
{
lang
:
'en'
},
...
...
pages/about/school.vue
浏览文件 @
91b3ec81
...
...
@@ -2,15 +2,18 @@
<div>
<div
v-if=
"!isMobile"
class=
"is-pc"
>
<div
class=
"banner"
>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/
sit-plus/school_banner.png
"
/>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/
park/school_banner.png?v=1
"
/>
</div>
<section
class=
"section"
>
<h2
class=
"title"
>
项目介绍
</h2>
<div
class=
"content_list"
>
<p>
该保研项目是斯蒂文斯理工学院工程管理硕士项目的特别录取通道。项目通过对学生的全面个性化评估和科研主题课程训练,鼓励学生以增强科研能力替代应试,减少研究生入学考试对学生学习和科研的干扰。
</p>
<br
/>
<div
class=
"pro-js"
>
<p>
美国帕克大学专升硕项目是针对具有3年大专学历的学生,通过1年时间在国内补足国外大学要求的学分,取得国外大学的本科学士学位,然后出国再读1年硕士,取得硕士学位,回国可被中留服直接认证研究生学历。
</p>
<img
src=
"https://webapp-pub.ezijing.com/project/park/xmjs-img1.png"
/>
</div>
<!--
<br
/>
<p>
斯蒂文斯理工学院官方唯一授权清控紫荆教育负责工程管理硕士保研项目在中国的招生与教学,详见斯蒂文斯理工学院官网项目说明:
<a
...
...
@@ -18,126 +21,78 @@
style=
"color: #aa1941"
>
https://www.stevens.edu/zijingpartnership
</a
>
</p>
</p>
-->
</div>
</section>
<!-- 专业介绍 -->
<div
class=
"content_part"
>
<div
class=
"img-box"
style=
"height: 600px"
>
<img
class=
"img2"
src=
"https://webapp-pub.ezijing.com/project/sit-plus/pc-school-img2.png"
/>
<!-- 项目特点 -->
<section
class=
"section"
>
<h2
class=
"title"
>
项目特点
</h2>
<div
class=
"content_list"
>
<p>
<b>
■ 推荐免试(免托福GMAT/大二提前申请)
</b><br
/>
通过学习帕克大学中国中心提供的英语强化课程,可免试托福;通过接受帕克大学教授的科研训练,可免试GMAT,避免因单方面成绩阻碍学生继续学习深造的情况。
<br
/>
<b>
■ 校方特招(推荐免试)
</b><br
/>
向校方申请,报名材料与面试审核通过后,将收到帕克大学(park.edu)官方录取,就读工商管理/商业数据分析/健康管理专业。
<br
/>
<b>
■ 超高性价比留学项目
</b><br
/>
国内学习费用+国外学习费用+生活费总费用不超过24万。
</p>
</div>
<div
class=
"content_desc"
>
<h2
class=
"desc_title"
>
培养目标
</h2>
<div
class=
"desc_intro"
>
全球化背景下,所有行业都亟需国际化、产业化、科技化的复合型人才和领袖。
<br
/>
工程管理硕士(MEM)全称是Master of Engineering in Engineering
Management,属于美国STEM类别前沿专业。是工程学院和商学院共同开设的交叉复合型学科,斯蒂文斯理工学院是全球第一个推出MEM项目的大学。该项目旨在培养既懂技术又懂经济管理,既能从事经济管理领域中的技术性工作,又能从事工程技术领域的经济管理工作的复合型、应用型的工程管理高层次专门人才。
<br
/>
该专业毕业生通常在宝马、奔驰、微软等全球知名科技企业做技术管理工作,或在高盛等投行、咨询公司任职,特别适合将来有志于从事技术管理或者金融行业的同学。
</div>
</section>
<!-- 培养目标 -->
<section
class=
"section"
>
<h2
class=
"title"
>
培养目标
</h2>
<div
class=
"content_list"
>
<p>
<b>
工商管理(Business Administration)
</b><br
/>
工商管理专业主要培养学生掌握现代企业管理理论、方法和技能,具备解决企业实际问题的能力,以适应现代商业环境的需求。
<br
/>
帕克大学工商管理专业硕士毕业生可以在各类企事业单位、金融机构、政府部门等多个领域与制造业、金融业、零售业、咨询服务业等多个行业利用所学的管理知识和技能,参与组织的运营和管理。
</p>
<br
/>
<br
/>
<p>
<b>
商业数据分析(Business Analytics)
</b><br
/>
商业数据分析专业是一个涉及商业领域与数据分析技术的交叉学科,旨在培养学生掌握商业数据分析的基本理论和技能,以适应大数据时代下的商业需求。
<br
/>
帕克大学商业数据分析专业硕士毕业生具有广泛的就业领域和较高的就业竞争力。毕业生可以在金融、电商、零售、物流等各个行业从事数据分析、数据挖掘、商业智能等工作,也可以作为数据分析师、数据科学家等职业,为企业提供数据支持和决策建议。
</p>
<br
/>
<br
/>
<p>
<b>
健康管理(Healthcare Administration)
</b><br
/>
健康管理专业是一个多学科交叉、实用性强的专业,旨在培养具备全面健康管理知识和技能的专业人才,以满足社会对健康管理的迫切需求。
<br
/>
帕克大学健康管理专业硕士毕业生具备广泛的就业领域和较高的就业竞争力。毕业生可以在医院、健康办理公司、体检中心、医药公司、健康保险公司、医疗保健和健康管理部门、国际旅游卫生保健机构、社区和部队的相关医疗卫生保健机构、政府机关部门以及教育和研究机构等多个领域从事与健康管理相关的工作。
</p>
</div>
</div>
</section>
<!-- 申请要求 -->
<section
class=
"section"
>
<h2
class=
"title"
>
申请要求
</h2>
<div
class=
"content_list"
>
<ul>
<li>
<p>
原则要求 GPA3.0 以上
</p>
<p>
(一) 国内在读大专大三或者已经大专毕业学生
</p>
</li>
<li>
<p>
英语能力优异
</p>
<p>
(二)
英语能力优异
</p>
</li>
<li>
<p>
综合素质优异(如学术、获奖经历等)
</p>
<p>
(三)
综合素质优异(如学术、获奖经历等)
</p>
</li>
</ul>
</div>
</section>
<!-- 学习安排 -->
<section
class=
"section"
>
<h2
class=
"title"
>
学习安排
</h2>
<div
class=
"content_list"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/study_arrange.png"
/>
<!--
<p>
该保研项目总体教学安排为20周,开学时间一般在每年12月中旬。
</p>
-->
<p>
注意:该学习安排可能会根据学校安排有所调整,以最终的邮件通知为准
</p>
</div>
</section>
<!-- 学制安排 -->
<section
class=
"section"
>
<h2
class=
"title"
>
学制安排
</h2>
<div
class=
"content_part"
>
<div
class=
"img5 img55"
>
<div
class=
"mask"
></div>
<div
class=
"desc desc_child"
>
<div
class=
"desc_tit"
>
学制安排
</div>
<div
class=
"desc_detail"
>
<span
class=
"num"
>
国内+国外
</span>
</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
class=
"img8 img55"
>
<div
class=
"mask"
></div>
<div
class=
"desc desc_child"
>
<div
class=
"desc_tit"
>
国外授课
</div>
<div
class=
"desc_detail"
>
<span
class=
"num"
>
7
</span>
<span
class=
"fen fen1"
>
门课
</span>
<span
class=
"num"
>
21
</span>
<span
class=
"fen"
>
学分
</span>
</div>
</div>
</div>
</div>
</section>
<div
class=
"content_part"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus/pc-school-img3.png
"
class=
"part_img"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park/pc-school-img3.png?v=1
"
class=
"part_img"
/>
</div>
<!-- 院校荣誉 -->
<img
class=
"img4"
src=
"https://webapp-pub.ezijing.com/project/
sit-plus/pc-school-img4.png?v=1
"
/>
<img
class=
"img4"
src=
"https://webapp-pub.ezijing.com/project/
park/pc-school-img4.png?v=2
"
/>
<!-- 课程设置 -->
</div>
<div
v-else
class=
"is-h5"
>
<div
class=
"banner"
>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/school_banner.png"
width=
"100%"
/>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/
park
/school_banner.png"
width=
"100%"
/>
</div>
<div
class=
"h5-content"
>
<div
class=
"h5-title"
>
项目介绍
</div>
...
...
@@ -155,7 +110,7 @@
</p>
<div
class=
"h5-title m-t-10"
>
培养目标
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/h5-school-img2.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/h5-school-img2.png"
/>
<p
class=
"h5-con"
>
<!--
<span
style=
"color:#424242 !important;font-weight:bold !important"
>
● 工程管理硕士(Master of Engineering in Engineering
...
...
@@ -181,7 +136,7 @@
</ul>
</div>
<div
class=
"h5-title m-t-10"
>
学习安排
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/study_arrange.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/study_arrange.png"
alt=
""
/>
<!--
<div
class=
"list_desc"
>
该保研项目总体教学安排为20周,开学时间一般在每年12月中旬。
</div>
-->
...
...
@@ -211,14 +166,19 @@
<div
class=
"desc_tit"
>
国内授课
</div>
<div
class=
"desc_detail"
>
<div
class=
"desc_detail_item"
><span
class=
"fen fen2"
>
语言强化课程
</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>
<span
class=
"fen fen2"
>
语言强化课程
</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 fen1"
>
硕士学分课
&
nbsp
</span>
<span
class=
"num"
>
3
</span><span
class=
"fen fen1"
>
门
</span><span
class=
"num"
>
9
</span><span
class=
"fen fen1"
>
学分
</span>
<span
class=
"num"
>
3
</span><span
class=
"fen fen1"
>
门
</span><span
class=
"num"
>
9
</span
><span
class=
"fen fen1"
>
学分
</span>
</div>
</div>
</div>
...
...
@@ -229,7 +189,8 @@
<div
class=
"desc_tit"
>
国外授课
</div>
<div
class=
"desc_detail"
>
<span
class=
"num"
>
7
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
21
</span><span
class=
"fen"
>
学分
</span>
<span
class=
"num"
>
7
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
21
</span
><span
class=
"fen"
>
学分
</span>
</div>
</div>
</div>
...
...
@@ -237,13 +198,13 @@
</div>
<div
class=
"h5-title m-t-10"
>
国际权威认证
</div>
<div
class=
"h5-course-set"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/h5-school-img6.png"
style=
"margin-bottom: 0.3rem"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/h5-school-img6.png"
style=
"margin-bottom: 0.3rem"
/>
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/h5-school-img7.png"
style=
"margin: 0.25rem 0"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/h5-school-img7.png"
style=
"margin: 0.25rem 0"
/>
<!--
<div
class=
"h5-title m-t-10"
>
课程设置
</div>
-->
<!--
<div
class=
"h5-course-set"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/h5-school-img8.png"
src=
"https://webapp-pub.ezijing.com/project/
park
/h5-school-img8.png"
style=
"margin-bottom:0.3rem"
/>
<div
class=
"course-set-tips"
>
...
...
@@ -407,11 +368,11 @@ export default {
width
:
100%
;
}
ul
{
padding-left
:
0
.2rem
;
//
padding-left: 0.2rem;
li
{
list-style-type
:
disc
;
color
:
#aa1941
;
//
list-style-type: disc;
//
color: #aa1941;
p
{
color
:
#666666
!
important
;
}
...
...
@@ -494,16 +455,16 @@ export default {
}
}
.img5
{
background
:
url('https://webapp-pub.ezijing.com/project/
sit-plus
/pc-school-img11.png')
;
background
:
url('https://webapp-pub.ezijing.com/project/
park
/pc-school-img11.png')
;
}
.img6
{
background
:
url('https://webapp-pub.ezijing.com/project/
sit-plus
/pc-school-img22.png')
;
background
:
url('https://webapp-pub.ezijing.com/project/
park
/pc-school-img22.png')
;
}
.img7
{
background
:
url('https://webapp-pub.ezijing.com/project/
sit-plus
/pc-school-img33.png')
;
background
:
url('https://webapp-pub.ezijing.com/project/
park
/pc-school-img33.png')
;
}
.img8
{
background
:
url('https://webapp-pub.ezijing.com/project/
sit-plus
/pc-school-img44.png')
;
background
:
url('https://webapp-pub.ezijing.com/project/
park
/pc-school-img44.png')
;
}
}
}
...
...
@@ -735,16 +696,16 @@ export default {
}
}
.xz1
{
background
:
url('https://webapp-pub.ezijing.com/project/
sit-plus
/pc-school-img11.png')
;
background
:
url('https://webapp-pub.ezijing.com/project/
park
/pc-school-img11.png')
;
}
.xz2
{
background
:
url('https://webapp-pub.ezijing.com/project/
sit-plus
/pc-school-img22.png')
;
background
:
url('https://webapp-pub.ezijing.com/project/
park
/pc-school-img22.png')
;
}
.xz3
{
background
:
url('https://webapp-pub.ezijing.com/project/
sit-plus
/pc-school-img33.png')
;
background
:
url('https://webapp-pub.ezijing.com/project/
park
/pc-school-img33.png')
;
}
.xz4
{
background
:
url('https://webapp-pub.ezijing.com/project/
sit-plus
/pc-school-img44.png')
;
background
:
url('https://webapp-pub.ezijing.com/project/
park
/pc-school-img44.png')
;
}
}
}
...
...
@@ -758,4 +719,14 @@ export default {
background
:
#fff
;
}
}
.pro-js
{
display
:
flex
;
justify-content
:
space-between
;
p
{
width
:
542px
;
}
img
{
width
:
596px
!
important
;
}
}
</
style
>
pages/academic/academic.vue
浏览文件 @
91b3ec81
...
...
@@ -6,11 +6,11 @@
<!--
<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>
...
...
@@ -20,11 +20,11 @@
<!--
<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>
...
...
@@ -38,8 +38,8 @@ export default {
data
()
{
return
{
// url1: 'https://webapp-pub.ezijing.com/project/marywood/academic21.png',
url1
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/pc-cert-en.png'
,
url2
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/pc-cert-cn.png'
,
url1
:
'https://webapp-pub.ezijing.com/project/
park
/pc-cert-en.png'
,
url2
:
'https://webapp-pub.ezijing.com/project/
park
/pc-cert-cn.png'
,
frameParams
:
{
slider
:
[]
...
...
pages/dataDownload/dataDownload.vue
浏览文件 @
91b3ec81
...
...
@@ -36,11 +36,11 @@ export default {
fileList
:
[
{
name
:
'招生简章'
,
url
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/admission.jpg'
url
:
'https://webapp-pub.ezijing.com/project/
park
/admission.jpg'
},
{
name
:
'硕士学分模块介绍'
,
url
:
'https://webapp-pub.ezijing.com/project/
sit-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'
url
:
'https://webapp-pub.ezijing.com/project/
park
/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
:
'语言强化模块介绍'
,
...
...
pages/enroll/apply.vue
浏览文件 @
91b3ec81
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/enroll-process-apply-banner.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/enroll-process-apply-banner.png"
/>
<div
class=
"content-mian"
>
<ul
class=
"content-mian_con"
>
...
...
@@ -9,7 +9,7 @@
<div
class=
"apply_desc"
>
本科学历(有学士学位)及以上或者本科在读(大三或大四)
</div>
</li>
-->
<li
class=
"applyList_con"
>
<div
class=
"apply_name"
>
原则要求GPA3.0以上
</div>
<div
class=
"apply_name"
>
国内在读大专大三或者已经大专毕业学生
</div>
</li>
<li
class=
"applyList_con"
>
...
...
pages/enroll/process.vue
浏览文件 @
91b3ec81
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/enroll-process-banner.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/enroll-process-banner.png"
/>
<div
class=
"apply"
>
<div
class=
"apply-line"
></div>
<div
class=
"apply-item"
>
...
...
@@ -8,18 +8,16 @@
<div
class=
"apply-item-hd"
>
提交申请材料
</div>
<div
class=
"apply-item-bd"
>
<p>
申请者需登录项目官网
<a
href=
"https://
sit-plus.ezijing.com/"
>
https://sit-plus.ezijing.com/
</a
>
进行在线报名,按项目报名系统的要求在线填写基本信息并提交以下材料:
申请者需登录项目官网
<a
href=
"https://
park-project.ezijing.com/"
>
(https://park-project.ezijing.com)
</a
>
进行在线报名,按项目报名系统
的要求在线填写基本信息并提交以下材料:
</p>
<!--
<p>
另请提供纸质材料:
</p>
-->
<ul>
<li>
➢
英文简历
</li>
<li>
➢ 英文简历
</li>
<li>
➢ 身份证扫描件
</li>
<li>
➢ 中文本科成绩单(在读生截止到上学期末)
</li>
<li>
➢ 英语成绩证明(如CET-4,CET-6,TOEFL,IELTS等)
</li>
<li>
➢ 中英文大专成绩单(在读生截止到上学期末)
</li>
<li>
➢ 个人荣誉证书和获奖经历扫描件(如有)
</li>
<li>
➢ 本科学历学位证明/本科在读证明(中、英文)
</li>
<li>
➢ 英文本科成绩单(在读生截止到上学期末)
</li>
<li>
➢ 大专学历学位证明/大专在读证明(中、英文)
</li>
<li>
➢ 个人陈述(英文)
</li>
<li>
➢ 推荐信两封(英文)
</li>
<li>
注:报名费700元
</li>
...
...
@@ -28,26 +26,34 @@
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
2
</div>
<div
class=
"apply-item-hd"
>
招生官面试
录取
</div>
<div
class=
"apply-item-hd"
>
招生官面试
</div>
<div
class=
"apply-item-bd"
>
<p>
资料提交完整并审核通过后,预约保研项目招生官,对符合条件的申请人进行面试,面试合格者发送保研录取通知书。
</p>
<p>
资料提交完整并审核通过后,预约项目招生官,对符合条件的申请人进行面试,面试合格者发送保研录取通知书。
</p>
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
3
</div>
<div
class=
"apply-item-hd"
>
保研项目学习
</div>
<div
class=
"apply-item-hd"
>
硕士录取
</div>
<div
class=
"apply-item-bd"
>
<
p>
收到录取后在规定时间内签订入学协议并完成学费缴纳,进入项目学习。
</p
>
<
!--
<p>
收到录取后在规定时间内签订入学协议并完成学费缴纳,进入项目学习。
</p>
--
>
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
4
</div>
<div
class=
"apply-item-hd"
>
项目学习
</div>
<div
class=
"apply-item-bd"
>
<p>
收到录取后在规定时间内签订入学协议并完成学费缴纳,进入项目学习。
</p>
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
5
</div>
<div
class=
"apply-item-hd"
>
签证赴美
</div>
<div
class=
"apply-item-bd"
>
<p>
完成项目学习成绩合格者获
斯蒂文斯理工学院
录取签证文件,赴美完成硕士剩余课程学习。
</p>
<p>
完成项目学习成绩合格者获
帕克大学
录取签证文件,赴美完成硕士剩余课程学习。
</p>
</div>
</div>
</div>
</app-frame>
</
template
>
...
...
pages/index.vue
浏览文件 @
91b3ec81
...
...
@@ -11,7 +11,7 @@
<!-- 校园风光 -->
<!--
<school-senery
/>
-->
<!-- 最新动态 -->
<
news
/
>
<
!--
<news
/>
--
>
<!-- 视频 -->
<Video
style=
"margin-bottom:0.2rem"
/>
<!-- 右侧功能栏 -->
...
...
pages/news/hot/index.vue
浏览文件 @
91b3ec81
...
...
@@ -13,7 +13,7 @@ export default {
data
()
{
return
{
frameParams
:
{
banner
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/news_banner.jpeg?v=1'
,
banner
:
'https://webapp-pub.ezijing.com/project/
park
/news_banner.jpeg?v=1'
,
slider
:
[
{
name
:
this
.
$t
(
'menu.projectChild.bg'
),
...
...
pages/project-intro/introduce.vue
浏览文件 @
91b3ec81
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/project-intro_banner.png"
class=
"banner"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/project-intro_banner.png"
class=
"banner"
/>
<div
class=
"part_content"
>
<div
class=
"part_item"
>
斯蒂文斯理工学院工程管理硕士保研项目是清控紫荆教育联合美国多所知名院校推出的国际硕士保研项目之一。清控紫荆教育为斯蒂文斯理工学院工程管理硕士保研
项目官方授权中国招生与教学中心。
美国帕克大学专升硕项目是清控紫荆教育联合美国多所知名院校推出的国际硕士保研项目之一。清控紫荆教育为美国帕克大学专升硕
项目官方授权中国招生与教学中心。
</div>
<div
class=
"part_item"
>
国际硕士保研项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是指大三或大四的本科生在被美国大学硕士项目有条件录取后,第1年在国内就读(已工作人士可以边工作边就读)。国内就读课程主要为英语强化课程及部分硕士学分课,由美国大学认可的国内大学或者有实力的教育机构实施录取和教学,一般用时12-15个月。第二个“1”是指在完成第一个“1”的要求之后,获得美国大学的无条件录取,本科毕业当年可直接衔接赴美留学(已工作的人士第二年也需赴美全日制学习),完成剩余学分,毕业后获得美方硕士学位,回国后可向中国(教育部)留学服务中心申请认证为硕士研究生学历。
...
...
pages/returnPolicy/returnPolicy.vue
浏览文件 @
91b3ec81
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
style=
"width:
100%;height:100%;
"
src=
"https://webapp-pub.ezijing.com/project/marywood/return_banner.png"
/>
<img
style=
"width:
100%; height: 100%
"
src=
"https://webapp-pub.ezijing.com/project/marywood/return_banner.png"
/>
<div
v-if=
"!isMobile"
>
<div
class=
"com_top"
>
<h1
class=
"com_title"
>
留学回国人员福利政策
</h1>
<h2
class=
"com_title_dec"
>
中华人民共和国教育部:“鼓励留学,支持回国”
</h2>
<div
class=
"com_con"
>
中国教育部思想政治工作司司长魏士强
2021年12月7日的新闻发布会中发表评论:“支持留学、鼓励回国、来去自由、发挥作用”
<br
/>
是我国多年来奉行的留学政策,即使是进入新时代,我们依然要一以贯之地实行。
<br
/>
我国各省市、地区针对留学生回国颁布了人才引流福利政策,留学已经成为越来越多学生的升学选择。
中国教育部思想政治工作司司长魏士强
在12月7日的新闻发布会中发表评论:“支持留学、鼓励回国、来去自由、发挥作用”是我国多年来奉行的留学政策,即使是进入新时代,我们依然要一以贯之地实行。
<br
/>
我国各省市、地区针对留学生回国颁布了人才引流福利政策,留学已经成为越来越多学生的升学选择。
</div>
</div>
<div
class=
"com_bottom"
>
...
...
@@ -33,9 +33,8 @@
<h1
class=
"com_title"
>
留学回国人员福利政策
</h1>
<h2
class=
"com_title_dec"
>
中华人民共和国教育部:“鼓励留学,支持回国”
</h2>
<div
class=
"com_con"
>
中国教育部思想政治工作司司长魏士强2021年12月7日的新闻发布会中发表评论:“支持留学、鼓励回国、来去自由、发挥作用”
是我国多年来奉行的留学政策,即使是进入新时代,我们依然要一以贯之地实行。
<br
/>
我国各省市、地区针对留学生回国颁布了人才引流福利政策,留学已经成为越来越多学生的升学选择。
中国教育部思想政治工作司司长魏士强在12月7日的新闻发布会中发表评论:“支持留学、鼓励回国、来去自由、发挥作用”是我国多年来奉行的留学政策,即使是进入新时代,我们依然要一以贯之地实行。
<br
/>
我国各省市、地区针对留学生回国颁布了人才引流福利政策,留学已经成为越来越多学生的升学选择。
</div>
</div>
<div
class=
"com_bottom"
>
...
...
@@ -72,52 +71,45 @@ export default {
return
{
frameParams
:
{
slider
:
[
{
name
:
'高薪就业'
,
path
:
'/returnPolicy/salary'
},
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
//
{ name: '高薪就业', path: '/returnPolicy/salary' },
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
]
},
policyData
:
[
{
id
:
1
,
title
:
'积分落户'
,
desc
:
'北京、上海、广州、深圳、天津等地为取得教育部学历认证的海外留学人员提供落户便利,符合条件者可提出申请,办理落户。'
desc
:
'北京、上海、广州、深圳、天津等地为取得教育部学历认证的海外留学人员提供落户便利,符合条件者可提出申请,办理落户。'
},
{
id
:
2
,
title
:
'人才补助'
,
desc
:
'上海、广州、深圳、杭州等地为海归人才提供最高6万的生活补贴。获得北京市“特聘专家”称号可直接获得100万奖励。'
desc
:
'上海、广州、深圳、杭州等地为海归人才提供最高6万的生活补贴。获得北京市“特聘专家”称号可直接获得100万奖励。'
},
{
id
:
3
,
title
:
'创业扶持'
,
desc
:
'朝阳区“凤凰计划”、海淀区青年英才资助计划、上海浦江人才计划等为符合条件的回国创业海归人员提供15万到50万的创业补贴。'
desc
:
'朝阳区“凤凰计划”、海淀区青年英才资助计划、上海浦江人才计划等为符合条件的回国创业海归人员提供15万到50万的创业补贴。'
},
{
id
:
4
,
title
:
'百人计划'
,
desc
:
'中科院百人计划,引进国外杰出博士人才,以每人200万元的资助力度从国外吸引并培养百余名优秀青年学术带头人。一旦入选,除获得一次性启动经费外还可获得中科院特殊津贴。'
desc
:
'中科院百人计划,引进国外杰出博士人才,以每人200万元的资助力度从国外吸引并培养百余名优秀青年学术带头人。一旦入选,除获得一次性启动经费外还可获得中科院特殊津贴。'
},
{
id
:
5
,
title
:
'学术研究'
,
desc
:
'评职称时,海归申报可不受工作年限的限制。在外留学一年以上,年龄四十五周岁以下,回国后在科研单位从事教学、科研工作的可申请留学回国人员科研启动资金。'
desc
:
'评职称时,海归申报可不受工作年限的限制。在外留学一年以上,年龄四十五周岁以下,回国后在科研单位从事教学、科研工作的可申请留学回国人员科研启动资金。'
},
{
id
:
6
,
title
:
'购房购车'
,
desc
:
'符合条件的留学归国人员可以购买国产免税轿车,每人限享受一个免税指标。部分地区对留学落户人员购房予以一次性3-5万优惠。'
desc
:
'符合条件的留学归国人员可以购买国产免税轿车,每人限享受一个免税指标。部分地区对留学落户人员购房予以一次性3-5万优惠。'
},
{
id
:
7
,
title
:
'子女入学'
,
desc
:
'有些地区对于留学人员子女入学有优惠政策,通常由教育部门统一安排,择校入学;在国外生活5年以上,在语言文字适应期内入学,给予加分优惠,区内设有教授外语的学校供留学生自由选择。'
desc
:
'有些地区对于留学人员子女入学有优惠政策,通常由教育部门统一安排,择校入学;在国外生活5年以上,在语言文字适应期内入学,给予加分优惠,区内设有教授外语的学校供留学生自由选择。'
}
]
}
...
...
pages/returnPolicy/salary.vue
浏览文件 @
91b3ec81
<
template
>
<app-frame
:data=
"frameParams"
>
<div
style=
"padding:30px"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
style=
"padding:
30px"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<p>
工程管理专业是一门包含了工程和管理两个方面的交叉学科,一般是由工程学院和商学院联合授课,旨在拓展学生在商业、技术管理等方面的技能。
</p>
...
...
@@ -86,7 +86,7 @@
Martin等,而学校的就业中心也致力于为学生提供更多的服务,学校每年有300多家雇主在校园里招聘,为SIT毕业生在当今竞争激励的就业市场增加更多的机会。
</p>
<p>
</p>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus/sit_work.png"
style=
"width:
100%"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park/sit_work.png"
style=
"width:
100%"
/>
<p>
</p>
<p>
</p>
</div>
...
...
@@ -102,7 +102,7 @@ export default {
return
{
frameParams
:
{
slider
:
[
{
name
:
'高薪就业'
,
path
:
'/returnPolicy/salary'
},
//
{ name: '高薪就业', path: '/returnPolicy/salary' },
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
]
}
...
...
pages/school/school.vue
浏览文件 @
91b3ec81
<
template
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
class=
"banner"
>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/pc-index-banner.png"
/>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/
park
/pc-index-banner.png"
/>
<div
class=
"banner_con"
>
<div
class=
"con_tit"
>
斯蒂文斯理工学院
简介
</div>
<div
class=
"con_tit"
>
美国帕克大学
简介
</div>
<p
class=
"con_desc"
>
斯蒂文斯理工学院创办于1870年,和麻省理工、加州理工、伦斯勒理工学院并称为美国四大理工学院,是美国历史最为悠久的理工学院之一。学校坐落于纽约大都会区新泽西州霍博肯市(Hoboken,
New Jersey),与曼哈顿岛隔河相望,是世界上地理位置最佳的学校之一。
美国帕克大学原名帕克学院,最初成立于1875年,2000年正式更名为帕克大学,是一所独立私立高等教育机构,至今已有149年的历史。最初成立时,帕克大学仅是一所小型的中西部教堂学院,现在已经发展成为一所拥有电子学习设施,并开设美国军队教育课程的大学。帕克大学获得了美国中北部高等教育委员会及中北部学院和大学协会认可,获密苏里州教育部门认证,中国教育部涉外监管信息网认证。
<br
/>
有超过633名来自112个不同国家的外国留学生,他们在学校感受到了家的温暖。为了容纳并使留学生更好地适应学校,学校组织了许多有趣的活动供留学生参加,也让美国学生可以与之互动并体验当地文化。帕克大学一直被家长和其他学校评为国内私立大学中的顶级大学。帕克起源于中西部一个小大学,现在帕克大学已经成长为多元的大学,为全球的学生提供高品质的学术机会。
<br
/>
帕克大学的毕业生拥有全球视野,他们对国际关系和国际市场有着深刻理解。在帕克的学习使他们掌握了关键性思维、有效沟通以及终身学习。无论是商科专业,还是体育、生物、图形设计或者教育专业,学生在帕克大学学到的不仅仅是为日后工作做准备,更是如何成为一个关键性思考者、问题解决者以及可以适应全球化的领跑者。
</p>
<p
class=
"con_desc"
>
斯蒂文斯理工学院是一所在美国的教育和研究领域中位居前沿的理工类大学,长年位列U.S. News
&
World
Report全美Top100。该校的教授和学者在自然科学及管理科学领域享有盛誉,培养了诺贝尔物理学奖得主费瑞得瑞恩(Frederick
Reines)、诺贝尔化学奖得主欧文朗缪尔(Irving Langmuir)、现代管理学之父弗雷德里克泰勒(Frederick Winslow
Taylor)以及甘特图的发明者亨利甘特(Henry Laurence
Gantt)等杰出人才。该校毕业生享有极高声誉,在NACE全美大学最高薪酬排行中位列第7位,在二十年投资回报比中位列第三位,USA
Today将其评选为全美最佳七所工程学院之一。
<!--
<p
class=
"con_desc"
>
</p>
<div
class=
"con_desc"
>
</div>
-->
</div>
</div>
<section
class=
"section"
>
<
!--
<
section
class=
"section"
>
<div
class=
"swiper-content1"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in videoData"
:key=
"index"
>
...
...
@@ -28,10 +25,10 @@
</div>
</div>
</div>
</section>
</section>
-->
<section
class=
"section"
>
<h2
class=
"section_title"
>
师资介绍
</h2>
<div
class=
"section_teacher"
>
<
!--
<
div
class=
"section_teacher"
>
<div
class=
"teacher_item"
v-for=
"(item, index) in teacherList"
:key=
"index"
>
<img
:src=
"item.img"
class=
"item_img"
/>
<div
class=
"item_bottom"
>
...
...
@@ -45,11 +42,31 @@
</div>
</div>
</div>
</div>
-->
<div
v-swiper:mySwiper1=
"swiperOptionT"
>
<div
class=
"swiper-wrapper section_teacher"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in teacherList"
:key=
"index"
>
<div
class=
"teacher_item"
>
<img
:src=
"item.img"
class=
"item_img"
/>
<div
class=
"item_bottom"
>
<div
class=
"img_tit"
>
{{
item
.
tit
}}
</div>
<div
class=
"item_desc"
>
<ul>
<li
v-for=
"(it, index) in item.desc"
:key=
"index"
>
{{
it
}}
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div
class=
"swiper-pagination swiper-pagination-bullets"
></div>
</div>
</section>
<section
class=
"section"
>
<h2
class=
"section_title"
>
名人堂
</h2>
<div
class=
"section_teacher"
>
<
!--
<
div
class=
"section_teacher"
>
<div
class=
"teacher_item1"
v-for=
"(item, index) in alumnusList"
:key=
"index"
>
<img
:src=
"item.img"
class=
"item_img"
/>
<div
class=
"item_bottom"
>
...
...
@@ -63,14 +80,34 @@
</div>
</div>
</div>
</div>
-->
<div
v-swiper:mySwiper2=
"swiperOptionM"
>
<div
class=
"swiper-wrapper section_teacher"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in alumnusList"
:key=
"index"
>
<div
class=
"teacher_item"
>
<img
:src=
"item.img"
class=
"item_img"
/>
<div
class=
"item_bottom"
>
<div
class=
"img_tit"
>
{{
item
.
tit
}}
</div>
<div
class=
"item_desc"
>
<ul>
<li
v-for=
"(it, index) in item.desc"
:key=
"index"
>
{{
it
}}
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div
class=
"swiper-pagination swiper-pagination-bullets"
></div>
</div>
</section>
<div
class=
"content_tit"
>
<div
class=
"line"
></div>
<div
class=
"tit_desc"
>
校园风光
</div>
</div>
<div
class=
"swiper-content"
@
mouseenter=
"swiperStop"
@
mouseleave=
"swiperStart"
>
<div
v-swiper:mySwiper
=
"swiperOption"
ref=
"mySwiper
"
>
<div
class=
"swiper-content"
>
<div
v-swiper:mySwiper
3=
"swiperOption
"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in listData"
:key=
"index"
>
<img
:src=
"item.web_img_uri"
/>
...
...
@@ -85,54 +122,66 @@ export default {
layout
:
'normal'
,
data
()
{
const
_this
=
this
return
{
popupVisible
:
false
,
videoData
:
[
{
img
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_sit1.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
park
/video_sit1.png'
,
web_img_uri
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%991.mp4'
web_img_uri
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/park/SIT%E9%A1%B9%E7%9B%AE%E7%AB%991.mp4'
},
{
img
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_sit2.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
park
/video_sit2.png'
,
web_img_uri
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%992.mp4'
web_img_uri
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/park/SIT%E9%A1%B9%E7%9B%AE%E7%AB%992.mp4'
},
{
img
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_sit3.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
park
/video_sit3.png'
,
web_img_uri
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%993.mp4'
web_img_uri
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/park/SIT%E9%A1%B9%E7%9B%AE%E7%AB%993.mp4'
}
],
listData
:
[
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/school_lg1.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/school_lg2.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/school_lg3.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/school_lg4.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/school_lg5.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/school_lg6.png'
}
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
/school_lg1.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
/school_lg2.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
/school_lg3.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
/school_lg4.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
/school_lg5.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
/school_lg6.png'
}
],
swiperOption
:
{
observer
:
true
,
observeParents
:
true
,
speed
:
400
,
autoplay
:
true
,
delay
:
3000
,
loop
:
true
,
slidesPerView
:
'auto'
,
centeredSlides
:
true
,
spaceBetween
:
10
,
on
:
{
init
()
{
_this
.
swiper
.
slideNext
()
}
}
},
// swiperOption1: {
// swiperOptionM: {
// autoplay: {
// delay: 1000
// },
// speed: 1000,
// loop: true,
// slidesPerView: 4,
// centeredSlides: true,
// rewind: true,
// disableOnInteraction: false,
// on: {
// slideChangeTransitionEnd: function () {
// this.autoplay.start() //就加这个玩意儿
// }
// }
// },
// swiperOptionT: {
// autoplay: {
// delay: 1000
// },
// speed: 1000,
// loop: true,
// slidesPerView: 4,
// centeredSlides: true,
// rewind: true,
// disableOnInteraction: false,
// on: {
// slideChangeTransitionEnd: function () {
// this.autoplay.start() //就加这个玩意儿
// }
// }
// },
// swiperOption: {
// observer: true,
// observeParents: true,
// speed: 400,
...
...
@@ -141,57 +190,93 @@ export default {
// loop: true,
// slidesPerView: 'auto',
// centeredSlides: true,
//
// spaceBetween: 1
,
//
spaceBetween: 10
,
// on: {
// init() {
// _this.swiper
1
.slideNext()
// _this.swiper.slideNext()
// }
// }
// },
teacherList
:
[
{
img
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/school-intro-teacher1.png'
,
tit
:
'
Carlo Lipizzi
'
,
desc
:
[
'
副教授 & 项目负责人'
,
'斯蒂文斯理工学院博
士'
]
img
:
'https://webapp-pub.ezijing.com/project/
park
/school-intro-teacher1.png'
,
tit
:
'
肇越
'
,
desc
:
[
'
香港致富证券首席经济学家'
,
'清华五道口金融学院经济学硕
士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/school-intro-teacher2.png'
,
tit
:
'
Yehia Massoud
'
,
desc
:
[
'
教授、学院院长'
,
'IEEE 电气与电子工程师协会院士'
,
'麻省理工学院
博士'
]
img
:
'https://webapp-pub.ezijing.com/project/
park
/school-intro-teacher2.png'
,
tit
:
'
张恩忠
'
,
desc
:
[
'
中国人民大学市场营销系副教授'
,
'美国普渡大学
博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/school-intro-teacher3.png'
,
tit
:
'
Roshanak Nilchiani
'
,
desc
:
[
'
副教授'
,
'麻省理工学院
博士'
]
img
:
'https://webapp-pub.ezijing.com/project/
park
/school-intro-teacher3.png'
,
tit
:
'
章铮
'
,
desc
:
[
'
北京大学应用经济学系副教授'
,
'北京大学经济学
博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/sit-plus/school-intro-teacher4.png'
,
tit
:
'Kathryn Abel'
,
desc
:
[
'副教授'
,
'斯蒂文斯理工学院博士'
]
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher4.png'
,
tit
:
'Yang Sun'
,
desc
:
[
'管理学院院长'
,
'亚利桑那州立大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher5.png'
,
tit
:
'Jolene A. Lampton'
,
desc
:
[
'教授'
,
'圣路易斯大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher6.png'
,
tit
:
'Hank Charles Roehrich'
,
desc
:
[
'教授'
,
'北达科他大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher7.png'
,
tit
:
'Clarine Jacobs'
,
desc
:
[
'教授'
,
'北方中央大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher8.png'
,
tit
:
'Adrian James'
,
desc
:
[
'助理教授'
,
'得克萨斯农工大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher9.png'
,
tit
:
'Lacey Finley'
,
desc
:
[
'助理教授'
,
'堪萨斯州立大学博士'
]
}
],
alumnusList
:
[
{
img
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/school-intro-academic1.png'
,
tit
:
'
Leon Febres Cordero
'
,
desc
:
[
'
厄瓜多尔总统
'
]
img
:
'https://webapp-pub.ezijing.com/project/
park
/school-intro-academic1.png'
,
tit
:
'
蒋廷黻
'
,
desc
:
[
'
中国史学家、外交家'
,
'南开历史系的创建者
'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/school-intro-academic2.png'
,
tit
:
'
Charles Stewart Mott
'
,
desc
:
[
'
美国通用汽车公司<br/>联合创始人
'
]
img
:
'https://webapp-pub.ezijing.com/project/
park
/school-intro-academic2.png'
,
tit
:
'
Michael Collins
'
,
desc
:
[
'
格雷森资本创始人兼首席执行官
'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/school-intro-academic3.png'
,
tit
:
'
Frederick Rein
es'
,
desc
:
[
'
诺贝尔物理学奖
'
]
img
:
'https://webapp-pub.ezijing.com/project/
park
/school-intro-academic3.png'
,
tit
:
'
Emmitt K. Hay
es'
,
desc
:
[
'
海斯房地产公司首席执行官
'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/sit-plus/school-intro-academic4.png'
,
tit
:
'Lrving Langmuir'
,
desc
:
[
'诺贝尔化学奖'
]
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-academic4.png'
,
tit
:
'April Tessmer'
,
desc
:
[
'泰斯默企业创始人'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-academic5.png'
,
tit
:
'Joseph McKibben'
,
desc
:
[
'世界著名科学家,曼哈顿计划参与者'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-academic6.png'
,
tit
:
'Behzod Abduraimov'
,
desc
:
[
'世界著名钢琴演奏家'
]
}
]
],
swiperShow
:
false
}
},
computed
:
{
...
...
@@ -201,11 +286,64 @@ export default {
swiper1
()
{
return
this
.
$refs
.
mySwiper1
.
swiper
},
isMobile
()
{
return
this
.
$store
.
state
.
isMobile
},
swiperOptionM
()
{
return
{
autoplay
:
{
delay
:
1000
},
speed
:
1000
,
loop
:
true
,
slidesPerView
:
4
,
// centeredSlides: true,
// rewind: true,
disableOnInteraction
:
false
,
on
:
{
slideChangeTransitionEnd
:
function
()
{
this
.
autoplay
.
start
()
//就加这个玩意儿
}
}
}
},
swiperOptionT
()
{
return
{
autoplay
:
{
delay
:
1000
},
speed
:
1000
,
loop
:
true
,
slidesPerView
:
4
,
// centeredSlides: true,
// rewind: true,
disableOnInteraction
:
false
,
on
:
{
slideChangeTransitionEnd
:
function
()
{
this
.
autoplay
.
start
()
//就加这个玩意儿
}
}
}
},
swiperOption
()
{
return
{
observer
:
true
,
observeParents
:
true
,
speed
:
400
,
autoplay
:
true
,
delay
:
3000
,
loop
:
true
,
slidesPerView
:
'auto'
,
centeredSlides
:
true
,
spaceBetween
:
10
}
}
},
mounted
()
{
this
.
swiperShow
=
true
// setTimeout(() => {
// }, 1000)
},
methods
:
{
swiperStop
()
{
this
.
swiper
.
autoplay
.
stop
()
...
...
@@ -229,7 +367,7 @@ export default {
position
:
relative
;
.img_banner
{
width
:
100%
;
height
:
100%
;
height
:
450px
;
}
.banner_con
{
position
:
absolute
;
...
...
@@ -238,14 +376,14 @@ export default {
right
:
10%
;
transform
:
translateY
(
-50%
);
.con_tit
{
font-size
:
50
px
;
font-size
:
36
px
;
font-weight
:
500
;
color
:
#ffffff
;
text-align
:
center
;
}
.con_desc
{
text-align
:
justify
;
font-size
:
1
8
px
;
font-size
:
1
6
px
;
font-weight
:
400
;
line-height
:
32px
;
color
:
#ffffff
;
...
...
pages/school/swiper1.vue
0 → 100644
浏览文件 @
91b3ec81
<
template
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
class=
"banner"
>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/park/pc-index-banner.png"
/>
<div
class=
"banner_con"
>
<div
class=
"con_tit"
>
美国帕克大学简介
</div>
<p
class=
"con_desc"
>
美国帕克大学原名帕克学院,最初成立于1875年,2000年正式更名为帕克大学,是一所独立私立高等教育机构,至今已有149年的历史。最初成立时,帕克大学仅是一所小型的中西部教堂学院,现在已经发展成为一所拥有电子学习设施,并开设美国军队教育课程的大学。帕克大学获得了美国中北部高等教育委员会及中北部学院和大学协会认可,获密苏里州教育部门认证,中国教育部涉外监管信息网认证。
<br
/>
有超过633名来自112个不同国家的外国留学生,他们在学校感受到了家的温暖。为了容纳并使留学生更好地适应学校,学校组织了许多有趣的活动供留学生参加,也让美国学生可以与之互动并体验当地文化。帕克大学一直被家长和其他学校评为国内私立大学中的顶级大学。帕克起源于中西部一个小大学,现在帕克大学已经成长为多元的大学,为全球的学生提供高品质的学术机会。
<br
/>
帕克大学的毕业生拥有全球视野,他们对国际关系和国际市场有着深刻理解。在帕克的学习使他们掌握了关键性思维、有效沟通以及终身学习。无论是商科专业,还是体育、生物、图形设计或者教育专业,学生在帕克大学学到的不仅仅是为日后工作做准备,更是如何成为一个关键性思考者、问题解决者以及可以适应全球化的领跑者。
</p>
<!--
<p
class=
"con_desc"
>
</p>
<div
class=
"con_desc"
>
</div>
-->
</div>
</div>
<!--
<section
class=
"section"
>
<div
class=
"swiper-content1"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in videoData"
:key=
"index"
>
<video
controls
:poster=
"item.img"
>
<source
:src=
"item.web_img_uri"
type=
"video/mp4"
/>
</video>
</div>
</div>
</div>
</section>
-->
<section
class=
"section"
>
<h2
class=
"section_title"
>
师资介绍
</h2>
<!--
<div
class=
"section_teacher"
>
<div
class=
"teacher_item"
v-for=
"(item, index) in teacherList"
:key=
"index"
>
<img
:src=
"item.img"
class=
"item_img"
/>
<div
class=
"item_bottom"
>
<div
class=
"img_tit"
>
{{
item
.
tit
}}
</div>
<div
class=
"item_desc"
>
<ul>
<li
v-for=
"(it, index) in item.desc"
:key=
"index"
>
{{
it
}}
</li>
</ul>
</div>
</div>
</div>
</div>
-->
<div
v-swiper=
"swiperOptionT"
>
<div
class=
"swiper-wrapper section_teacher"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in teacherList"
:key=
"index"
>
<div
class=
"teacher_item"
>
<img
:src=
"item.img"
class=
"item_img"
/>
<div
class=
"item_bottom"
>
<div
class=
"img_tit"
>
{{
item
.
tit
}}
</div>
<div
class=
"item_desc"
>
<ul>
<li
v-for=
"(it, index) in item.desc"
:key=
"index"
>
{{
it
}}
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div
class=
"swiper-pagination swiper-pagination-bullets"
></div>
</div>
</section>
<section
class=
"section"
>
<h2
class=
"section_title"
>
名人堂
</h2>
<!--
<div
class=
"section_teacher"
>
<div
class=
"teacher_item1"
v-for=
"(item, index) in alumnusList"
:key=
"index"
>
<img
:src=
"item.img"
class=
"item_img"
/>
<div
class=
"item_bottom"
>
<div
class=
"img_tit"
>
{{
item
.
tit
}}
</div>
<div
class=
"item_desc"
>
<ul>
<li
v-for=
"(it, index) in item.desc"
:key=
"index"
>
<p
v-html=
"it"
></p>
</li>
</ul>
</div>
</div>
</div>
</div>
-->
<div
v-swiper=
"swiperOptionM"
ref=
"mySwiper2"
>
<div
class=
"swiper-wrapper section_teacher"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in alumnusList"
:key=
"index"
>
<div
class=
"teacher_item"
>
<img
:src=
"item.img"
class=
"item_img"
/>
<div
class=
"item_bottom"
>
<div
class=
"img_tit"
>
{{
item
.
tit
}}
</div>
<div
class=
"item_desc"
>
<ul>
<li
v-for=
"(it, index) in item.desc"
:key=
"index"
>
{{
it
}}
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div
class=
"swiper-pagination swiper-pagination-bullets"
></div>
</div>
</section>
<div
class=
"content_tit"
>
<div
class=
"line"
></div>
<div
class=
"tit_desc"
>
校园风光
</div>
</div>
<div
class=
"swiper-content"
@
mouseenter=
"swiperStop"
@
mouseleave=
"swiperStart"
v-if=
"swiperShow"
>
<div
:options=
"swiperOption"
ref=
"mySwiper1"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in listData"
:key=
"index"
>
<img
:src=
"item.web_img_uri"
/>
</div>
</div>
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
layout
:
'normal'
,
data
()
{
const
_this
=
this
return
{
popupVisible
:
false
,
videoData
:
[
{
img
:
'https://webapp-pub.ezijing.com/project/park/video_sit1.png'
,
web_img_uri
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/park/SIT%E9%A1%B9%E7%9B%AE%E7%AB%991.mp4'
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/video_sit2.png'
,
web_img_uri
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/park/SIT%E9%A1%B9%E7%9B%AE%E7%AB%992.mp4'
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/video_sit3.png'
,
web_img_uri
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/park/SIT%E9%A1%B9%E7%9B%AE%E7%AB%993.mp4'
}
],
listData
:
[
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/school_lg1.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/school_lg2.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/school_lg3.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/school_lg4.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/school_lg5.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/school_lg6.png'
}
],
teacherList
:
[
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher1.png'
,
tit
:
'肇越'
,
desc
:
[
'香港致富证券首席经济学家'
,
'清华五道口金融学院经济学硕士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher2.png'
,
tit
:
'张恩忠'
,
desc
:
[
'中国人民大学市场营销系副教授'
,
'美国普渡大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher3.png'
,
tit
:
'章铮'
,
desc
:
[
'北京大学应用经济学系副教授'
,
'北京大学经济学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher4.png'
,
tit
:
'Yang Sun'
,
desc
:
[
'管理学院院长'
,
'亚利桑那州立大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher5.png'
,
tit
:
'Jolene A. Lampton'
,
desc
:
[
'教授'
,
'圣路易斯大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher6.png'
,
tit
:
'Hank Charles Roehrich'
,
desc
:
[
'教授'
,
'北达科他大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher7.png'
,
tit
:
'Clarine Jacobs'
,
desc
:
[
'教授'
,
'北方中央大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher8.png'
,
tit
:
'Adrian James'
,
desc
:
[
'助理教授'
,
'得克萨斯农工大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-teacher9.png'
,
tit
:
'Lacey Finley'
,
desc
:
[
'助理教授'
,
'堪萨斯州立大学博士'
]
}
],
alumnusList
:
[
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-academic1.png'
,
tit
:
'蒋廷黻'
,
desc
:
[
'中国史学家、外交家'
,
'南开历史系的创建者'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-academic2.png'
,
tit
:
'Michael Collins'
,
desc
:
[
'格雷森资本创始人兼首席执行官'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-academic3.png'
,
tit
:
'Emmitt K. Hayes'
,
desc
:
[
'海斯房地产公司首席执行官'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-academic4.png'
,
tit
:
'April Tessmer'
,
desc
:
[
'泰斯默企业创始人'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-academic5.png'
,
tit
:
'Joseph McKibben'
,
desc
:
[
'世界著名科学家,曼哈顿计划参与者'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/park/school-intro-academic6.png'
,
tit
:
'Behzod Abduraimov'
,
desc
:
[
'世界著名钢琴演奏家'
]
}
],
swiperShow
:
false
}
},
computed
:
{
swiper
()
{
return
this
.
$refs
.
mySwiper
.
swiper
},
swiper1
()
{
return
this
.
$refs
.
mySwiper1
.
swiper
},
isMobile
()
{
return
this
.
$store
.
state
.
isMobile
},
swiperOptionM
()
{
return
{
autoplay
:
{
delay
:
1000
},
speed
:
1000
,
loop
:
true
,
slidesPerView
:
4
,
centeredSlides
:
true
,
rewind
:
true
,
disableOnInteraction
:
false
,
on
:
{
slideChangeTransitionEnd
:
function
()
{
this
.
autoplay
.
start
()
//就加这个玩意儿
}
}
}
},
swiperOptionT
()
{
return
{
autoplay
:
{
delay
:
1000
},
speed
:
1000
,
loop
:
true
,
slidesPerView
:
4
,
centeredSlides
:
true
,
rewind
:
true
,
disableOnInteraction
:
false
,
on
:
{
slideChangeTransitionEnd
:
function
()
{
this
.
autoplay
.
start
()
//就加这个玩意儿
}
}
}
},
swiperOption
()
{
return
{
observer
:
true
,
observeParents
:
true
,
speed
:
400
,
autoplay
:
true
,
delay
:
3000
,
loop
:
true
,
slidesPerView
:
'auto'
,
centeredSlides
:
true
,
spaceBetween
:
10
,
on
:
{
init
()
{
_this
.
swiper
.
slideNext
()
}
}
}
}
},
mounted
()
{
this
.
swiperShow
=
true
// setTimeout(() => {
// }, 1000)
},
methods
:
{
swiperStop
()
{
this
.
swiper
.
autoplay
.
stop
()
},
swiperStart
()
{
this
.
swiper
.
autoplay
.
start
()
}
// swiperStop1() {
// this.swiper1.autoplay.stop()
// },
// swiperStart1() {
// this.swiper1.autoplay.start()
// }
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.is-pc
{
overflow
:
hidden
;
.banner
{
position
:
relative
;
.img_banner
{
width
:
100%
;
height
:
450px
;
}
.banner_con
{
position
:
absolute
;
top
:
50%
;
left
:
10%
;
right
:
10%
;
transform
:
translateY
(
-50%
);
.con_tit
{
font-size
:
36px
;
font-weight
:
500
;
color
:
#ffffff
;
text-align
:
center
;
}
.con_desc
{
text-align
:
justify
;
font-size
:
16px
;
font-weight
:
400
;
line-height
:
32px
;
color
:
#ffffff
;
margin-top
:
30px
;
}
}
}
.section
{
max-width
:
1212px
;
margin
:
83px
auto
;
.swiper-content1
{
width
:
1200px
;
margin-left
:
60px
;
.swiper-slide
{
width
:
360px
;
height
:
574px
;
video
{
height
:
100%
;
line-height
:
100%
;
}
}
}
.section_title
{
position
:
relative
;
margin-top
:
20px
;
margin-bottom
:
20px
;
padding-left
:
20px
;
height
:
32px
;
font-size
:
32px
;
line-height
:
1
;
font-weight
:
700
;
border-left
:
7px
solid
#aa1941
;
}
.section_teacher
{
width
:
1200px
;
display
:
flex
;
justify-content
:
space-between
;
margin-top
:
36px
;
.teacher_item
{
width
:
260px
;
display
:
flex
;
flex-direction
:
column
;
.item_img
{
width
:
260px
;
height
:
310px
;
object-fit
:
cover
;
}
.item_bottom
{
padding
:
24px
10px
0
10px
;
.img_tit
{
font-size
:
18px
;
font-weight
:
500
;
color
:
#424242
;
}
.item_desc
{
margin-top
:
20px
;
li
{
white-space
:
nowrap
;
font-size
:
16px
;
font-weight
:
400
;
color
:
#666666
;
line-height
:
1
.5
;
}
}
}
}
.teacher_item1
{
width
:
260px
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
.item_img
{
width
:
260px
;
height
:
310px
;
object-fit
:
cover
;
}
.item_bottom
{
width
:
260px
;
height
:
100px
;
background
:
#ffffff
;
text-align
:
center
;
padding
:
20px
0
;
.img_tit
{
font-size
:
18px
;
font-weight
:
500
;
color
:
#333333
;
}
.item_desc
{
li
{
white-space
:
nowrap
;
font-size
:
16px
;
font-weight
:
400
;
color
:
#666666
;
line-height
:
1
.5
;
}
}
}
}
}
}
.content_tit
{
width
:
1200px
;
margin
:
auto
;
text-align
:
center
;
display
:
flex
;
justify-content
:
flex-start
;
margin-top
:
64px
;
.line
{
width
:
6px
;
height
:
34px
;
background
:
#aa1941
;
margin-right
:
9px
;
margin-top
:
6px
;
}
.tit_desc
{
color
:
#333333
;
font-size
:
34px
;
font-weight
:
bold
;
}
}
.swiper-content
{
padding-top
:
37px
;
padding-bottom
:
132px
;
.swiper-slide
{
position
:
relative
;
width
:
388px
;
height
:
244px
;
margin-top
:
10px
;
img
{
width
:
100%
;
height
:
100%
;
line-height
:
100%
;
}
}
.swiper-slide-active
{
width
:
423px
;
height
:
266px
;
margin-top
:
0
;
}
}
}
.is-h5
{
.banner
{
position
:
relative
;
.img_banner
{
width
:
100%
;
height
:
100%
;
}
.banner_con
{
padding
:
0
.23rem
0
.3rem
;
.con_tit
{
font-size
:
0
.14rem
;
color
:
#424242
;
font-weight
:
bold
;
}
.con_desc
{
font-size
:
0
.12rem
;
font-weight
:
300
;
color
:
#424242
;
margin-top
:
0
.16rem
;
line-height
:
2
;
}
}
}
.section
{
.swiper-content1
{
overflow-x
:
auto
;
.swiper-slide
{
width
:
3
.3rem
;
height
:
4
.58rem
;
video
{
height
:
100%
;
line-height
:
100%
;
}
}
}
.section_title
{
font-size
:
0
.14rem
;
font-weight
:
bold
;
color
:
#424242
;
padding-left
:
0
.16rem
;
margin-top
:
0
.23rem
;
}
.section_teacher
{
display
:
flex
;
justify-content
:
space-between
;
margin-top
:
0
.18rem
;
overflow-x
:
auto
;
padding-left
:
0
.15rem
;
.teacher_item
{
padding
:
0
.15rem
0
.18rem
0
0
.2rem
;
width
:
1
.9rem
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
background-color
:
#fff
;
margin-right
:
0
.15rem
;
.item_img
{
width
:
1
.7rem
;
height
:
1
.8rem
;
object-fit
:
cover
;
}
.item_bottom
{
padding
:
0
.12rem
0
.18rem
0
.1rem
0
.3rem
;
text-align
:
left
;
.img_tit
{
font-size
:
0
.09rem
;
font-weight
:
500
;
color
:
#424242
;
}
.item_desc
{
margin-top
:
0
.1rem
;
li
{
// margin-left: 0.1rem;
white-space
:
nowrap
;
font-size
:
0
.08rem
;
font-weight
:
400
;
color
:
#666666
;
line-height
:
1
.5
;
}
}
}
}
.teacher_item1
{
width
:
1
.85rem
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
margin-right
:
0
.15rem
;
.item_img
{
width
:
1
.85rem
;
height
:
1
.8rem
;
object-fit
:
cover
;
}
.item_bottom
{
width
:
1
.85rem
;
height
:
0
.7rem
;
background
:
#ffffff
;
text-align
:
center
;
padding
:
0
.1rem
0
;
.img_tit
{
font-size
:
0
.09rem
;
font-weight
:
500
;
color
:
#333333
;
}
.item_desc
{
li
{
white-space
:
nowrap
;
font-size
:
0
.08rem
;
font-weight
:
400
;
color
:
#666666
;
line-height
:
1
.5
;
}
}
}
}
}
}
.content_tit
{
padding-left
:
0
.16rem
;
margin-top
:
0
.23rem
;
.tit_desc
{
font-size
:
0
.14rem
;
font-weight
:
bold
;
color
:
#424242
;
}
}
.swiper-content
{
padding-bottom
:
0
.2rem
;
.swiper-slide
{
position
:
relative
;
width
:
2
.02rem
;
height
:
1
.22rem
;
margin-top
:
0
.28rem
;
img
{
width
:
100%
;
height
:
100%
;
line-height
:
100%
;
}
}
.swiper-slide-active
{
width
:
2
.12rem
;
height
:
1
.33rem
;
margin-top
:
0
.23rem
;
}
}
}
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论