Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
7def746a
提交
7def746a
authored
5月 13, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 新增终身学习
上级
12349a53
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
115 行增加
和
35 行删除
+115
-35
studyAbroad.scss
assets/css/studyAbroad.scss
+0
-17
Head.vue
components/Head.vue
+5
-0
ProjectCard.vue
components/ProjectCard.vue
+42
-0
index.vue
pages/internationalDegree/index.vue
+3
-9
index.vue
pages/roadmap/index.vue
+62
-0
index.vue
pages/studyAbroad/index.vue
+3
-9
没有找到文件。
assets/css/studyAbroad.scss
浏览文件 @
7def746a
...
...
@@ -62,23 +62,6 @@
}
}
}
.project-list
{
padding-bottom
:
70px
;
display
:
grid
;
grid-template-columns
:
repeat
(
3
,
1fr
);
row-gap
:
20px
;
column-gap
:
20px
;
}
.project-item
{
background-color
:
#fff
;
img
{
width
:
100%
;
}
&
:hover
{
box-shadow
:
0px
1px
24px
rgba
(
0
,
0
,
0
,
0
.11
);
}
}
.qa-list
{
display
:
grid
;
grid-template-columns
:
repeat
(
2
,
1fr
);
...
...
components/Head.vue
浏览文件 @
7def746a
...
...
@@ -410,6 +410,11 @@ export default {
name
:
this
.
$t
(
'menu.alumniChild.alumniStory'
),
isShow
:
false
,
path
:
'/alumnus/story'
},
{
name
:
'终身学习'
,
isShow
:
false
,
path
:
'/roadmap'
}
]
}
...
...
components/ProjectCard.vue
0 → 100644
浏览文件 @
7def746a
<
template
>
<AppCard
:title=
"title"
>
<template
#
header-aside
><nuxt-link
:to=
"baseUrl"
v-if=
"baseUrl"
>
查看更多+
</nuxt-link></
template
>
<div
class=
"project-list"
>
<div
class=
"project-item"
v-for=
"(item, index) in list"
:key=
"index"
>
<AppLink
:data=
"item"
><img
:src=
"item.imgUrl"
/></AppLink>
</div>
</div>
</AppCard>
</template>
<
script
>
import
AppCard
from
'@/components/AppCard.vue'
import
AppLink
from
'@/components/Link.vue'
export
default
{
name
:
'ProjectCard'
,
props
:
{
list
:
{
type
:
Array
,
default
:
()
=>
[]
},
title
:
String
,
baseUrl
:
String
},
components
:
{
AppCard
,
AppLink
},
data
()
{
return
{}
}
}
</
script
>
<
style
lang=
"scss"
>
.project-list
{
padding-bottom
:
70px
;
display
:
grid
;
grid-template-columns
:
repeat
(
3
,
1fr
);
row-gap
:
20px
;
column-gap
:
20px
;
}
.project-item
{
background-color
:
#fff
;
img
{
width
:
100%
;
}
&
:hover
{
box-shadow
:
0px
1px
24px
rgba
(
0
,
0
,
0
,
0
.11
);
}
}
</
style
>
pages/internationalDegree/index.vue
浏览文件 @
7def746a
...
...
@@ -14,13 +14,7 @@
</div>
</div>
</div>
<app-card
title=
"热门专业"
>
<div
class=
"project-list"
>
<div
class=
"project-item"
v-for=
"(item, index) in projectList"
:key=
"index"
>
<AppLink
:data=
"item"
><img
:src=
"item.imgUrl"
/></AppLink>
</div>
</div>
</app-card>
<ProjectCard
title=
"热门专业"
:list=
"projectList"
></ProjectCard>
<app-card
title=
"常见问题"
>
<template
#
header-aside
><nuxt-link
to=
"/internationalDegree/qa"
>
查看更多+
</nuxt-link></
template
>
<ul
class=
"qa-list"
>
...
...
@@ -42,13 +36,13 @@
<
script
>
import
AppCard
from
'@/components/AppCard.vue'
import
AppLink
from
'@/components/Link
.vue'
import
ProjectCard
from
'@/components/ProjectCard
.vue'
import
NewsCard
from
'@/components/NewsCard.vue'
import
TeacherCard
from
'@/components/TeacherCard.vue'
import
qaList
from
'@/assets/internationalDegreeQA.js'
export
default
{
components
:
{
AppCard
,
AppLink
,
NewsCard
,
TeacherCard
},
components
:
{
AppCard
,
ProjectCard
,
NewsCard
,
TeacherCard
},
data
()
{
return
{
whyList
:
[
...
...
pages/roadmap/index.vue
0 → 100644
浏览文件 @
7def746a
<
template
>
<div>
<div
class=
"banner"
></div>
<div
class=
"w1200"
>
<ProjectCard
title=
"在线国际学位"
:list=
"internationalDegreeProjectList"
baseUrl=
"/internationalDegree"
></ProjectCard>
<ProjectCard
title=
"留学中学"
:list=
"studyAbroadProjectList"
baseUrl=
"/studyAbroad"
></ProjectCard>
</div>
</div>
</
template
>
<
script
>
import
ProjectCard
from
'@/components/ProjectCard.vue'
export
default
{
components
:
{
ProjectCard
},
data
()
{
return
{
// 热门专业
internationalDegreeProjectList
:
[
{
imgUrl
:
'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_kelley.png'
,
href
:
'https://kelley.ezijing.com/'
},
{
imgUrl
:
'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_ciis.png'
,
href
:
'https://ciis.ezijing.com/'
},
{
imgUrl
:
'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_marywood.png'
,
href
:
'https://marywood.ezijing.com/'
}
],
// 热门专业
studyAbroadProjectList
:
[
{
imgUrl
:
'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_cbu.png'
,
href
:
'https://cbu-plus.ezijing.com/'
},
{
imgUrl
:
'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_marywood_plus_1.png'
,
href
:
'https://marywood-plus.ezijing.com/'
},
{
imgUrl
:
'https://webapp-pub.ezijing.com/www/pc/studyAbroad/project_sbu.png'
,
href
:
'https://sbu-plus.ezijing.com/'
}
]
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.w1200
{
width
:
1200px
;
margin
:
0
auto
;
}
</
style
>
pages/studyAbroad/index.vue
浏览文件 @
7def746a
...
...
@@ -14,13 +14,7 @@
</div>
</div>
</div>
<app-card
title=
"热门专业"
>
<div
class=
"project-list"
>
<div
class=
"project-item"
v-for=
"(item, index) in projectList"
:key=
"index"
>
<AppLink
:data=
"item"
><img
:src=
"item.imgUrl"
/></AppLink>
</div>
</div>
</app-card>
<ProjectCard
title=
"热门专业"
:list=
"projectList"
></ProjectCard>
<app-card
title=
"常见问题"
>
<template
#
header-aside
><nuxt-link
to=
"/studyAbroad/qa"
>
查看更多+
</nuxt-link></
template
>
<ul
class=
"qa-list"
>
...
...
@@ -42,13 +36,13 @@
<
script
>
import
AppCard
from
'@/components/AppCard.vue'
import
AppLink
from
'@/components/Link
.vue'
import
ProjectCard
from
'@/components/ProjectCard
.vue'
import
NewsCard
from
'@/components/NewsCard.vue'
import
TeacherCard
from
'@/components/TeacherCard.vue'
import
qaList
from
'@/assets/studyAbroadQA.js'
export
default
{
components
:
{
AppCard
,
AppLink
,
NewsCard
,
TeacherCard
},
components
:
{
AppCard
,
ProjectCard
,
NewsCard
,
TeacherCard
},
data
()
{
return
{
whyList
:
[
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论