Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
a543cf5f
提交
a543cf5f
authored
2月 20, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
99601c31
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
74 行增加
和
91 行删除
+74
-91
Head.vue
components/Head.vue
+27
-5
abroadStudy.vue
components/home/abroadStudy.vue
+12
-15
internationalDegree.vue
components/home/internationalDegree.vue
+32
-68
personal.vue
components/home/projectService/personal.vue
+1
-1
zh-CN.js
langs/zh-CN.js
+2
-2
没有找到文件。
components/Head.vue
浏览文件 @
a543cf5f
...
@@ -306,6 +306,28 @@ export default {
...
@@ -306,6 +306,28 @@ export default {
pathType
:
1
pathType
:
1
}
}
]
]
},
{
name
:
this
.
$t
(
'menu.degreeChild.doctor'
),
isShow
:
false
,
childern
:
[
{
name
:
this
.
$t
(
'menu.degreeChild.doctorChild.cbu_online'
),
path
:
'https://cbu-online.ezijing.com/'
,
pathType
:
1
}
]
},
{
name
:
'企业家学者DBA'
,
isShow
:
false
,
childern
:
[
{
name
:
'数字领导力企业家学者(DBA)'
,
path
:
'https://cbu-enterprise.ezijing.com/'
,
pathType
:
1
}
]
}
}
]
]
},
},
...
@@ -338,11 +360,11 @@ export default {
...
@@ -338,11 +360,11 @@ export default {
path
:
'https://cbu-plus.ezijing.com/'
,
path
:
'https://cbu-plus.ezijing.com/'
,
pathType
:
1
pathType
:
1
},
},
{
//
{
name
:
this
.
$t
(
'menu.degreeChild.doctorChild.cbu_online'
),
//
name: this.$t('menu.degreeChild.doctorChild.cbu_online'),
path
:
'https://cbu-online.ezijing.com/'
,
//
path: 'https://cbu-online.ezijing.com/',
pathType
:
1
//
pathType: 1
}
//
}
]
]
}
}
]
]
...
...
components/home/abroadStudy.vue
浏览文件 @
a543cf5f
...
@@ -52,11 +52,11 @@ export default {
...
@@ -52,11 +52,11 @@ export default {
title
:
this
.
$t
(
'home.abroad.tabBtn2'
),
title
:
this
.
$t
(
'home.abroad.tabBtn2'
),
isLine
:
false
,
isLine
:
false
,
children
:
[
children
:
[
{
//
{
img
:
'https://webapp-pub.ezijing.com/www/pc/home/personal/abroad3.png'
,
//
img: 'https://webapp-pub.ezijing.com/www/pc/home/personal/abroad3.png',
desc
:
this
.
$t
(
'home.abroad.cbu_online'
),
//
desc: this.$t('home.abroad.cbu_online'),
href
:
'https://cbu-online.ezijing.com/'
//
href: 'https://cbu-online.ezijing.com/'
},
//
},
{
{
img
:
'https://webapp-pub.ezijing.com/www/pc/home/personal/abroad3.png'
,
img
:
'https://webapp-pub.ezijing.com/www/pc/home/personal/abroad3.png'
,
desc
:
this
.
$t
(
'home.abroad.cbu_plus'
),
desc
:
this
.
$t
(
'home.abroad.cbu_plus'
),
...
@@ -72,26 +72,24 @@ export default {
...
@@ -72,26 +72,24 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.content_con
{
.content_con
{
margin-top
:
21px
;
display
:
grid
;
display
:
flex
;
grid-template-columns
:
repeat
(
2
,
1fr
);
row-gap
:
20px
;
padding
:
40px
32px
;
background
:
#ffffff
;
background
:
#ffffff
;
padding
:
43px
30px
50px
30px
;
.con_left
{
.con_left
{
height
:
192px
;
display
:
flex
;
flex-direction
:
column
;
// align-items: center;
.left_tit
{
.left_tit
{
font-size
:
16px
;
font-size
:
16px
;
color
:
#000000
;
color
:
#000000
;
text-align
:
center
;
}
}
.left_content
{
.left_content
{
display
:
flex
;
display
:
flex
;
margin-top
:
20px
;
.left_con1
{
.left_con1
{
display
:
flex
;
display
:
flex
;
margin-top
:
30px
;
li
{
li
{
width
:
260px
;
width
:
260px
;
...
@@ -131,9 +129,8 @@ export default {
...
@@ -131,9 +129,8 @@ export default {
}
}
.line1
{
.line1
{
width
:
0px
;
width
:
0px
;
height
:
120px
;
border
:
1px
dashed
#c4c4c4
;
border
:
1px
dashed
#c4c4c4
;
margin
:
30px
30px
;
margin
:
0
30px
;
}
}
}
}
}
}
...
...
components/home/internationalDegree.vue
浏览文件 @
a543cf5f
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
<div
class=
"con_left"
v-for=
"(item, index) in degreeList"
:key=
"index"
>
<div
class=
"con_left"
v-for=
"(item, index) in degreeList"
:key=
"index"
>
<div
class=
"left_tit"
>
{{ item.title }}
</div>
<div
class=
"left_tit"
>
{{ item.title }}
</div>
<div
class=
"left_content"
>
<div
class=
"left_content"
>
<div
class=
"line"
v-if=
"item.isLine"
></div>
<ul
class=
"left_con"
>
<ul
class=
"left_con"
>
<li
v-for=
"(it, index) in item.children"
:key=
"index"
>
<li
v-for=
"(it, index) in item.children"
:key=
"index"
>
<AppLink
:data=
"it"
>
<AppLink
:data=
"it"
>
...
@@ -15,7 +16,6 @@
...
@@ -15,7 +16,6 @@
</AppLink>
</AppLink>
</li>
</li>
</ul>
</ul>
<div
class=
"line"
v-if=
"item.isLine"
></div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -30,7 +30,7 @@ export default {
...
@@ -30,7 +30,7 @@ export default {
degreeList
:
[
degreeList
:
[
{
{
title
:
this
.
$t
(
'home.degree.tabBtn1'
),
title
:
this
.
$t
(
'home.degree.tabBtn1'
),
isLine
:
tru
e
,
isLine
:
fals
e
,
children
:
[
children
:
[
{
{
img
:
'https://webapp-pub.ezijing.com/www/pc/home/personal/master_med1.png'
,
img
:
'https://webapp-pub.ezijing.com/www/pc/home/personal/master_med1.png'
,
...
@@ -56,7 +56,7 @@ export default {
...
@@ -56,7 +56,7 @@ export default {
},
},
{
{
title
:
this
.
$t
(
'home.degree.tabBtn2'
),
title
:
this
.
$t
(
'home.degree.tabBtn2'
),
isLine
:
fals
e
,
isLine
:
tru
e
,
children
:
[
children
:
[
{
{
img
:
'https://webapp-pub.ezijing.com/www/pc/home/personal/mba1.png'
,
img
:
'https://webapp-pub.ezijing.com/www/pc/home/personal/mba1.png'
,
...
@@ -74,6 +74,28 @@ export default {
...
@@ -74,6 +74,28 @@ export default {
href
:
'https://caas.ezijing.com/'
href
:
'https://caas.ezijing.com/'
}
}
]
]
},
{
title
:
'— 博士 —'
,
isLine
:
false
,
children
:
[
{
img
:
'https://webapp-pub.ezijing.com/www/pc/home/personal/cbu-online.png'
,
desc
:
'加州浸会大学<br/>在线工商管理博士DBA'
,
href
:
'https://cbu-online.ezijing.com/'
}
]
},
{
title
:
'— 企业家学者DBA —'
,
isLine
:
true
,
children
:
[
{
img
:
'https://webapp-pub.ezijing.com/www/pc/home/personal/cbu-enterprise.png'
,
desc
:
'数字领导力<br/>企业家学者DBA'
,
href
:
'https://cbu-enterprise.ezijing.com/'
}
]
}
}
]
]
}
}
...
@@ -83,25 +105,25 @@ export default {
...
@@ -83,25 +105,25 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.content_con
{
.content_con
{
margin-top
:
20px
;
display
:
grid
;
display
:
flex
;
grid-template-columns
:
repeat
(
2
,
1fr
);
padding
:
59px
40px
49px
32px
;
row-gap
:
20px
;
padding
:
40px
32px
;
background
:
#ffffff
;
background
:
#ffffff
;
.con_left
{
.con_left
{
height
:
192px
;
height
:
192px
;
display
:
flex
;
flex-direction
:
column
;
.left_tit
{
.left_tit
{
font-size
:
16px
;
font-size
:
16px
;
color
:
#000000
;
color
:
#000000
;
text-align
:
center
;
}
}
.left_content
{
.left_content
{
display
:
flex
;
display
:
flex
;
margin-top
:
20px
;
.left_con
{
.left_con
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-around
;
justify-content
:
space-around
;
margin-top
:
30px
;
li
{
li
{
width
:
148px
;
width
:
148px
;
display
:
flex
;
display
:
flex
;
...
@@ -138,68 +160,10 @@ export default {
...
@@ -138,68 +160,10 @@ export default {
}
}
.line
{
.line
{
width
:
0px
;
width
:
0px
;
height
:
129px
;
border
:
1px
dashed
#c4c4c4
;
margin
:
30px
25px
5px
25px
;
}
.left_con1
{
display
:
flex
;
margin-top
:
30px
;
li
{
width
:
342px
;
height
:
130px
;
background
:
#f9f8f8
;
box-sizing
:
border-box
;
.con
{
width
:
342px
;
height
:
130px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
padding
:
10px
16px
10px
10px
;
}
&
:hover
{
background
:
#aa1940
;
.con_desc
{
color
:
#f9f8f8
;
}
}
.con_img
{
width
:
160px
;
height
:
110px
;
}
.con_desc
{
margin-left
:
16px
;
white-space
:
nowrap
;
text-align
:
center
;
width
:
140px
;
font-size
:
14px
;
line-height
:
18px
;
color
:
#333333
;
}
}
li
:nth-child
(
2
)
{
margin-left
:
30px
;
}
}
.line1
{
width
:
0px
;
height
:
129px
;
border
:
1px
dashed
#c4c4c4
;
border
:
1px
dashed
#c4c4c4
;
margin
:
30px
35
px
;
margin
:
0
30
px
;
}
}
}
}
}
}
.con_left
:nth-child
(
1
)
{
.left_tit
{
margin-left
:
275px
;
}
}
.con_left
:nth-child
(
2
)
{
align-items
:
center
;
}
}
}
</
style
>
</
style
>
components/home/projectService/personal.vue
浏览文件 @
a543cf5f
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</div>
</div>
</div>
</div>
<div
class=
"content_top"
>
<div
class=
"content_top"
>
<h6
class=
"top_title"
>
留学深造
</h6>
<h6
class=
"top_title"
>
国际留学
</h6>
<div
class=
"top_con"
>
<div
class=
"top_con"
>
<div
class=
"con_left con_left1"
v-for=
"(item, index) in abroadList"
:key=
"index"
>
<div
class=
"con_left con_left1"
v-for=
"(item, index) in abroadList"
:key=
"index"
>
<div
class=
"left_tit"
>
{{
item
.
title
}}
</div>
<div
class=
"left_tit"
>
{{
item
.
title
}}
</div>
...
...
langs/zh-CN.js
浏览文件 @
a543cf5f
...
@@ -4,7 +4,7 @@ export default {
...
@@ -4,7 +4,7 @@ export default {
base
:
'实践基地'
,
base
:
'实践基地'
,
industrial
:
'产业学院'
,
industrial
:
'产业学院'
,
degree
:
'国际学位'
,
degree
:
'国际学位'
,
abroad
:
'
留学深造
'
,
abroad
:
'
国际留学
'
,
story
:
'校友故事'
,
story
:
'校友故事'
,
notice
:
'通知公告'
,
notice
:
'通知公告'
,
contact
:
'政府教育合作'
,
contact
:
'政府教育合作'
,
...
@@ -180,7 +180,7 @@ export default {
...
@@ -180,7 +180,7 @@ export default {
studyAbroadMaster
:
'国际硕士<br/>保研项目'
studyAbroadMaster
:
'国际硕士<br/>保研项目'
},
},
abroad
:
{
abroad
:
{
title
:
'
留学深造
'
,
title
:
'
国际留学
'
,
tabBtn1
:
'— 硕士 —'
,
tabBtn1
:
'— 硕士 —'
,
tabBtn2
:
'— 博士 —'
,
tabBtn2
:
'— 博士 —'
,
sbu
:
'纽约州立大学<br/>石溪分校<br/>金融学硕士<br/>保研项目NSF'
,
sbu
:
'纽约州立大学<br/>石溪分校<br/>金融学硕士<br/>保研项目NSF'
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论