Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
b83319bd
提交
b83319bd
authored
6月 11, 2021
作者:
pengxiaohui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
97ee3a60
显示空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
88 行增加
和
108 行删除
+88
-108
.env
.env
+1
-1
.env.dev
.env.dev
+1
-1
Foot.vue
components/Foot.vue
+2
-7
Head.vue
components/Head.vue
+11
-1
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
+49
-74
rightAside.vue
components/rightAside.vue
+2
-2
nuxt.config.js
nuxt.config.js
+3
-3
没有找到文件。
.env
浏览文件 @
b83319bd
projectId=100
1
projectId=100
5
newProjectId=6800243768751554560
...
...
.env.dev
浏览文件 @
b83319bd
projectId=100
1
projectId=100
5
newProjectId=6800243768751554560
...
...
components/Foot.vue
浏览文件 @
b83319bd
...
...
@@ -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.campbellsville.edu/"
target=
"_blank"
>
康博斯威尔大学
</a>
</div>
<div>
...
...
components/Head.vue
浏览文件 @
b83319bd
...
...
@@ -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/cu/cu-logo.png"
/>
</app-link>
<div
class=
"user"
v-if=
"user.id"
>
<span>
{{
user
.
realname
||
user
.
nickname
}}
</span
...
...
@@ -89,11 +90,20 @@ li {
.max-width-content
{
display
:
flex
;
align-items
:
center
;
::v-deep
.link-content
{
a
{
display
:flex
;
img
{
height
:
55px
;
cursor
:
pointer
;
display
:
block
;
}
img
:last-child
{
margin-left
:
30px
;
margin-top
:
-6px
;
}
}
}
.user
{
margin-left
:
auto
;
font-size
:
14px
;
...
...
components/home/commonProblem.vue
浏览文件 @
b83319bd
...
...
@@ -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"
>
如何申请
康博斯威尔大学教育
学硕士?
</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"
>
康博斯威尔大学教育
学硕士的学费是多少?
</div>
</li>
<li>
<div
class=
"icon"
></div>
...
...
components/home/presence.vue
浏览文件 @
b83319bd
...
...
@@ -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/
cu/home-apply-form
-bg.png)
;
background-size
:
100%
100%
;
display
:
flex
;
justify-content
:
space-between
;
...
...
components/home/projectFeatures.vue
浏览文件 @
b83319bd
...
...
@@ -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/
cu/cu_icon_Curriculum
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
cu/cu_icon_Curriculum_on
.png'
,
text
:
'
系统性
课程体系'
,
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/
cu/cu_icon_localization
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
cu/cu_icon_localization_on
.png'
,
text
:
'
本土化教学课程
'
,
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/
cu/cu_icon_link
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
cu/cu_icon_link_on
.png'
,
text
:
'
实操性实战训练
'
,
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/
cu/cu_icon_Montessori
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
cu/cu_icon_Montessori_on
.png'
,
text
:
'
独特的蒙氏教育
'
,
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/
cu/cu_icon_bilingual
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
cu/cu_icon_bilingual_on
.png'
,
text
:
'
中文授课,双语环境
'
,
path
:
''
,
pathType
:
0
}
]
}
...
...
components/home/schoolRanking.vue
浏览文件 @
b83319bd
...
...
@@ -5,52 +5,44 @@
<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>
</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>
<ul
class=
"content-mian"
>
<li
v-for=
"(item, index) in rankingList"
:key=
"index"
>
<img
:src=
"item.url"
>
<p
v-if=
"index
<
3
"
>
{{
item
.
text
}}
<span
class=
"No"
>
No.
</span><span
class=
"rank"
>
{{
item
.
rank
}}
</span></p>
<p
v-else
>
{{
item
.
text
}}
<span
class=
"rank"
style=
"margin-left:30px;"
>
{{
item
.
rank
}}
</span><span
style=
"font-size:18px;"
>
年
</span></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/cu/home-ranking-1.png'
,
text
:
'早期儿童教育专业肯塔基州排名'
,
rank
:
'1'
},
{
url
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/cu/home-ranking-2.png'
,
text
:
'2020年早期儿童教育专业全美排名'
,
rank
:
'21'
},
{
url
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/cu/home-ranking-1.png'
,
text
:
'2020年肯塔基州大学排名'
,
rank
:
'2'
},
{
url
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/cu/home-ranking-3.png'
,
text
:
'连续24年上榜全美最佳大学指南'
,
rank
:
'24'
}
]
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
...
...
@@ -58,7 +50,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/
cu
/home-ranking-bg.png)
center
;
background-size
:
cover
;
.title
{
width
:
996px
;
...
...
@@ -83,41 +75,24 @@ export default {
width
:
1000px
;
margin
:
0
auto
;
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
space-between
;
.li
{
width
:
250px
;
&
.mar-t
{
transform
:
translateY
(
-35px
);
.li-tit
{
line-height
:
34px
;
transform
:
translateY
(
20px
);
}
}
.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%
;
li
{
margin-bottom
:
30px
;
p
{
font-size
:
14px
;
color
:
#fff
;
line-height
:
24px
;
padding
:
30px
10px
;
span
{
font-size
:
24px
;
font-weight
:bold
;
}
.No
{
font-size
:
18px
;
margin-left
:
20px
;
}
.p
{
text-align
:
center
;
font-size
:
16px
;
line-height
:
100%
;
color
:
#FFFFFF
;
margin-bottom
:
11px
;
.rank
{
font-size
:
32px
;
}
}
}
...
...
components/rightAside.vue
浏览文件 @
b83319bd
...
...
@@ -71,13 +71,13 @@ export default {
return
{
tabBtnActive
:
false
,
tabBtnTarget
:
''
,
projectName
:
'
金融
硕士'
,
projectName
:
'
教育学
硕士'
,
sendCode
:
''
,
isBtnDisabled
:
false
,
formInfo
:
{
name
:
''
,
phone
:
''
,
newProjectId
:
'100
1
'
newProjectId
:
'100
5
'
},
projectList
:
[
{
label
:
'金融工商管理硕士'
,
value
:
'1000'
},
...
...
nuxt.config.js
浏览文件 @
b83319bd
...
...
@@ -17,7 +17,7 @@ export default {
}),
// Global page headers: https://go.nuxtjs.dev/config-head
head
:
{
title
:
'
紫荆教育-在线MBA课程-MBA在线课程-专业金融在线教育品牌
'
,
title
:
'
儿童教育硕士-儿童心理与教育硕士-在职教育学硕士-康博斯威尔大学教育学硕士项目
'
,
htmlAttrs
:
{
lang
:
'en'
},
...
...
@@ -28,12 +28,12 @@ export default {
{
name
:
'keywords'
,
content
:
'
理财规划师,企业理财顾问师,投资理财顾问,金融理财师,理财培训,企业融资,国家理财规划师,财富管理,资产管理,个人财富管理,证券投资,信托投资,房地产投资
'
'
教育学硕士,在职教育学硕士,国际教育学硕士,美国教育学硕士,美国康博斯威尔大学,康博斯威尔大学,在线教育学硕士,幼师,园长,幼教机构负责人,幼教行业投资,幼教教材教具提供商,蒙台梭利,华德福,瑞吉欧,家庭咨询师,亲子咨询师,父母教育,正面管教
'
},
{
name
:
'description'
,
content
:
'
紫荆教育依托清华大学和五道口金融学院丰富的教育资源,秉承其严谨务实的教学理念,紧密结合宏观经济转型过程中,企业和个人知识结构升级的需求,融理论大家、实践专家、顶尖专业机构集体智慧于一体,构建以金融为核心的商业实战知识体系,努力为中国社会商业素质提高贡献一己之力.课程分类:企业理财顾问(CFC),理财规划师,财富资产管理,金融创业投资项目.
'
'
美国康博斯威尔大学,全美排名第21的儿童心理与教育学硕士,【儿童心理与教育学名师】联合授课,学制1.5年,仅需7.5万,学位证书与出国留学所获得的证书相同!
'
}
],
link
:
[
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论