Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
6a158092
提交
6a158092
authored
7月 07, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
0c07c670
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
15 个修改的文件
包含
266 行增加
和
295 行删除
+266
-295
commonProblem.vue
components/home/commonProblem.vue
+3
-3
schoolRanking.vue
components/home/schoolRanking.vue
+51
-29
Head.vue
components/layout/pc/Head.vue
+5
-5
en-US.js
langs/en-US.js
+19
-14
zh-CN.js
langs/zh-CN.js
+0
-0
course.vue
pages/about/course.vue
+51
-81
teacher.vue
pages/about/teacher.vue
+20
-15
outstanding.vue
pages/alumni/outstanding.vue
+56
-84
problem.vue
pages/apply/problem.vue
+1
-13
relevant.vue
pages/apply/relevant.vue
+19
-9
support.vue
pages/apply/support.vue
+7
-7
bg.vue
pages/project-intro/bg.vue
+1
-1
certificate.vue
pages/project-intro/certificate.vue
+14
-14
charac.vue
pages/project-intro/charac.vue
+19
-14
routes.js
router/routes.js
+0
-6
没有找到文件。
components/home/commonProblem.vue
浏览文件 @
6a158092
...
...
@@ -45,17 +45,17 @@ export default {
return
{
problem
:
{
itemLeft
:
[
'
Kelley商学院
毕业生颁发的学位证书与在美国颁发的证书有何不同?'
,
'
瑞士酒店管理大学、瑞士酒店管理大学MBA,
毕业生颁发的学位证书与在美国颁发的证书有何不同?'
,
'本项目是上课形式是怎么样?'
,
'本项目学制多久?'
,
'能否顺利毕业拿到证书呢?'
,
'本项目是在职还是全职?'
],
itemRight
:
[
'如何申请
Kelley商学院金融学硕士
?'
,
'如何申请
瑞士酒店管理大学、瑞士酒店管理大学MBA
?'
,
'大概流程是什么?'
,
'需要提交哪些材料?'
,
'美国印第安纳大学
Kelley商学院金融学硕士
的学费是多少?'
,
'美国印第安纳大学
瑞士酒店管理大学、瑞士酒店管理大学MBA
的学费是多少?'
,
'学费可以分期吗?'
]
},
...
...
components/home/schoolRanking.vue
浏览文件 @
6a158092
...
...
@@ -8,10 +8,10 @@
<ul
class=
"content-mian"
>
<li
v-for=
"(item, index) in rankingList"
:key=
"index"
>
<div
class=
"img"
>
<img
:src=
"item.url"
>
<img
:src=
"item.url"
/
>
</div>
<h5><span>
No.
</span>
{{
item
.
rank
}}
</h5>
<p>
{{
item
.
text
}}
</p>
<h5><span>
No.
</span>
{{
item
.
rank
}}
</h5>
<p>
{{
item
.
text
}}
</p>
</li>
</ul>
</div>
...
...
@@ -22,65 +22,87 @@ export default {
data
()
{
return
{
rankingList
:
[
{
url
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/home-ranking-1.png'
,
rank
:
1
,
text
:
'2019国际卓越旅游和酒店管理教育中心综合排名'
},
{
url
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/home-ranking-2.png'
,
rank
:
2
,
text
:
'2020年QS全球酒店管理学校学术排名'
},
{
url
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/home-ranking-2.png'
,
rank
:
5
,
text
:
'2020年QS全球酒店管理学校综合排名'
}
{
url
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/home-ranking-1.jpg'
,
rank
:
1
,
text
:
'2019国际卓越旅游和酒店管理教育中心综合排名'
},
{
url
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/home-ranking-2.png'
,
rank
:
2
,
text
:
'2020年QS全球酒店管理学校学术排名'
},
{
url
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/home-ranking-2.png'
,
rank
:
5
,
text
:
'2020年QS全球酒店管理学校综合排名'
}
]
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.ranking-content-box
{
.ranking-content-box
{
margin-top
:
57px
;
width
:
100%
;
height
:
680px
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/ranking-bg.png)
center
;
background-size
:
cover
;
.title
{
.title
{
width
:
996px
;
display
:
flex
;
margin
:
0
auto
;
justify-content
:
space-between
;
align-items
:
center
;
padding
:
108px
0
100px
;
.line
{
.line
{
width
:
369px
;
height
:
1px
;
background
:
#
FFFFFF
;
background
:
#
ffffff
;
}
.name
{
.name
{
font-size
:
36px
;
font-weight
:
bold
;
line-height
:
100%
;
color
:
#
FFFFFF
;
color
:
#
ffffff
;
}
}
.content-mian
{
.content-mian
{
width
:
1000px
;
margin
:
0
auto
;
display
:
flex
;
justify-content
:
space-between
;
li
{
width
:
320px
;
color
:
#fff
;
text-align
:center
;
.img
{
width
:
100%
;
background
:
#fff
;
img
{
width
:
100%
;
li
{
width
:
320px
;
color
:
#fff
;
text-align
:
center
;
&
:nth-child
(
1
)
{
.img
{
img
{
height
:
117px
;
object-fit
:
contain
;
object-position
:
60px
10px
;
width
:
100%
;
}
}
}
.img
{
width
:
100%
;
background
:
#fff
;
img
{
width
:
100%
;
}
}
h5
{
padding
:
30px
0
20px
;
font-size
:
32px
;
span
{
font-size
:
16px
;
h5
{
padding
:
30px
0
20px
;
font-size
:
32px
;
span
{
font-size
:
16px
;
}
}
p
{
font-size
:
12px
;
p
{
font-size
:
12px
;
}
}
}
...
...
components/layout/pc/Head.vue
浏览文件 @
6a158092
...
...
@@ -91,16 +91,16 @@ li {
.max-width-content
{
display
:
flex
;
align-items
:
center
;
::v-deep
{
a
{
display
:flex
;
::v-deep
{
a
{
display
:
flex
;
img
{
height
:
55px
;
cursor
:
pointer
;
display
:
block
;
}
img
:first-child
{
margin-right
:
3
0px
;
img
:first-child
{
margin-right
:
1
0px
;
}
}
}
...
...
langs/en-US.js
浏览文件 @
6a158092
...
...
@@ -139,7 +139,7 @@ export default {
item3Tit
:
'国际视野结合中国本土的实践课程'
,
item3Txt1
:
'先修课程+必修课程+选修课程+美国访学'
,
item3Txt2
:
'全球排名顶尖师资+中国金融界权威专家'
,
item3Txt3
:
'多次被 U.S. News & World Report评为全美第一'
,
item3Txt3
:
'多次被 U.S. News & World Report评为全美第一'
},
// 证书授予
cert
:
{
...
...
@@ -208,7 +208,7 @@ export default {
tea11Name
:
'王勇'
,
tea11Txt
:
'加拿大达尔豪斯大学博士<br />国家千人计划专家<br />天风证券首席风险官'
,
tea12Name
:
'王鹤菲'
,
tea12Txt
:
'斯坦福大学商学院金融学博士<br />中国人民大学国际学院金融学教授'
,
tea12Txt
:
'斯坦福大学商学院金融学博士<br />中国人民大学国际学院金融学教授'
},
// 有关申请
apply
:
{
...
...
@@ -233,26 +233,31 @@ export default {
// 常见问题
problem
:
{
item1Tit
:
'申请和面试相关问题'
,
item1problem1
:
'Q: 如何申请美国印第安纳大学Kelley商学院金融学硕士?大概流程是什么?'
,
item1answer1
:
'A: 本项目为申请面试制;申请流程为:在线填写申请资料—初审通过—面试安排—综合评审—录取offer—学费缴纳及入学手续办理。'
,
item1problem1
:
'Q: 如何如何申请瑞士酒店管理大学MBA?大概流程是什么?'
,
item1answer1
:
'A: 本项目为申请面试制;<br />申请流程为:在线填写申请资料—初审通过—面试安排—综合评审—录取offer—学费缴纳及入学手续办理。'
,
item1problem2
:
'Q: 面试多少人?录取多少人?率取比率是多少?'
,
item1answer2
:
'A: 本项目采取现场/视频面试的方式,面试人数和录取人数视申请人数和申请资质而定。'
,
item1problem3
:
'Q: 是否要求考生的工作经验必须属于金融行业?'
,
item1answer3
:
'A: 本项目对考生的行业背景无特殊要求。欢迎有志于从事金融行业或相关工作的考生报考。录取为综合考评,工作背景是综合考评时需要参考的一部分信息。'
,
item1problem4
:
'Q: 英语一般可以申请吗?'
,
item1answer4
:
'A: 建议强化英语学习,可尝试申请。面试阶段会涉及英文面试,如果被录取,会有先修课程《金融英语》供学员提前学习。'
,
item1problem3
:
'Q: 是否要求考生的工作经验必须属于酒店行业?'
,
item1answer3
:
'A: 本项目对考生的行业背景无特殊要求。欢迎有志于从事酒店行业或相关工作的考生报考。录取为综合考评,工作背景是综合考评时需要参考的一部分信息。'
,
item1problem4
:
'Q: 英语一般可以申请吗?'
,
item1answer4
:
'A: 建议强化英语学习,可尝试申请。面试阶段会涉及英文面试,如果被录取,会有先修课程《金融英语》供学员提前学习。'
,
item1problem5
:
'Q: 本项目是在职还是全职?上课安排是怎样的?'
,
item1answer5
:
'A: 本项目为在职金融硕士项目,采用线上学习和线下面授相结合的学习方式。在线学习每周1-2次实时课程,面授采用周末或短期集中上课形式,中英双语授课。紫荆和Kelley商学院各负责教学内容的百分之五十。课程最后安排一次美国访学(往返交通费用自理),时间为两周左右。'
,
item1answer5
:
'A: 本项目为在职金融硕士项目,采用线上学习和线下面授相结合的学习方式。在线学习每周1-2次实时课程,面授采用周末或短期集中上课形式,中英双语授课。紫荆和Kelley商学院各负责教学内容的百分之五十。课程最后安排一次美国访学(往返交通费用自理),时间为两周左右。'
,
item1problem6
:
'Q: 本项目学制多久?获得的硕士学位证书与在美国全日制就读是否相同?'
,
item1answer6
:
'A: 本项目学制15个月,修满学分达到毕业要求,印第安纳大学KELLEY商学院颁发学位证书,与美国本土全日制就读获得的学位证书完全相同。'
,
item1answer6
:
'A: 本项目学制15个月,修满学分达到毕业要求,印第安纳大学KELLEY商学院颁发学位证书,与美国本土全日制就读获得的学位证书完全相同。'
,
item2Tit
:
'报考资格相关问题'
,
item2problem1
:
'Q: 大专毕业后,又通过自考获得本科毕业证和学士学位,能否报考?'
,
item2answer1
:
'A: 可以报考,只要获得
本科学位证书,按照本科毕业生身份报考即可
。'
,
item2answer1
:
'A: 可以报考,只要获得
专科及以上学位证书,即可报考
。'
,
item2problem2
:
'Q: 成人教育的本科毕业生(无学位证)能否报考?'
,
item2answer2
:
'A:
不可以。需要获得本科学位证书才能符合相应报考条件
。'
,
item2answer2
:
'A:
可以
。'
,
item3Tit
:
'费用相关问题'
,
item3problem1
:
'Q:
美国印第安纳大学Kelley商学院金融学硕士
项目学费是多少? 可以分期吗?'
,
item3answer1
:
'A: 目前本项目的学费为
24.98万元人民币,由学生在入学前向紫荆教育缴清(不可选择分期)。'
,
item3problem1
:
'Q:
瑞士酒店管理大学
项目学费是多少? 可以分期吗?'
,
item3answer1
:
'A: 目前本项目的学费为
12万元人民币,由学生在入学前向紫荆教育缴清(不可选择分期)。'
},
// 杰出校友
outstanding
:
{
...
...
langs/zh-CN.js
浏览文件 @
6a158092
差异被折叠。
点击展开。
pages/about/course.vue
浏览文件 @
6a158092
<
template
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<app-frame
:data=
"frameParams"
>
<div
class=
"course-content-box"
v-if=
"!isMobile"
>
<div
class=
"content-mian"
>
<div
class=
"border-box"
>
<template
v-for=
"(item, index) in courseData"
>
<div
class=
"item-box"
:key=
"index"
>
<div
class=
"title"
>
{{
item
.
title
}}
</div>
<div
class=
"right-content"
>
<ul>
<li
v-for=
"(cItem, cIndex) in item.item"
:key=
"cIndex + 'l'"
>
<div
class=
"text"
>
{{
cItem
.
name
}}
</div>
<div
class=
"score"
>
学分:
{{
cItem
.
score
}}
</div>
</li>
</ul>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<app-frame
:data=
"frameParams"
>
<div
class=
"course-content-box"
v-if=
"!isMobile"
>
<div
class=
"content-mian"
>
<div
class=
"border-box"
>
<template
v-for=
"(item, index) in courseData"
>
<div
class=
"item-box"
:key=
"index"
>
<div
class=
"title"
>
{{
item
.
title
}}
</div>
<div
class=
"right-content"
>
<ul>
<li
v-for=
"(cItem, cIndex) in item.item"
:key=
"cIndex + 'l'"
>
<div
class=
"text"
>
{{
cItem
.
name
}}
</div>
<div
class=
"score"
>
学分:
{{
cItem
.
score
}}
</div>
</li>
</ul>
</div>
</div>
</
div
>
</
template
>
</
template
>
</
div
>
</div>
</div>
</div
>
<div
class=
"course-content"
v-else
>
<div
class=
"item-box"
v-for=
"(item, index) in courseData"
:key=
"index"
>
<div
class=
"title"
>
{{ item.title }}
</div
>
<ul
>
<li
v-for=
"(cItem, cIndex) in item.item"
:key=
"cIndex + 'c'"
>
<div
class=
"name"
>
{{ cItem.nam
e }}
</div>
<
div
class=
"score"
>
学分:{{ cItem.score }}
</div
>
</
li
>
</
ul
>
<div
class=
"course-content"
v-else
>
<div
class=
"item-box"
v-for=
"(item, index) in courseData"
:key=
"index"
>
<div
class=
"title"
>
{{ item.title }}
</div
>
<ul
>
<li
v-for=
"(cItem, cIndex) in item.item"
:key=
"cIndex + 'c'"
>
<div
class=
"name"
>
{{ cItem.name }}
</div
>
<div
class=
"score"
>
学分:{{ cItem.scor
e }}
</div>
<
/li
>
</
ul
>
</
div
>
</div>
</div>
</app-frame>
</div>
</app-frame>
</div>
</template>
<
script
>
import
appFrame
from
'@/components/appFrame'
...
...
@@ -44,49 +44,19 @@ export default {
data
()
{
return
{
courseData
:
[
{
title
:
this
.
$t
(
'setCourse.tit1'
),
item
:
[
{
name
:
this
.
$t
(
'setCourse.t1'
),
score
:
0
},
{
name
:
this
.
$t
(
'setCourse.t2'
),
score
:
0
},
{
name
:
this
.
$t
(
'setCourse.t3'
),
score
:
0
}
]
},
{
title
:
this
.
$t
(
'setCourse.tit2'
),
item
:
[
{
name
:
this
.
$t
(
'setCourse.t1'
),
score
:
3
},
{
name
:
this
.
$t
(
'setCourse.t2'
),
score
:
3
},
{
name
:
this
.
$t
(
'setCourse.t3'
),
score
:
3
},
{
name
:
this
.
$t
(
'setCourse.t4'
),
score
:
3
},
{
name
:
this
.
$t
(
'setCourse.t5'
),
score
:
3
},
{
name
:
this
.
$t
(
'setCourse.t6'
),
score
:
3
},
{
name
:
this
.
$t
(
'setCourse.t7'
),
score
:
3
},
{
name
:
this
.
$t
(
'setCourse.t8'
),
score
:
3
},
{
name
:
this
.
$t
(
'setCourse.t9'
),
score
:
3
},
{
name
:
this
.
$t
(
'setCourse.t10'
),
score
:
3
},
{
name
:
this
.
$t
(
'setCourse.t11'
),
score
:
3
},
{
name
:
this
.
$t
(
'setCourse.t12'
),
score
:
3
},
{
name
:
this
.
$t
(
'setCourse.t13'
),
score
:
1.5
},
{
name
:
this
.
$t
(
'setCourse.t14'
),
score
:
1.5
},
{
name
:
this
.
$t
(
'setCourse.t15'
),
score
:
1.5
}
]
},
{
title
:
this
.
$t
(
'setCourse.tit3'
),
item
:
[
{
name
:
this
.
$t
(
'setCourse.t16'
),
score
:
0
},
{
name
:
this
.
$t
(
'setCourse.t17'
),
score
:
0
},
{
name
:
this
.
$t
(
'setCourse.t18'
),
score
:
0
},
{
name
:
this
.
$t
(
'setCourse.t19'
),
score
:
0
},
{
name
:
this
.
$t
(
'setCourse.t20'
),
score
:
0
},
{
name
:
this
.
$t
(
'setCourse.t21'
),
score
:
0
},
{
name
:
this
.
$t
(
'setCourse.t22'
),
score
:
0
}
]
},
{
title
:
this
.
$t
(
'setCourse.tit4'
),
item
:
[
{
name
:
this
.
$t
(
'setCourse.t23'
),
score
:
1.5
},
{
name
:
this
.
$t
(
'setCourse.t24'
),
score
:
0
},
{
name
:
this
.
$t
(
'setCourse.t25'
),
score
:
0
}
{
name
:
this
.
$t
(
'setCourse.t10'
),
score
:
3
}
]
}
],
...
...
@@ -114,7 +84,7 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.is-pc
{
.is-pc
{
.course-content-box
{
// width: 1200px;
// margin: 0 auto;
...
...
@@ -173,38 +143,38 @@ export default {
}
}
}
.is-h5
{
.course-content
{
.is-h5
{
.course-content
{
background
:
#fff
;
padding
:
.38rem
.28rem
.2rem
;
.title
{
padding
:
0
.38rem
0
.28rem
0
.2rem
;
.title
{
font-size
:
0
.14rem
;
font-weight
:
bold
;
line-height
:
100%
;
color
:
#
AA
1941
;
color
:
#
aa
1941
;
}
ul
{
border-top
:
.01rem
solid
#E6E6E
6
;
padding-top
:
.1rem
;
margin-top
:
.19rem
;
margin-bottom
:
.24rem
;
li
{
height
:
.21rem
;
ul
{
border-top
:
0
.01rem
solid
#e6e6e
6
;
padding-top
:
0
.1rem
;
margin-top
:
0
.19rem
;
margin-bottom
:
0
.24rem
;
li
{
height
:
0
.21rem
;
box-sizing
:
border-box
;
padding-left
:
.27rem
;
padding-left
:
0
.27rem
;
display
:
flex
;
align-items
:
center
;
&
:nth-child
(
odd
)
{
background
:
#
F7F7F
7
;
background
:
#
f7f7f
7
;
}
.name
{
.name
{
font-size
:
0
.1rem
;
color
:
#666666
;
width
:
2
.17rem
;
font-size
:
0
.1rem
;
color
:
#666666
;
}
.score
{
.score
{
font-size
:
0
.1rem
;
color
:
#666666
;
}
...
...
pages/about/teacher.vue
浏览文件 @
6a158092
...
...
@@ -2,7 +2,8 @@
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<app-frame
:data=
"frameParams"
>
<div
class=
"teacher-content-box"
>
<div
class=
"content-box"
>
<img
class=
"teacher"
src=
"https://webapp-pub.ezijing.com/project/seg-shms/all-teacher.jpg"
/>
<!--
<div
class=
"content-box"
>
<div
class=
"teacher-box"
>
<div
class=
"mar-t-box"
v-for=
"(item, index) in teacherList"
:key=
"index"
>
<div
class=
"title"
>
{{
item
.
title
}}
</div>
...
...
@@ -17,7 +18,7 @@
</ul>
</div>
</div>
</div>
</div>
-->
</div>
</app-frame>
</div>
...
...
@@ -127,9 +128,13 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.is-pc
{
.teacher
{
width
:
100%
;
display
:
block
;
}
.is-pc
{
.teacher-content-box
{
width
:
1200px
;
//
width: 1200px;
margin
:
0
auto
;
.content-box
{
padding
:
60px
75px
61px
;
...
...
@@ -175,13 +180,13 @@ export default {
}
}
}
.is-h5
{
.is-h5
{
.teacher-content-box
{
.content-box
{
padding
:
.3rem
.32rem
.3rem
;
padding
:
0
.3rem
0
.32rem
0
.3rem
;
.teacher-box
{
.title
{
font-size
:
.14rem
;
font-size
:
0
.14rem
;
font-weight
:
bold
;
line-height
:
100%
;
color
:
#333333
;
...
...
@@ -189,12 +194,12 @@ export default {
ul
{
display
:
flex
;
flex-wrap
:
wrap
;
padding-top
:
.15rem
;
padding-top
:
0
.15rem
;
li
{
width
:
1
.32rem
;
margin-left
:
.3rem
;
margin-bottom
:
.13rem
;
&
:nth-child
(
odd
)
{
margin-left
:
0
.3rem
;
margin-bottom
:
0
.13rem
;
&
:nth-child
(
odd
)
{
margin-left
:
0
;
}
img
{
...
...
@@ -204,15 +209,15 @@ export default {
.name
{
font-size
:
0
.14rem
;
line-height
:
100%
;
color
:
#
AA
1941
;
margin-top
:
.1rem
;
margin-bottom
:
.03rem
;
color
:
#
aa
1941
;
margin-top
:
0
.1rem
;
margin-bottom
:
0
.03rem
;
}
.p
{
font-size
:
0
.1rem
;
line-height
:
0
.13rem
;
color
:
#666666
;
margin-top
:
.03rem
;
margin-top
:
0
.03rem
;
}
}
}
...
...
pages/alumni/outstanding.vue
浏览文件 @
6a158092
...
...
@@ -44,94 +44,66 @@ export default {
return
{
alumniList
:
[
{
avatar
:
'https://webapp-pub.ezijing.com/project/
kelley/alumni-outstanding-01.pn
g'
,
name
:
"Paul H. O'Neill"
,
post
:
[
'
前美国财政部长
'
]
avatar
:
'https://webapp-pub.ezijing.com/project/
seg-shms/alumni-jc1.jp
g'
,
name
:
'Daniel Aylmer'
,
post
:
[
'
首席运营官'
,
'洲际酒店集团大中华区'
,
'César Ritz 1995届毕业生
'
]
},
{
avatar
:
'https://webapp-pub.ezijing.com/project/
kelley/alumni-outstanding-02.pn
g'
,
name
:
'
Alan B. Graf
'
,
post
:
[
'
Fedex首席财务官
'
]
avatar
:
'https://webapp-pub.ezijing.com/project/
seg-shms/alumni-jc2.jp
g'
,
name
:
'
Tuomas Laakso
'
,
post
:
[
'
欧洲发展部主管'
,
'万豪国际酒店,丽思卡尔顿酒店'
,
'瑞士 苏黎世'
,
'César Ritz 1 997届毕业生
'
]
},
{
avatar
:
'https://webapp-pub.ezijing.com/project/
kelley/alumni-outstanding-03.pn
g'
,
name
:
'
John Chambers
'
,
post
:
[
'
Cisco首席执行官
'
]
avatar
:
'https://webapp-pub.ezijing.com/project/
seg-shms/alumni-jc3.jp
g'
,
name
:
'
Edward Chan
'
,
post
:
[
'
高级副总裁'
,
'亚太区首席发展官'
,
'Hard Rock 硬石有限公司'
,
'César Ritz 1987届毕业生
'
]
},
{
avatar
:
'https://webapp-pub.ezijing.com/project/
kelley/alumni-outstanding-04.pn
g'
,
name
:
'
Ali Tuet
'
,
post
:
[
'
香港ESG控股集团主席总裁
'
]
avatar
:
'https://webapp-pub.ezijing.com/project/
seg-shms/alumni-jc4.jp
g'
,
name
:
'
Michael Smithuis
'
,
post
:
[
'
总经理'
,
'费尔蒙酒店集团蒙特勒宫'
,
'瑞士 蒙特勒'
,
'HTTl 1990届毕业生
'
]
},
{
avatar
:
'https://webapp-pub.ezijing.com/project/
kelley/alumni-outstanding-05.pn
g'
,
name
:
'
Jimmy Wales
'
,
post
:
[
'
Jimmy Wales
'
]
avatar
:
'https://webapp-pub.ezijing.com/project/
seg-shms/alumni-jc5.jp
g'
,
name
:
'
Philip Chong
'
,
post
:
[
'
F&B 副总裁'
,
'金沙中国有限公司'
,
'CésarRitz 1987届毕业生
'
]
},
{
avatar
:
'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-06.png'
,
name
:
'Mark Cuban'
,
post
:
[
'美国知名投资人'
,
'NBA达拉斯独行侠球队老板'
]
},
{
avatar
:
'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-07.png'
,
name
:
'Peter Wong'
,
post
:
[
'汇丰银行'
,
'亚洲区总裁'
]
},
{
avatar
:
'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-08.png'
,
name
:
"Paul H. O'Neill"
,
post
:
[
'美国 Whirlpool'
,
'亚洲副总裁'
]
avatar
:
'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc6.jpg'
,
name
:
'Teik Kong Chong'
,
post
:
[
'AVP,F&B,North China'
,
'香格里拉酒店集团'
,
'CésarRitz 1987届毕业生'
]
}
],
studentList
:
[
{
avatar
:
'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-stud-mtq.png'
,
name
:
'马铁群'
,
education
:
[
'斯坦福大学'
,
'管理科学与工程硕士'
],
post
:
[
'益盟股份有限公司'
,
'执行总裁'
]
},
{
avatar
:
'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-stud-02.png'
,
name
:
'赵旭娜'
,
education
:
[
'北京大学医学物理博士'
,
'约翰霍普金斯大学博士后'
],
post
:
[
'瓦里安医疗系统公司(美国)'
,
'大中华区高级临床战略经理'
]
},
{
avatar
:
'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-stud-08.png'
,
name
:
'虞东'
,
education
:
[
'北京大学光华管理学院'
,
'高级工商管理硕士'
],
post
:
[
'西安纸贵互联网科技有限公司'
,
'董事合伙人首席风控官'
]
avatar
:
'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc7.jpg'
,
name
:
'沈冬梅'
,
education
:
[
'中国电信怡沁园度假村'
,
'常务副总经理'
,
'SHMS MBA 2021春季班'
]
},
{
avatar
:
'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-stud-01.png'
,
name
:
'张彧'
,
education
:
[
'泽维尔大学'
,
'工商管理硕士'
],
post
:
[
'希尔顿酒店管理有限公司'
,
'财务部副总裁'
]
avatar
:
'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc8.jpg'
,
name
:
'路瑶'
,
education
:
[
'华为集团安朴酒店管理公司'
,
'副总经理'
,
'SHMS MBA 2020冬季班'
]
},
{
avatar
:
'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-stud-06.png'
,
name
:
'孙红平'
,
education
:
[
'广东外语外贸大学'
,
'翻译硕士'
],
post
:
[
'美国IPO直通车公司'
,
'管理合伙人'
]
avatar
:
'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc9.jpg'
,
name
:
'凌云'
,
education
:
[
'东呈国际集团'
,
'集团副总裁'
,
'SHMS MBA 2021春季班'
]
},
{
avatar
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/sgql.png'
,
name
:
'上官利青'
,
education
:
[
'清华大学'
,
'微电子学硕士'
],
post
:
[
'中航信托有限公司'
,
'家族信托事业部副总经理'
]
avatar
:
'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc10.jpg'
,
name
:
'宗锴'
,
education
:
[
'国资委甘肃文旅酒店'
,
'管理有限公司'
,
'常务副总经理'
,
'SHMS MBA 2021春季班'
]
},
{
avatar
:
'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-stud-04.png'
,
name
:
'刘丹'
,
education
:
[
'香港大学李嘉诚医学院'
,
'医学影像学博士'
],
post
:
[
'华润医疗直属医院'
,
'运营院长'
]
avatar
:
'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc11.jpg'
,
name
:
'王诤言'
,
education
:
[
'三亚海棠湾天房洲际度假'
,
'酒店总经理'
,
'SHMS MBA 2021春季班'
]
},
{
avatar
:
'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-stud-03.png'
,
name
:
'刘育弘'
,
education
:
[
'中山大学'
,
'高级工商管理硕士'
],
post
:
[
'广州快塑电子商务有限公司'
,
'执行总裁'
]
avatar
:
'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc12.jpg'
,
name
:
'LEOW KHUN WEI'
,
education
:
[
'兰州凯悦酒店'
,
'总经理'
,
'SHMS MBA 2021春季班'
]
}
],
frameParams
:
{
...
...
@@ -157,7 +129,7 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.is-pc
{
.is-pc
{
.alumni
{
padding
:
30px
74px
;
h5
{
...
...
@@ -189,7 +161,7 @@ export default {
}
}
.text
{
margin-top
:
72
px
;
margin-top
:
30
px
;
h6
{
font-size
:
18px
;
font-family
:
HelveticaNeueLTPro-Md
;
...
...
@@ -229,18 +201,18 @@ export default {
}
}
}
.is-h5
{
.is-h5
{
.alumni
{
padding
:
0
.16rem
.35rem
;
padding
:
0
0
.16rem
0
.35rem
;
h5
{
font-size
:
.14rem
;
font-size
:
0
.14rem
;
font-weight
:
700
;
line-height
:
100%
;
padding
:
.2rem
0
;
padding
:
0
.2rem
0
;
color
:
#333
;
}
.card-list
{
margin-bottom
:
.15rem
;
margin-bottom
:
0
.15rem
;
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
...
...
@@ -248,41 +220,41 @@ export default {
box-sizing
:
border-box
;
width
:
1
.68rem
;
background
:
#ebebeb
;
padding
:
.11rem
.05rem
;
padding
:
0
.11rem
0
.05rem
;
display
:
flex
;
margin-bottom
:
.06rem
;
margin-left
:
.06rem
;
&
:nth-child
(
odd
)
{
margin-bottom
:
0
.06rem
;
margin-left
:
0
.06rem
;
&
:nth-child
(
odd
)
{
margin-left
:
0
;
}
.avatar
{
// width: 204px;
// height: 100%;
img
{
width
:
.63rem
;
height
:
.63rem
;
width
:
0
.63rem
;
height
:
0
.63rem
;
display
:
block
;
}
}
.text
{
// margin-top: .3rem;
margin-left
:
.1rem
;
margin-left
:
0
.1rem
;
h6
{
font-size
:
.11rem
;
font-size
:
0
.11rem
;
color
:
#aa1941
;
font-weight
:
700
;
white-space
:
nowrap
;
}
p
{
font-size
:
.1rem
;
line-height
:
.15rem
;
font-size
:
0
.1rem
;
line-height
:
0
.15rem
;
color
:
#666
;
}
div
{
font-size
:
.07rem
;
line-height
:
.15rem
;
font-size
:
0
.07rem
;
line-height
:
0
.15rem
;
color
:
#666
;
margin-top
:
.02rem
;
margin-top
:
0
.02rem
;
}
}
}
...
...
pages/apply/problem.vue
浏览文件 @
6a158092
...
...
@@ -10,7 +10,7 @@
<template
v-for=
"(cItem, cIndex) in item.problem"
>
<li
:key=
"cIndex + '='"
>
<div
class=
"pro-tit"
>
{{
cItem
.
tit
}}
</div>
<div
class=
"answer"
>
{{
cItem
.
answer
}}
</div>
<div
class=
"answer"
v-html=
"cItem.answer"
>
</div>
</li>
</
template
>
</ul>
...
...
@@ -45,18 +45,6 @@ export default {
{
tit
:
this
.
$t
(
'problem.item1problem3'
),
answer
:
this
.
$t
(
'problem.item1answer3'
)
},
{
tit
:
this
.
$t
(
'problem.item1problem4'
),
answer
:
this
.
$t
(
'problem.item1answer4'
)
},
{
tit
:
this
.
$t
(
'problem.item1problem5'
),
answer
:
this
.
$t
(
'problem.item1answer5'
)
},
{
tit
:
this
.
$t
(
'problem.item1problem6'
),
answer
:
this
.
$t
(
'problem.item1answer6'
)
}
]
},
...
...
pages/apply/relevant.vue
浏览文件 @
6a158092
...
...
@@ -9,7 +9,7 @@
<div
class=
"title mar-t55"
>
{{
$t
(
'apply.con2Tit'
)
}}
</div>
<div
class=
"con-txt"
v-html=
"$t('apply.con2Txt')"
></div>
</div>
<
img
src=
"https://webapp-pub.ezijing.com/project/kelley/apply-img.png"
alt=
""
/
>
<
!--
<img
src=
"https://webapp-pub.ezijing.com/project/kelley/apply-img.png"
alt=
""
/>
--
>
</div>
</div>
</app-frame>
...
...
@@ -52,7 +52,7 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.is-pc
{
.is-pc
{
.rele-content-box
{
.content-box
{
img
{
...
...
@@ -78,37 +78,47 @@ export default {
line-height
:
34px
;
color
:
#424242
;
margin-top
:
20px
;
::v-deep
{
span
{
font-weight
:
bold
;
}
}
}
}
}
}
}
.is-h5
{
.rele-content-box
{
.is-h5
{
.rele-content-box
{
background
:
#fff
;
padding
:
.3rem
.2rem
;
padding
:
0
.3rem
0
.2rem
;
.content-box
{
img
{
width
:
100%
;
display
:
block
;
}
padding-bottom
:
.5rem
;
padding-bottom
:
0
.5rem
;
.text-content
{
margin-bottom
:
.4rem
;
margin-bottom
:
0
.4rem
;
.title
{
font-size
:
0
.14rem
;
font-weight
:
bold
;
line-height
:
100%
;
color
:
#333333
;
&
.mar-t55
{
margin-top
:
.25rem
;
margin-top
:
0
.25rem
;
}
}
.con-txt
{
font-size
:
0
.12rem
;
line-height
:
0
.24rem
;
color
:
#424242
;
padding-top
:
.14rem
;
padding-top
:
0
.14rem
;
::v-deep
{
span
{
font-weight
:
bold
;
}
}
}
}
}
...
...
pages/apply/support.vue
浏览文件 @
6a158092
...
...
@@ -51,7 +51,7 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.is-pc
{
.is-pc
{
.rele-content-box
{
.content-box
{
padding-top
:
46px
;
...
...
@@ -77,27 +77,27 @@ export default {
}
}
}
.is-h5
{
.rele-content-box
{
.is-h5
{
.rele-content-box
{
background
:
#fff
;
padding
:
.3rem
.2rem
;
padding
:
0
.3rem
0
.2rem
;
.content-box
{
.text-content
{
padding-left
:
.2rem
;
padding-left
:
0
.2rem
;
.title
{
font-size
:
0
.14rem
;
font-weight
:
bold
;
line-height
:
100%
;
color
:
#333333
;
&
.mar-t55
{
margin-top
:
.25rem
;
margin-top
:
0
.25rem
;
}
}
.con-txt
{
font-size
:
0
.12rem
;
line-height
:
0
.24rem
;
color
:
#424242
;
padding-top
:
.14rem
;
padding-top
:
0
.14rem
;
}
}
}
...
...
pages/project-intro/bg.vue
浏览文件 @
6a158092
...
...
@@ -57,7 +57,7 @@
</div>
<div
class=
"kelley"
v-if=
"tabActive === 'kelley'"
>
<div
class=
"sub-banner"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
kelley/project-intro-bg-kelley.pn
g"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
seg-shms/project-intor-bg.jp
g"
/>
</div>
<div
class=
"text"
v-html=
"$t('bg.con2Txt')"
></div>
</div>
...
...
pages/project-intro/certificate.vue
浏览文件 @
6a158092
...
...
@@ -7,7 +7,7 @@
<p><i></i>
{{
$t
(
'cert.txt2'
)
}}
</p>
</div>
<p
class=
"text"
>
{{
$t
(
'cert.txt3'
)
}}
</p>
<img
src=
"https://webapp-pub.ezijing.com/project/
kelley/project-intro-certificate-pic.pn
g"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
seg-shms/SHMS_MBA_Diploma.jp
g"
/>
<p
class=
"certificate-title"
>
{{
$t
(
'cert.txt4'
)
}}
</p>
<p
class=
"certificate-des"
>
{{
$t
(
'cert.txt5'
)
}}
</p>
</div>
...
...
@@ -46,7 +46,7 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.is-pc
{
.is-pc
{
.certificate
{
padding
:
40px
;
text-align
:
center
;
...
...
@@ -105,9 +105,9 @@ export default {
}
}
}
.is-h5
{
.is-h5
{
.certificate
{
padding
:
.3rem
.52rem
;
padding
:
0
.3rem
0
.52rem
;
text-align
:
center
;
.checkbox
{
display
:
flex
;
...
...
@@ -119,36 +119,36 @@ export default {
// font-size: .12rem;
font-family
:
Source
Han
Sans
CN
;
font-weight
:
500
;
line-height
:
.17rem
;
line-height
:
0
.17rem
;
color
:
#424242
;
i
{
display
:
inline-block
;
width
:
.18rem
;
height
:
.18rem
;
width
:
0
.18rem
;
height
:
0
.18rem
;
background
:
url('https://webapp-pub.ezijing.com/project/kelley/project-intro-certificate-icon.png')
;
background-size
:
.18rem
.18rem
;
margin-right
:
.05rem
;
background-size
:
0
.18rem
0
.18rem
;
margin-right
:
0
.05rem
;
vertical-align
:
middle
;
}
}
}
.text
{
text-align
:
center
;
font-size
:
.12rem
;
font-size
:
0
.12rem
;
color
:
#424242
;
margin-top
:
.2rem
;
margin-top
:
0
.2rem
;
}
img
{
display
:
block
;
width
:
100%
;
display
:
block
;
// height: 291px;
margin
:
.2rem
auto
;
margin
:
0
.2rem
auto
;
}
.certificate-title
{
font-size
:
.12rem
;
font-size
:
0
.12rem
;
color
:
#424242
;
margin-top
:
.13rem
;
margin-top
:
0
.13rem
;
}
.certificate-des
{
color
:
#aa1941
;
...
...
pages/project-intro/charac.vue
浏览文件 @
6a158092
...
...
@@ -24,17 +24,22 @@ export default {
{
img
:
'https://webapp-pub.ezijing.com/project/kelley/project-intro-charac-icon1.png'
,
title
:
this
.
$t
(
'feature.item1Tit'
),
texts
:
[
this
.
$t
(
'feature.item1Txt1'
),
this
.
$t
(
'feature.item1Txt2'
),
this
.
$t
(
'feature.item1Txt3'
)]
texts
:
[
this
.
$t
(
'feature.item1Txt1'
),
this
.
$t
(
'feature.item1Txt2'
),
this
.
$t
(
'feature.item1Txt3'
),
this
.
$t
(
'feature.item1Txt4'
)
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/kelley/project-intro-charac-icon2.png'
,
title
:
this
.
$t
(
'feature.item2Tit'
),
texts
:
[
this
.
$t
(
'feature.item2Txt1'
)
,
this
.
$t
(
'feature.item2Txt2'
),
this
.
$t
(
'feature.item2Txt3'
)
]
texts
:
[
this
.
$t
(
'feature.item2Txt1'
)]
},
{
img
:
'https://webapp-pub.ezijing.com/project/kelley/project-intro-charac-icon3.png'
,
title
:
this
.
$t
(
'feature.item3Tit'
),
texts
:
[
this
.
$t
(
'feature.item3Txt1'
)
,
this
.
$t
(
'feature.item3Txt2'
),
this
.
$t
(
'feature.item3Txt3'
)
]
texts
:
[
this
.
$t
(
'feature.item3Txt1'
)]
}
],
frameParams
:
{
...
...
@@ -64,7 +69,7 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.is-pc
{
.is-pc
{
.card
{
width
:
763px
;
margin
:
0
auto
0
;
...
...
@@ -104,40 +109,40 @@ export default {
}
}
}
.is-h5
{
.is-h5
{
.card
{
background
:
#fff
;
// padding: .24rem .15rem .56rem;
li
{
background
:
#f9f8f8
;
box-shadow
:
0
0
0
rgb
(
0
0
0
/
9%
);
margin-bottom
:
.16rem
;
margin-bottom
:
0
.16rem
;
display
:
flex
;
align-items
:
center
;
box-sizing
:
border-box
;
padding
:
.16rem
.14rem
.1rem
;
padding
:
0
.16rem
0
.14rem
0
.1rem
;
.left
{
img
{
width
:
.72rem
;
height
:
.72rem
;
width
:
0
.72rem
;
height
:
0
.72rem
;
display
:
block
;
}
}
.right
{
margin-left
:
.23rem
;
margin-left
:
0
.23rem
;
h5
{
font-size
:
.12rem
;
font-size
:
0
.12rem
;
font-weight
:
700
;
line-height
:
100%
;
color
:
#333
;
margin-bottom
:
.16rem
;
margin-bottom
:
0
.16rem
;
}
p
{
font-size
:
.1rem
;
font-size
:
0
.1rem
;
font-family
:
Source
Han
Sans
CN
;
line-height
:
100%
;
color
:
#424242
;
margin-bottom
:
.1rem
;
margin-bottom
:
0
.1rem
;
}
}
}
...
...
router/routes.js
浏览文件 @
6a158092
...
...
@@ -9,12 +9,6 @@ export default (routes, resolve) => {
component
:
resolve
(
__dirname
,
'../layouts/normal.vue'
),
props
:
{
hasFooter
:
false
},
children
:
[
{
name
:
'apply'
,
path
:
''
,
component
:
resolve
(
__dirname
,
'../modules/my/welcome/index.vue'
),
meta
:
{
requiredLogin
:
true
}
},
{
name
:
'account'
,
path
:
'account'
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论