Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
54c5ae7c
提交
54c5ae7c
authored
6月 11, 2021
作者:
pengxiaohui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
968040ab
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
81 行增加
和
114 行删除
+81
-114
.env
.env
+1
-1
.env.dev
.env.dev
+1
-1
Foot.vue
components/Foot.vue
+2
-7
Head.vue
components/Head.vue
+14
-5
commonProblem.vue
components/home/commonProblem.vue
+3
-3
presence.vue
components/home/presence.vue
+1
-1
projectFeatures.vue
components/home/projectFeatures.vue
+15
-15
schoolRanking.vue
components/home/schoolRanking.vue
+37
-74
rightAside.vue
components/rightAside.vue
+4
-4
nuxt.config.js
nuxt.config.js
+3
-3
没有找到文件。
.env
浏览文件 @
54c5ae7c
projectId=100
1
projectId=100
8
newProjectId=6800243768751554560
...
...
.env.dev
浏览文件 @
54c5ae7c
projectId=100
1
projectId=100
8
newProjectId=6800243768751554560
...
...
components/Foot.vue
浏览文件 @
54c5ae7c
...
...
@@ -14,13 +14,8 @@
</a>
</div>
<div>
<a
href=
"http://www.pbcsf.tsinghua.edu.cn"
target=
"_blank"
>
印第安纳大学
</a>
</div>
<div>
<a
href=
"http://www.pbcsf.tsinghua.edu.cn"
target=
"_blank"
>
Kelley商学院
<a
href=
"https://www.swisseducation.com/"
target=
"_blank"
>
瑞士酒店管理大学官网
</a>
</div>
<div>
...
...
components/Head.vue
浏览文件 @
54c5ae7c
...
...
@@ -4,7 +4,8 @@
<div
class=
"head-top-content"
>
<div
class=
"max-width-content"
>
<app-link
:item=
"
{ path: '/' }">
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/307f688850f8308a5c944bd129436fe0.png"
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/ciis/ezijing-logo.png"
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/seg-shms-logo.png"
/>
</app-link>
<div
class=
"user"
v-if=
"user.id"
>
<span>
{{
user
.
realname
||
user
.
nickname
}}
</span
...
...
@@ -89,10 +90,18 @@ li {
.max-width-content
{
display
:
flex
;
align-items
:
center
;
img
{
height
:
55px
;
cursor
:
pointer
;
display
:
block
;
::v-deep
.link-content
{
a
{
display
:flex
;
img
{
height
:
55px
;
cursor
:
pointer
;
display
:
block
;
}
img
:first-child
{
margin-right
:
30px
;
}
}
}
.user
{
margin-left
:
auto
;
...
...
components/home/commonProblem.vue
浏览文件 @
54c5ae7c
...
...
@@ -7,7 +7,7 @@
<ul>
<li>
<div
class=
"icon"
></div>
<div
class=
"text"
>
Kelley商学院毕业生颁发的学位证书与在美国
颁发的证书有何不同?
</div>
<div
class=
"text"
>
瑞士酒店管理大学给本项目毕业生颁发的学位证书与在瑞士
颁发的证书有何不同?
</div>
</li>
<li>
<div
class=
"icon"
></div>
...
...
@@ -29,7 +29,7 @@
<ul>
<li>
<div
class=
"icon"
></div>
<div
class=
"text"
>
如何申请
Kelley商学院金融学硕士
?
</div>
<div
class=
"text"
>
如何申请
瑞士酒店管理大学酒店及旅游方向MBA
?
</div>
</li>
<li>
<div
class=
"icon"
></div>
...
...
@@ -41,7 +41,7 @@
</li>
<li>
<div
class=
"icon"
></div>
<div
class=
"text"
>
美国印第安纳大学Kelley商学院金融学硕士
的学费是多少?
</div>
<div
class=
"text"
>
瑞士酒店管理大学酒店及旅游方向MBA
的学费是多少?
</div>
</li>
<li>
<div
class=
"icon"
></div>
...
...
components/home/presence.vue
浏览文件 @
54c5ae7c
...
...
@@ -194,7 +194,7 @@ export default {
width
:
1200px
;
height
:
540px
;
margin
:
80px
auto
0
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-ssfc
-bg.png)
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
seg-shms/home-apply-form
-bg.png)
;
background-size
:
100%
100%
;
display
:
flex
;
justify-content
:
space-between
;
...
...
components/home/projectFeatures.vue
浏览文件 @
54c5ae7c
...
...
@@ -26,29 +26,29 @@ export default {
},
data
:
[
{
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon1
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon-s1
.png'
,
text
:
'
全方位的金融职业<br />教育课程体系
'
,
path
:
''
,
pathType
:
0
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
seg-shms/home_icon_first
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
seg-shms/home_icon_first_on
.png'
,
text
:
'
首款“E-Blended Learning”<br />款待业MBA
'
,
path
:
''
,
pathType
:
0
},
{
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon2
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon-s2
.png'
,
text
:
'
专业金融<br />在线教育品牌
'
,
path
:
''
,
pathType
:
0
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
seg-shms/home_icon_Authoritative
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
seg-shms/home_icon_Authoritative_on
.png'
,
text
:
'
权威专业的泛<br />服务业知识体系
'
,
path
:
''
,
pathType
:
0
},
{
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon3
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon-s3
.png'
,
text
:
'
科学成熟的<br />在线教育模式
'
,
path
:
''
,
pathType
:
0
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
seg-shms/home_icon_development
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
seg-shms/home_icon_development_on
.png'
,
text
:
'
国际款待业<br />职业发展服务
'
,
path
:
''
,
pathType
:
0
},
{
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon4
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon-s4
.png'
,
text
:
'
无需联考、快速入门<br />的学习体验
'
,
path
:
''
,
pathType
:
0
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
seg-shms/home_icon_abroad
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
seg-shms/home_icon_abroad_on
.png'
,
text
:
'
不出国也能<br />“留学”
'
,
path
:
''
,
pathType
:
0
},
{
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon5
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon-s5
.png'
,
text
:
'
聚焦中国实践和国际前沿<br />的最新课程
'
,
path
:
''
,
pathType
:
0
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
seg-shms/home_icon_Globally
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
seg-shms/home_icon_Globally_on
.png'
,
text
:
'
学位全球认可<br />学籍官方可查
'
,
path
:
''
,
pathType
:
0
}
]
}
...
...
components/home/schoolRanking.vue
浏览文件 @
54c5ae7c
...
...
@@ -5,52 +5,29 @@
<div
class=
"name"
>
学校排名
</div>
<div
class=
"line"
></div>
</div>
<div
class=
"content-mian"
>
<div
class=
"li"
>
<div
class=
"li-tit"
>
印第安纳大学
</div>
<div
class=
"item"
>
<div
class=
"tit"
><span>
No.
</span>
11
</div>
<div
class=
"p"
>
全球最佳研究生院排名
</div>
<div
class=
"p"
>
2018 《美国新闻与世界报道》
</div>
<ul
class=
"content-mian"
>
<li
v-for=
"(item, index) in rankingList"
:key=
"index"
>
<div
class=
"img"
>
<img
:src=
"item.url"
>
</div>
<div
class=
"item"
>
<div
class=
"tit"
><span>
No.
</span>
21
</div>
<div
class=
"p"
>
全美最佳商学院研究生综合排名
</div>
<div
class=
"p"
>
2018 《美国新闻与世界报道》
</div>
</div>
</div>
<div
class=
"li"
>
<div
class=
"li-tit"
>
KELLEY 商学院
</div>
<div
class=
"item"
>
<div
class=
"tit"
><span>
No.
</span>
21
</div>
<div
class=
"p"
>
总体排名
</div>
<div
class=
"p"
>
2018 《美国新闻与世界报道》
</div>
</div>
<div
class=
"item"
>
<div
class=
"tit"
><span>
No.
</span>
1
</div>
<div
class=
"p"
>
学生满意度排名
</div>
<div
class=
"p"
>
2016 《彭博商业周刊》
</div>
</div>
</div>
<div
class=
"li mar-t"
>
<div
class=
"li-tit"
>
KELLEY
<br
/>
在线金融硕士
</div>
<div
class=
"item"
>
<div
class=
"tit"
><span>
No.
</span>
11
</div>
<div
class=
"p"
>
全球最佳研究生院排名
</div>
<div
class=
"p"
>
2018 《美国新闻与世界报道》
</div>
</div>
<div
class=
"item"
>
<div
class=
"tit"
><span>
No.
</span>
21
</div>
<div
class=
"p"
>
全美最佳商学院研究生综合排名
</div>
<div
class=
"p"
>
2018 《美国新闻与世界报道》
</div>
</div>
</div>
</div>
<h5><span>
No.
</span>
{{
item
.
rank
}}
</h5>
<p>
{{
item
.
text
}}
</p>
</li>
</ul>
</div>
</
template
>
<
script
>
export
default
{
name
:
'schoolRanking'
name
:
'schoolRanking'
,
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-1.png'
,
rank
:
2
,
text
:
'2020年QS全球酒店管理学校学术排名'
},
{
url
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/home-ranking-1.png'
,
rank
:
5
,
text
:
'2020年QS全球酒店管理学校综合排名'
}
]
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
...
...
@@ -58,7 +35,7 @@ export default {
margin-top
:
57px
;
width
:
100%
;
height
:
680px
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-
ranking-bg.png)
center
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
seg-shms/
ranking-bg.png)
center
;
background-size
:
cover
;
.title
{
width
:
996px
;
...
...
@@ -84,42 +61,28 @@ export default {
margin
:
0
auto
;
display
:
flex
;
justify-content
:
space-between
;
.li
{
width
:
250px
;
&
.mar-t
{
transform
:
translateY
(
-35px
);
.li-tit
{
line-height
:
34px
;
transform
:
translateY
(
20px
);
li
{
width
:
320px
;
color
:
#fff
;
text-align
:center
;
.img
{
width
:
100%
;
background
:
#fff
;
padding
:
3px
;
img
{
width
:
100%
;
}
}
.li-tit
{
text-align
:
center
;
font-size
:
30px
;
line-height
:
100%
;
color
:
#fff
;
}
.item
{
.tit
{
padding-top
:
46px
;
font-size
:
48px
;
line-height
:
100%
;
color
:
#FFFFFF
;
text-align
:
center
;
margin-bottom
:
15px
;
line-height
:
100%
;
span
{
font-size
:
24px
;
}
}
.p
{
text-align
:
center
;
font-size
:
16px
;
line-height
:
100%
;
color
:
#FFFFFF
;
margin-bottom
:
11px
;
h5
{
padding
:
30px
0
20px
;
font-size
:
32px
;
span
{
font-size
:
16px
;
}
}
p
{
font-size
:
12px
;
}
}
}
}
...
...
components/rightAside.vue
浏览文件 @
54c5ae7c
...
...
@@ -57,7 +57,7 @@
</div>
<div
class=
"wx_cont"
v-show=
"tabBtnTarget === 'wx'"
>
<h5>
关注我们
</h5>
<img
src=
"https://
zws-imgs-pub.ezijing.com/static/public/d2d9945d598e81c3b58aff5ce927a78a
.jpg"
/>
<img
src=
"https://
webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/wx_code
.jpg"
/>
</div>
</div>
</transition>
...
...
@@ -71,17 +71,17 @@ export default {
return
{
tabBtnActive
:
false
,
tabBtnTarget
:
''
,
projectName
:
'
金融硕士
'
,
projectName
:
'
本科 / 硕士课程
'
,
sendCode
:
''
,
isBtnDisabled
:
false
,
formInfo
:
{
name
:
''
,
phone
:
''
,
newProjectId
:
'100
1
'
newProjectId
:
'100
8
'
},
projectList
:
[
{
label
:
'金融工商管理硕士'
,
value
:
'1000'
},
{
label
:
'
酒店及旅游业工商管理硕士
'
,
value
:
'1008'
},
{
label
:
'
本科 / 硕士课程
'
,
value
:
'1008'
},
{
label
:
'金融硕士'
,
value
:
'1001'
},
{
label
:
'应用心理学硕士'
,
value
:
'1006'
},
{
label
:
'教育学硕士'
,
value
:
'1005'
},
...
...
nuxt.config.js
浏览文件 @
54c5ae7c
...
...
@@ -17,7 +17,7 @@ export default {
}),
// Global page headers: https://go.nuxtjs.dev/config-head
head
:
{
title
:
'
紫荆教育-在线MBA课程-MBA在线课程-专业金融
在线教育品牌'
,
title
:
'
SHMS瑞士酒店管理大学-工商管理硕士MBA(酒店及旅游方向)-清华控股旗下
在线教育品牌'
,
htmlAttrs
:
{
lang
:
'en'
},
...
...
@@ -28,12 +28,12 @@ export default {
{
name
:
'keywords'
,
content
:
'
理财规划师,企业理财顾问师,投资理财顾问,金融理财师,理财培训,企业融资,国家理财规划师,财富管理,资产管理,个人财富管理,证券投资,信托投资,房地产投资
'
'
瑞士酒店管理大学,瑞士酒店管理学院,瑞士酒店管理大学排名,瑞士酒店管理大学学费,瑞士酒店管理MBA,瑞士酒店管理学院排名,瑞士酒店管理学校,瑞士酒店管理学费,seg瑞士酒店管理,酒店管理专业,酒店管理课程,酒店管理专业排名,酒店管理app,酒店管理博士,酒店管理本科,酒店管理大学香港,qs酒店管理大学排名,酒店管理大学排名2020,酒店管理排名,酒店管理集团
'
},
{
name
:
'description'
,
content
:
'
紫荆教育依托清华大学和五道口金融学院丰富的教育资源,秉承其严谨务实的教学理念,紧密结合宏观经济转型过程中,企业和个人知识结构升级的需求,融理论大家、实践专家、顶尖专业机构集体智慧于一体,构建以金融为核心的商业实战知识体系,努力为中国社会商业素质提高贡献一己之力.课程分类:企业理财顾问(CFC),理财规划师,财富资产管理,金融创业投资项目.
'
'
瑞士酒店管理大学,2021年QS世界大学排名酒店管理专业综合排名位列世界第4。全球首款款待业MBA,目标是培养未来文旅行业领军人才及未来领袖,课程采用混合式教学模式,不用出国就可以享受瑞士及国内清华、北大、人大等顶尖的教育资源。学习方式灵活,更加符合在文旅行业高层管理人员及有志于从事款待业工作的学习者;目前在读学员均来自万豪、洲际、凯悦、希尔顿等国际高端品牌及锦江、华住、东呈等国内大中型文旅企业。
'
}
],
link
:
[
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论