Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
7d821e7e
提交
7d821e7e
authored
1月 18, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
图片优化
上级
df6c13d9
显示空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
448 行增加
和
443 行删除
+448
-443
introduce.vue
components/about/introduce.vue
+53
-47
newList.vue
components/about/newList.vue
+3
-12
index.vue
pages/about/lesson/index.vue
+2
-6
index.vue
pages/about/message/index.vue
+2
-6
index.vue
pages/alumnus/story/index.vue
+2
-6
major.vue
pages/services/major.vue
+385
-365
solution.vue
pages/services/solution.vue
+1
-1
没有找到文件。
components/about/introduce.vue
浏览文件 @
7d821e7e
<
template
>
<
template
>
<div
class=
"intr-content-box"
>
<div
class=
"intr-content-box"
>
<img
src=
"https://
zws-imgs-pub.ezijing.com/static/public/e9de7416bef8822d5557afdfcda69f8a.png"
alt=
""
>
<img
src=
"https://
webapp-pub.ezijing.com/www/pc/home/banner.png"
alt=
""
/
>
<div
class=
"text-content"
>
<div
class=
"text-content"
>
<div
class=
"title"
>
{{
$t
(
'about.project.title'
)
}}
</div>
<div
class=
"title"
>
{{
$t
(
'about.project.title'
)
}}
</div>
<div
class=
"text-intr"
v-html=
"$t('about.project.text')"
></div>
<div
class=
"text-intr"
v-html=
"$t('about.project.text')"
></div>
<div
class=
"garish-content"
>
<div
class=
"garish-content"
>
<div
class=
"flex-box"
>
<div
class=
"flex-box"
>
<div
class=
"li w184"
>
<div
class=
"li w184"
>
<div
class=
"col-txt"
>
12
<span>
{{
$t
(
'about.project.unit1'
)
}}
</span></div>
<div
class=
"col-txt"
>
12
<span>
{{
$t
(
'about.project.unit1'
)
}}
</span>
</div>
<div
class=
"n-txt"
>
{{
$t
(
'about.project.itemText1'
)
}}
</div>
<div
class=
"n-txt"
>
{{
$t
(
'about.project.itemText1'
)
}}
</div>
</div>
</div>
<div
class=
"li w180"
>
<div
class=
"li w180"
>
<div
class=
"col-txt"
>
522
<span>
{{
$t
(
'about.project.unit2'
)
}}
</span></div>
<div
class=
"col-txt"
>
522
<span>
{{
$t
(
'about.project.unit2'
)
}}
</span>
</div>
<div
class=
"n-txt"
>
{{
$t
(
'about.project.itemText2'
)
}}
</div>
<div
class=
"n-txt"
>
{{
$t
(
'about.project.itemText2'
)
}}
</div>
</div>
</div>
<div
class=
"li w249"
>
<div
class=
"li w249"
>
...
@@ -37,7 +41,10 @@
...
@@ -37,7 +41,10 @@
<div
class=
"n-txt"
>
{{
$t
(
'about.project.itemText7'
)
}}
</div>
<div
class=
"n-txt"
>
{{
$t
(
'about.project.itemText7'
)
}}
</div>
</div>
</div>
<div
class=
"li w186"
>
<div
class=
"li w186"
>
<div
class=
"col-txt"
><span
class=
"unit3Text"
>
{{
$t
(
'about.project.unit3Text'
)
}}
</span><span>
{{
$t
(
'about.project.unit3'
)
}}
+
</span></div>
<div
class=
"col-txt"
>
<span
class=
"unit3Text"
>
{{
$t
(
'about.project.unit3Text'
)
}}
</span
><span>
{{
$t
(
'about.project.unit3'
)
}}
+
</span>
</div>
<div
class=
"n-txt"
>
{{
$t
(
'about.project.itemText8'
)
}}
</div>
<div
class=
"n-txt"
>
{{
$t
(
'about.project.itemText8'
)
}}
</div>
</div>
</div>
</div>
</div>
...
@@ -66,8 +73,7 @@
...
@@ -66,8 +73,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
components
:
{
components
:
{},
},
data
()
{
data
()
{
return
{
return
{
indexActive
:
0
indexActive
:
0
...
@@ -81,119 +87,119 @@ export default {
...
@@ -81,119 +87,119 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.intr-content-box
{
.intr-content-box
{
width
:
1000px
;
width
:
1000px
;
padding-bottom
:
100px
;
padding-bottom
:
100px
;
img
{
img
{
width
:
100%
;
width
:
100%
;
display
:
block
;
display
:
block
;
}
}
.text-content
{
.text-content
{
padding
:
50px
64px
81px
;
padding
:
50px
64px
81px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
background
:
#fff
;
background
:
#fff
;
.title
{
.title
{
font-size
:
22px
;
font-size
:
22px
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#424242
;
color
:
#424242
;
margin-bottom
:
15px
;
margin-bottom
:
15px
;
}
}
.text-intr
{
.text-intr
{
font-size
:
16px
;
font-size
:
16px
;
line-height
:
32px
;
line-height
:
32px
;
color
:
#424242
;
color
:
#424242
;
}
}
}
}
.garish-content
{
.garish-content
{
padding-top
:
66px
;
padding-top
:
66px
;
.flex-box
{
.flex-box
{
display
:
flex
;
display
:
flex
;
width
:
800px
;
width
:
800px
;
margin
:
0
auto
;
margin
:
0
auto
;
&
.mar-t-35
{
&
.mar-t-35
{
padding-top
:
35px
;
padding-top
:
35px
;
}
}
.li
{
.li
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-top
:
6px
;
padding-top
:
6px
;
// height: 70px;
// height: 70px;
border-right
:
1px
solid
#
C3C3C
3
;
border-right
:
1px
solid
#
c3c3c
3
;
&
:last-child
{
&
:last-child
{
border
:
none
;
border
:
none
;
}
}
.col-txt
{
.col-txt
{
font-size
:
36px
;
font-size
:
36px
;
font-weight
:
500
;
font-weight
:
500
;
line-height
:
30px
;
line-height
:
30px
;
color
:
#
AA
1941
;
color
:
#
aa
1941
;
text-align
:
center
;
text-align
:
center
;
.unit3Text
{
.unit3Text
{
font-size
:
36px
;
font-size
:
36px
;
}
}
span
{
span
{
font-size
:
24px
;
font-size
:
24px
;
}
}
}
}
.n-txt
{
.n-txt
{
font-size
:
16px
;
font-size
:
16px
;
font-family
:
auto
;
font-family
:
auto
;
// line-height: 34px;
// line-height: 34px;
text-align
:
center
;
text-align
:
center
;
color
:
#666666
;
color
:
#666666
;
}
}
&
.w184
{
&
.w184
{
width
:
184px
;
width
:
184px
;
}
}
&
.w180
{
&
.w180
{
width
:
180px
;
width
:
180px
;
}
}
&
.w249
{
&
.w249
{
width
:
249px
;
width
:
249px
;
}
}
&
.w186
{
&
.w186
{
width
:
186px
;
width
:
186px
;
}
}
&
.w188
{
&
.w188
{
width
:
188px
;
width
:
188px
;
}
}
}
}
}
}
}
}
.tab-content
{
.tab-content
{
padding-top
:
80px
;
padding-top
:
80px
;
.tab-nav
{
.tab-nav
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
.li
{
.li
{
width
:
280px
;
width
:
280px
;
height
:
150px
;
height
:
150px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-top
:
38px
;
padding-top
:
38px
;
background
:
#
FBFBFB
;
background
:
#
fbfbfb
;
// margin-right: 16px;
// margin-right: 16px;
cursor
:
pointer
;
cursor
:
pointer
;
&
.active
{
&
.active
{
background
:
#
FFFFFF
;
background
:
#
ffffff
;
box-shadow
:
0px
1px
25px
rgba
(
0
,
0
,
0
,
0
.06
);
box-shadow
:
0px
1px
25px
rgba
(
0
,
0
,
0
,
0
.06
);
position
:
relative
;
position
:
relative
;
&
:
:
after
{
&
:
:
after
{
content
:
''
;
content
:
''
;
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
left
:
0
;
left
:
0
;
width
:
100%
;
width
:
100%
;
height
:
8px
;
height
:
8px
;
background
:
#
AA
1941
;
background
:
#
aa
1941
;
}
}
}
}
.t1
{
.t1
{
text-align
:
center
;
text-align
:
center
;
line-height
:
100%
;
line-height
:
100%
;
font-size
:
24px
;
font-size
:
24px
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#
AA
1941
;
color
:
#
aa
1941
;
}
}
.t2
{
.t2
{
font-size
:
20px
;
font-size
:
20px
;
line-height
:
100%
;
line-height
:
100%
;
color
:
#424242
;
color
:
#424242
;
...
@@ -203,9 +209,9 @@ export default {
...
@@ -203,9 +209,9 @@ export default {
}
}
}
}
}
}
.tab-con
{
.tab-con
{
width
:
872px
;
width
:
872px
;
background
:
#
FFFFFF
;
background
:
#
ffffff
;
box-shadow
:
0px
1px
25px
rgba
(
0
,
0
,
0
,
0
.06
);
box-shadow
:
0px
1px
25px
rgba
(
0
,
0
,
0
,
0
.06
);
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
20px
48px
;
padding
:
20px
48px
;
...
@@ -215,28 +221,28 @@ export default {
...
@@ -215,28 +221,28 @@ export default {
font-weight
:
400
;
font-weight
:
400
;
line-height
:
40px
;
line-height
:
40px
;
color
:
#333333
;
color
:
#333333
;
::v-deep
{
::v-deep
{
span
{
span
{
color
:
rgba
(
170
,
25
,
65
,
1
);
color
:
rgba
(
170
,
25
,
65
,
1
);
font-size
:
28px
;
font-size
:
28px
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
}
}
&
.tab-con2
{
&
.tab-con2
{
&
:
:
after
{
&
:
:
after
{
top
:
-15px
;
top
:
-15px
;
left
:
50%
;
left
:
50%
;
transform
:
translateX
(
-50%
);
transform
:
translateX
(
-50%
);
}
}
}
}
&
.tab-con3
{
&
.tab-con3
{
&
:
:
after
{
&
:
:
after
{
top
:
-15px
;
top
:
-15px
;
left
:
auto
;
left
:
auto
;
right
:
140px
;
right
:
140px
;
}
}
}
}
&
:
:
after
{
&
:
:
after
{
content
:
''
;
content
:
''
;
position
:
absolute
;
position
:
absolute
;
top
:
-15px
;
top
:
-15px
;
...
...
components/about/newList.vue
浏览文件 @
7d821e7e
<
template
>
<
template
>
<div
class=
"news-content-box"
>
<div
class=
"news-content-box"
>
<img
<img
src=
"https://webapp-pub.ezijing.com/www/pc/news/news.png"
class=
"banner"
/>
src=
"https://zws-imgs-pub.ezijing.com/static/public/a72ef577c9bae694c6bfc33e5bfc93af.png"
alt=
""
class=
"banner"
/>
<ul
class=
"list-content"
>
<ul
class=
"list-content"
>
<template
v-for=
"(item, index) in listData"
>
<template
v-for=
"(item, index) in listData"
>
<li
:key=
"index"
>
<li
:key=
"index"
>
...
@@ -20,12 +16,7 @@
...
@@ -20,12 +16,7 @@
</
template
>
</
template
>
</ul>
</ul>
<div
class=
"pages-box"
>
<div
class=
"pages-box"
>
<el-pagination
<el-pagination
layout=
"prev, pager, next"
@
current-change=
"handleCurrentChange"
:page-size=
"limit"
:total=
"total"
>
layout=
"prev, pager, next"
@
current-change=
"handleCurrentChange"
:page-size=
"limit"
:total=
"total"
>
</el-pagination>
</el-pagination>
</div>
</div>
</div>
</div>
...
@@ -158,7 +149,7 @@ export default {
...
@@ -158,7 +149,7 @@ export default {
}
}
}
}
}
}
.pages-box
{
.pages-box
{
display
:
flex
;
display
:
flex
;
padding-bottom
:
50px
;
padding-bottom
:
50px
;
background
:
#fff
;
background
:
#fff
;
...
...
pages/about/lesson/index.vue
浏览文件 @
7d821e7e
...
@@ -2,11 +2,7 @@
...
@@ -2,11 +2,7 @@
<div
class=
"news-content"
>
<div
class=
"news-content"
>
<tab
/>
<tab
/>
<div
class=
"news-content-box"
>
<div
class=
"news-content-box"
>
<img
<img
src=
"https://webapp-pub.ezijing.com/www/pc/news/news.png"
alt=
""
class=
"banner"
/>
src=
"https://zws-imgs-pub.ezijing.com/static/public/a72ef577c9bae694c6bfc33e5bfc93af.png"
alt=
""
class=
"banner"
/>
<ul
class=
"list-content"
>
<ul
class=
"list-content"
>
<template
v-for=
"(item, index) in listData"
>
<template
v-for=
"(item, index) in listData"
>
<li
:key=
"index"
>
<li
:key=
"index"
>
...
@@ -82,7 +78,7 @@ export default {
...
@@ -82,7 +78,7 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.pages-box
{
.pages-box
{
display
:
flex
;
display
:
flex
;
padding-bottom
:
50px
;
padding-bottom
:
50px
;
background
:
#fff
;
background
:
#fff
;
...
...
pages/about/message/index.vue
浏览文件 @
7d821e7e
...
@@ -2,11 +2,7 @@
...
@@ -2,11 +2,7 @@
<div
class=
"news-content"
>
<div
class=
"news-content"
>
<tab
/>
<tab
/>
<div
class=
"news-content-box"
>
<div
class=
"news-content-box"
>
<img
<img
src=
"https://webapp-pub.ezijing.com/www/pc/news/news.png"
alt=
""
class=
"banner"
/>
src=
"https://zws-imgs-pub.ezijing.com/static/public/a72ef577c9bae694c6bfc33e5bfc93af.png"
alt=
""
class=
"banner"
/>
<ul
class=
"list-content"
>
<ul
class=
"list-content"
>
<template
v-for=
"(item, index) in listData"
>
<template
v-for=
"(item, index) in listData"
>
<li
:key=
"index"
>
<li
:key=
"index"
>
...
@@ -82,7 +78,7 @@ export default {
...
@@ -82,7 +78,7 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.pages-box
{
.pages-box
{
display
:
flex
;
display
:
flex
;
padding-bottom
:
50px
;
padding-bottom
:
50px
;
background
:
#fff
;
background
:
#fff
;
...
...
pages/alumnus/story/index.vue
浏览文件 @
7d821e7e
...
@@ -2,11 +2,7 @@
...
@@ -2,11 +2,7 @@
<div
class=
"news-content"
>
<div
class=
"news-content"
>
<tab
/>
<tab
/>
<div
class=
"news-content-box"
>
<div
class=
"news-content-box"
>
<img
<img
src=
"https://webapp-pub.ezijing.com/www/pc/news/news.png"
alt=
""
class=
"banner"
/>
src=
"https://zws-imgs-pub.ezijing.com/static/public/a72ef577c9bae694c6bfc33e5bfc93af.png"
alt=
""
class=
"banner"
/>
<ul
class=
"list-content"
>
<ul
class=
"list-content"
>
<template
v-for=
"(item, index) in listData"
>
<template
v-for=
"(item, index) in listData"
>
<li
:key=
"index"
>
<li
:key=
"index"
>
...
@@ -82,7 +78,7 @@ export default {
...
@@ -82,7 +78,7 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.pages-box
{
.pages-box
{
display
:
flex
;
display
:
flex
;
padding-bottom
:
50px
;
padding-bottom
:
50px
;
background
:
#fff
;
background
:
#fff
;
...
...
pages/services/major.vue
浏览文件 @
7d821e7e
...
@@ -9,15 +9,17 @@
...
@@ -9,15 +9,17 @@
<img
<img
:src=
"
:src=
"
isEn
isEn
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page1_01.png'
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page1_01
1
.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page1_01.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page1_01
1
.png'
"
"
class=
"banner"
class=
"banner"
/>
/>
<div
class=
"content-mian"
>
<div
class=
"content-mian"
>
<div
class=
"module-title"
>
{{
isEn
?
'培养目标'
:
'培养目标'
}}
</div>
<div
class=
"module-title"
>
{{
isEn
?
'培养目标'
:
'培养目标'
}}
</div>
<p
style=
"font-size:16px;line-height: 32px;color: #424242;margin:10px 0 30px;"
>
聚焦金融科技人才复合型、创新型与国际化,通过学科交叉设置,打造全新课程体系,学生通过学习金融数字化,掌握量化金融、金融风险管理、大数据、机器学习、深度学习等领域技术核心原理方法及应用,深刻理解金融科技应用场景,具备数字化和智能化项目解决架构和实施管理能力,培养企业数字化转型和金融科技应用的中坚力量和具备国际竞争的金融科技应用创新型人才。
</p>
<p
style=
"font-size:16px;line-height: 32px;color: #424242;margin:10px 0 30px;"
>
<div
class=
"module-title"
>
{{
isEn
?
'对应专业'
:
'对应专业'
}}
</div>
聚焦金融科技人才复合型、创新型与国际化,通过学科交叉设置,打造全新课程体系,学生通过学习金融数字化,掌握量化金融、金融风险管理、大数据、机器学习、深度学习等领域技术核心原理方法及应用,深刻理解金融科技应用场景,具备数字化和智能化项目解决架构和实施管理能力,培养企业数字化转型和金融科技应用的中坚力量和具备国际竞争的金融科技应用创新型人才。
</p>
<div
class=
"module-title"
>
{{
isEn
?
'对应专业'
:
'对应专业'
}}
</div>
<img
<img
:src=
"
:src=
"
isEn
isEn
...
@@ -26,7 +28,7 @@
...
@@ -26,7 +28,7 @@
"
"
style=
"margin:15px 20px 25px;"
style=
"margin:15px 20px 25px;"
/>
/>
<div
class=
"module-title"
>
{{
isEn
?
'课程设置'
:
'课程设置'
}}
</div>
<div
class=
"module-title"
>
{{
isEn
?
'课程设置'
:
'课程设置'
}}
</div>
<img
<img
:src=
"
:src=
"
isEn
isEn
...
@@ -42,12 +44,12 @@
...
@@ -42,12 +44,12 @@
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page1_04.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page1_04.png'
"
"
/>
/>
<div
class=
"module-title"
>
{{
isEn
?
'就业岗位'
:
'就业岗位'
}}
</div>
<div
class=
"module-title"
>
{{
isEn
?
'就业岗位'
:
'就业岗位'
}}
</div>
<img
<img
:src=
"
:src=
"
isEn
isEn
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page1_05.png'
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page1_05
1
.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page1_05.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page1_05
1
.png'
"
"
/>
/>
</div>
</div>
...
@@ -64,7 +66,7 @@
...
@@ -64,7 +66,7 @@
class=
"banner"
class=
"banner"
/>
/>
<div
class=
"content-mian"
>
<div
class=
"content-mian"
>
<div
class=
"module-title"
>
{{
isEn
?
'培养目标'
:
'培养目标'
}}
</div>
<div
class=
"module-title"
>
{{
isEn
?
'培养目标'
:
'培养目标'
}}
</div>
<!--
<div
class=
"cart-txt"
>
<!--
<div
class=
"cart-txt"
>
<div>
<div>
<h5>
{{
isEn
?
'初级'
:
'初级'
}}
</h5>
<h5>
{{
isEn
?
'初级'
:
'初级'
}}
</h5>
...
@@ -101,8 +103,8 @@
...
@@ -101,8 +103,8 @@
<img
<img
:src=
"
:src=
"
isEn
isEn
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page2_03.png'
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page2_03
1
.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page2_03.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page2_03
1
.png'
"
"
/>
/>
<img
<img
...
@@ -119,18 +121,16 @@
...
@@ -119,18 +121,16 @@
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page2_05.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page2_05.png'
"
"
/>
/>
<div
class=
"module-title"
>
{{
isEn
?
'就业岗位'
:
'就业岗位'
}}
</div>
<div
class=
"module-title"
>
{{
isEn
?
'就业岗位'
:
'就业岗位'
}}
</div>
<div
class=
"module-sub-title"
style=
"margin-bottom:20px;"
>
<div
class=
"module-sub-title"
style=
"margin-bottom:20px;"
>
<span>
{{
isEn
?
'就业行业'
:
'就业行业'
}}
</span>
<span>
{{
isEn
?
'就业行业'
:
'就业行业'
}}
</span>
</div>
</div>
<ul
class=
"cart-img"
>
<ul
class=
"cart-img"
>
<li>
<li>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_01.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_01.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'新型互联网行业'
:
'新型互联网行业'
}}
isEn
?
'新型互联网行业'
:
'新型互联网行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -138,9 +138,7 @@
...
@@ -138,9 +138,7 @@
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_02.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_02.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'汽车行业'
:
'汽车行业'
}}
isEn
?
'汽车行业'
:
'汽车行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -148,9 +146,7 @@
...
@@ -148,9 +146,7 @@
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_03.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_03.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'房地产行业'
:
'房地产行业'
}}
isEn
?
'房地产行业'
:
'房地产行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -158,9 +154,7 @@
...
@@ -158,9 +154,7 @@
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_04.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_04.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'教育行业'
:
'教育行业'
}}
isEn
?
'教育行业'
:
'教育行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -168,9 +162,7 @@
...
@@ -168,9 +162,7 @@
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_05.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_05.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'美妆行业'
:
'美妆行业'
}}
isEn
?
'美妆行业'
:
'美妆行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -178,9 +170,7 @@
...
@@ -178,9 +170,7 @@
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_06.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_06.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'金融行业'
:
'金融行业'
}}
isEn
?
'金融行业'
:
'金融行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -188,9 +178,7 @@
...
@@ -188,9 +178,7 @@
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_07.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_07.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'新媒体行业'
:
'新媒体行业'
}}
isEn
?
'新媒体行业'
:
'新媒体行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -198,9 +186,7 @@
...
@@ -198,9 +186,7 @@
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_08.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page2_card_08.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'咨询服务行业'
:
'咨询服务行业'
}}
isEn
?
'咨询服务行业'
:
'咨询服务行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -209,34 +195,34 @@
...
@@ -209,34 +195,34 @@
</li>
</li>
</ul>
</ul>
<div
class=
"module-sub-title"
>
<div
class=
"module-sub-title"
>
<span>
{{
isEn
?
'就业岗位'
:
'就业岗位'
}}
</span>
<span>
{{
isEn
?
'就业岗位'
:
'就业岗位'
}}
</span>
</div>
</div>
<div
class=
"cart-txt"
>
<div
class=
"cart-txt"
>
<div>
<div>
<h5>
{{
isEn
?
'品牌及数字化营销'
:
'品牌及数字化营销'
}}
</h5>
<h5>
{{
isEn
?
'品牌及数字化营销'
:
'品牌及数字化营销'
}}
</h5>
<p>
{{
isEn
?
'品牌管理经理'
:
'品牌管理经理'
}}
</p>
<p>
{{
isEn
?
'品牌管理经理'
:
'品牌管理经理'
}}
</p>
<p>
{{
isEn
?
'品牌公关经理'
:
'品牌公关经理'
}}
</p>
<p>
{{
isEn
?
'品牌公关经理'
:
'品牌公关经理'
}}
</p>
<p>
{{
isEn
?
'品牌投放经理'
:
'产品理解能力'
}}
</p>
<p>
{{
isEn
?
'品牌投放经理'
:
'产品理解能力'
}}
</p>
<p>
{{
isEn
?
'品牌传播策略经理'
:
'品牌传播策略经理'
}}
</p>
<p>
{{
isEn
?
'品牌传播策略经理'
:
'品牌传播策略经理'
}}
</p>
<p>
{{
isEn
?
'数字营销平台项目经理'
:
'数字营销平台项目经理'
}}
</p>
<p>
{{
isEn
?
'数字营销平台项目经理'
:
'数字营销平台项目经理'
}}
</p>
<p>
{{
isEn
?
'营销策划师'
:
'营销策划师'
}}
</p>
<p>
{{
isEn
?
'营销策划师'
:
'营销策划师'
}}
</p>
</div>
</div>
<div>
<div>
<h5>
{{
isEn
?
'市场客户关系管理'
:
'市场客户关系管理'
}}
</h5>
<h5>
{{
isEn
?
'市场客户关系管理'
:
'市场客户关系管理'
}}
</h5>
<p>
{{
isEn
?
'市场营销经理'
:
'市场营销经理'
}}
</p>
<p>
{{
isEn
?
'市场营销经理'
:
'市场营销经理'
}}
</p>
<p>
{{
isEn
?
'新媒体营销经理'
:
'新媒体营销经理'
}}
</p>
<p>
{{
isEn
?
'新媒体营销经理'
:
'新媒体营销经理'
}}
</p>
<p>
{{
isEn
?
'客户数据库管理员'
:
'客户数据库管理员'
}}
</p>
<p>
{{
isEn
?
'客户数据库管理员'
:
'客户数据库管理员'
}}
</p>
<p>
{{
isEn
?
'客户体验设计师'
:
'客户体验设计师'
}}
</p>
<p>
{{
isEn
?
'客户体验设计师'
:
'客户体验设计师'
}}
</p>
<p>
{{
isEn
?
'客户经理'
:
'客户经理 '
}}
</p>
<p>
{{
isEn
?
'客户经理'
:
'客户经理 '
}}
</p>
</div>
</div>
<div>
<div>
<h5>
{{
isEn
?
'视觉表现与制作'
:
'视觉表现与制作'
}}
</h5>
<h5>
{{
isEn
?
'视觉表现与制作'
:
'视觉表现与制作'
}}
</h5>
<p>
{{
isEn
?
'摄影、摄像师'
:
'摄影、摄像师'
}}
</p>
<p>
{{
isEn
?
'摄影、摄像师'
:
'摄影、摄像师'
}}
</p>
<p>
{{
isEn
?
'后期编辑工程师'
:
'后期编辑工程师'
}}
</p>
<p>
{{
isEn
?
'后期编辑工程师'
:
'后期编辑工程师'
}}
</p>
<p>
{{
isEn
?
'交互设计与制作'
:
'交互设计与制作'
}}
</p>
<p>
{{
isEn
?
'交互设计与制作'
:
'交互设计与制作'
}}
</p>
<p>
{{
isEn
?
'新媒体运营制作'
:
'新媒体运营制作'
}}
</p>
<p>
{{
isEn
?
'新媒体运营制作'
:
'新媒体运营制作'
}}
</p>
<p>
{{
isEn
?
'短视频编导制作'
:
'短视频编导制作'
}}
</p>
<p>
{{
isEn
?
'短视频编导制作'
:
'短视频编导制作'
}}
</p>
<p>
{{
isEn
?
'直播电商运营'
:
'直播电商运营'
}}
</p>
<p>
{{
isEn
?
'直播电商运营'
:
'直播电商运营'
}}
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -247,32 +233,32 @@
...
@@ -247,32 +233,32 @@
<img
<img
:src=
"
:src=
"
isEn
isEn
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page3_0.png'
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page3_0
0
.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page3_0.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page3_0
0
.png'
"
"
class=
"banner"
class=
"banner"
/>
/>
<div
class=
"content-mian"
>
<div
class=
"content-mian"
>
<div
class=
"module-title"
>
{{
isEn
?
'培养目标'
:
'培养目标'
}}
</div>
<div
class=
"module-title"
>
{{
isEn
?
'培养目标'
:
'培养目标'
}}
</div>
<div
style=
"color:#A81840;font-size:20px;margin-top:15px;"
>
企业信息决策
</div>
<div
style=
"color:#A81840;font-size:20px;margin-top:15px;"
>
企业信息决策
</div>
<div
class=
"cart-txt"
>
<div
class=
"cart-txt"
>
<div>
<div>
<h5>
{{
isEn
?
'理解企业数据'
:
'理解企业数据'
}}
</h5>
<h5>
{{
isEn
?
'理解企业数据'
:
'理解企业数据'
}}
</h5>
<p
class=
"bold"
>
{{
isEn
?
'基础知识培养'
:
'基础知识培养'
}}
</p>
<p
class=
"bold"
>
{{
isEn
?
'基础知识培养'
:
'基础知识培养'
}}
</p>
<p>
{{
isEn
?
'商业经济与运行管理知识'
:
'商业经济与运行管理知识'
}}
</p>
<p>
{{
isEn
?
'商业经济与运行管理知识'
:
'商业经济与运行管理知识'
}}
</p>
<p>
{{
isEn
?
'数理统计等数学思维'
:
'数理统计等数学思维'
}}
</p>
<p>
{{
isEn
?
'数理统计等数学思维'
:
'数理统计等数学思维'
}}
</p>
</div>
</div>
<div>
<div>
<h5>
{{
isEn
?
'发现业务问题'
:
'发现业务问题'
}}
</h5>
<h5>
{{
isEn
?
'发现业务问题'
:
'发现业务问题'
}}
</h5>
<p
class=
"bold"
>
{{
isEn
?
'大数据分析平台工具使用'
:
'大数据分析平台工具使用'
}}
</p>
<p
class=
"bold"
>
{{
isEn
?
'大数据分析平台工具使用'
:
'大数据分析平台工具使用'
}}
</p>
</div>
</div>
<div>
<div>
<h5>
{{
isEn
?
'开发预测模型'
:
'开发预测模型'
}}
</h5>
<h5>
{{
isEn
?
'开发预测模型'
:
'开发预测模型'
}}
</h5>
<p
class=
"bold"
>
{{
isEn
?
'核心技术方法培养'
:
'核心技术方法培养'
}}
</p>
<p
class=
"bold"
>
{{
isEn
?
'核心技术方法培养'
:
'核心技术方法培养'
}}
</p>
<p>
{{
isEn
?
'数据收集'
:
'数据收集'
}}
</p>
<p>
{{
isEn
?
'数据收集'
:
'数据收集'
}}
</p>
<p>
{{
isEn
?
'数据处理'
:
'数据处理'
}}
</p>
<p>
{{
isEn
?
'数据处理'
:
'数据处理'
}}
</p>
<p>
{{
isEn
?
'数据可视化'
:
'数据可视化'
}}
</p>
<p>
{{
isEn
?
'数据可视化'
:
'数据可视化'
}}
</p>
<p>
{{
isEn
?
'预测建模'
:
'预测建模'
}}
</p>
<p>
{{
isEn
?
'预测建模'
:
'预测建模'
}}
</p>
</div>
</div>
</div>
</div>
<img
<img
...
@@ -286,8 +272,8 @@
...
@@ -286,8 +272,8 @@
<img
<img
:src=
"
:src=
"
isEn
isEn
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page3_02.png'
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page3_02
1
.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page3_02.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page3_02
1
.png'
"
"
/>
/>
<img
<img
...
@@ -304,18 +290,16 @@
...
@@ -304,18 +290,16 @@
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page3_04.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page3_04.png'
"
"
/>
/>
<div
class=
"module-title"
>
{{
isEn
?
'就业岗位'
:
'就业岗位'
}}
</div>
<div
class=
"module-title"
>
{{
isEn
?
'就业岗位'
:
'就业岗位'
}}
</div>
<div
class=
"module-sub-title"
style=
"margin-bottom:20px;"
>
<div
class=
"module-sub-title"
style=
"margin-bottom:20px;"
>
<span>
{{
isEn
?
'就业行业'
:
'就业行业'
}}
</span>
<span>
{{
isEn
?
'就业行业'
:
'就业行业'
}}
</span>
</div>
</div>
<ul
class=
"cart-img col-4"
style=
"margin-bottom:48px;"
>
<ul
class=
"cart-img col-4"
style=
"margin-bottom:48px;"
>
<li>
<li>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page3_card_01.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page3_card_01.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'新型互联网行业'
:
'新型互联网行业'
}}
isEn
?
'新型互联网行业'
:
'新型互联网行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -323,9 +307,7 @@
...
@@ -323,9 +307,7 @@
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page3_card_02.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page3_card_02.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'能源行业'
:
'能源行业'
}}
isEn
?
'能源行业'
:
'能源行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -333,9 +315,7 @@
...
@@ -333,9 +315,7 @@
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page3_card_03.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page3_card_03.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'制造行业'
:
'制造行业'
}}
isEn
?
'制造行业'
:
'制造行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -343,9 +323,7 @@
...
@@ -343,9 +323,7 @@
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page3_card_04.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page3_card_04.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'医疗行业'
:
'医疗行业'
}}
isEn
?
'医疗行业'
:
'医疗行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -353,9 +331,7 @@
...
@@ -353,9 +331,7 @@
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page3_card_05.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page3_card_05.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'快消零售行业'
:
'快消零售行业'
}}
isEn
?
'快消零售行业'
:
'快消零售行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -363,9 +339,7 @@
...
@@ -363,9 +339,7 @@
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page3_card_06.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page3_card_06.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'咨询服务行业'
:
'咨询服务行业'
}}
isEn
?
'咨询服务行业'
:
'咨询服务行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -373,9 +347,7 @@
...
@@ -373,9 +347,7 @@
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page3_card_07.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page3_card_07.png"
alt=
""
/>
<div
class=
"txt"
>
<div
class=
"txt"
>
<div
class=
"name"
>
<div
class=
"name"
>
{{
{{
isEn
?
'金融行业'
:
'金融行业'
}}
isEn
?
'金融行业'
:
'金融行业'
}}
</div>
</div>
</div>
</div>
</li>
</li>
...
@@ -398,8 +370,8 @@
...
@@ -398,8 +370,8 @@
<img
<img
:src=
"
:src=
"
isEn
isEn
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page4_01.png'
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page4_01
1
.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page4_01.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page4_01
1
.png'
"
"
class=
"banner"
class=
"banner"
/>
/>
...
@@ -407,8 +379,8 @@
...
@@ -407,8 +379,8 @@
<img
<img
:src=
"
:src=
"
isEn
isEn
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page4_02.png'
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page4_02
1
.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page4_02.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page4_02
1
.png'
"
"
/>
/>
<img
<img
...
@@ -442,8 +414,8 @@
...
@@ -442,8 +414,8 @@
<img
<img
:src=
"
:src=
"
isEn
isEn
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page5_02.png'
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page5_02
1
.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page5_02.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page5_02
1
.png'
"
"
/>
/>
<img
<img
...
@@ -453,30 +425,30 @@
...
@@ -453,30 +425,30 @@
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page5_03.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page5_03.png'
"
"
/>
/>
<div
class=
"module-title"
>
{{
isEn
?
'就业岗位'
:
'就业岗位'
}}
</div>
<div
class=
"module-title"
>
{{
isEn
?
'就业岗位'
:
'就业岗位'
}}
</div>
<p>
就业方向和岗位:主要面向电子商务公司、传统企业数字化转型公司及企事业单位从事数字运营岗、数据管理岗
</p>
<p>
就业方向和岗位:主要面向电子商务公司、传统企业数字化转型公司及企事业单位从事数字运营岗、数据管理岗
</p>
<div
class=
"cart-txt"
>
<div
class=
"cart-txt"
>
<div>
<div>
<h5>
{{
isEn
?
'高级岗位'
:
'高级岗位'
}}
</h5>
<h5>
{{
isEn
?
'高级岗位'
:
'高级岗位'
}}
</h5>
<p>
{{
isEn
?
'数字运营总监'
:
'数字运营总监'
}}
</p>
<p>
{{
isEn
?
'数字运营总监'
:
'数字运营总监'
}}
</p>
<p>
{{
isEn
?
'数字运营数据专家'
:
'数字运营数据专家'
}}
</p>
<p>
{{
isEn
?
'数字运营数据专家'
:
'数字运营数据专家'
}}
</p>
<p>
{{
isEn
?
'数字运营营销总监'
:
'数字运营营销总监'
}}
</p>
<p>
{{
isEn
?
'数字运营营销总监'
:
'数字运营营销总监'
}}
</p>
<p>
{{
isEn
?
'数字运营项目总监'
:
'数字运营项目总监'
}}
</p>
<p>
{{
isEn
?
'数字运营项目总监'
:
'数字运营项目总监'
}}
</p>
</div>
</div>
<div>
<div>
<h5>
{{
isEn
?
'中级岗位'
:
'中级岗位'
}}
</h5>
<h5>
{{
isEn
?
'中级岗位'
:
'中级岗位'
}}
</h5>
<p>
{{
isEn
?
'数字运营经理'
:
'数字运营经理'
}}
</p>
<p>
{{
isEn
?
'数字运营经理'
:
'数字运营经理'
}}
</p>
<p>
{{
isEn
?
'数字运营数据经理'
:
'数字运营数据经理'
}}
</p>
<p>
{{
isEn
?
'数字运营数据经理'
:
'数字运营数据经理'
}}
</p>
<p>
{{
isEn
?
'数字运营营销经理'
:
'数字运营营销经理'
}}
</p>
<p>
{{
isEn
?
'数字运营营销经理'
:
'数字运营营销经理'
}}
</p>
<p>
{{
isEn
?
'数字运营项目经理'
:
'数字运营项目经理'
}}
</p>
<p>
{{
isEn
?
'数字运营项目经理'
:
'数字运营项目经理'
}}
</p>
</div>
</div>
<div>
<div>
<h5>
{{
isEn
?
'初级岗位'
:
'初级岗位'
}}
</h5>
<h5>
{{
isEn
?
'初级岗位'
:
'初级岗位'
}}
</h5>
<p>
{{
isEn
?
'数字商家运营专员'
:
'数字商家运营专员'
}}
</p>
<p>
{{
isEn
?
'数字商家运营专员'
:
'数字商家运营专员'
}}
</p>
<p>
{{
isEn
?
'数字用户运营专员'
:
'数字用户运营专员'
}}
</p>
<p>
{{
isEn
?
'数字用户运营专员'
:
'数字用户运营专员'
}}
</p>
<p>
{{
isEn
?
'商务数据分析专员'
:
'商务数据分析专员'
}}
</p>
<p>
{{
isEn
?
'商务数据分析专员'
:
'商务数据分析专员'
}}
</p>
<p>
{{
isEn
?
'数字营销专员'
:
'数字营销专员'
}}
</p>
<p>
{{
isEn
?
'数字营销专员'
:
'数字营销专员'
}}
</p>
<p>
{{
isEn
?
'数字项目专员'
:
'数字项目专员'
}}
</p>
<p>
{{
isEn
?
'数字项目专员'
:
'数字项目专员'
}}
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -487,8 +459,8 @@
...
@@ -487,8 +459,8 @@
<img
<img
:src=
"
:src=
"
isEn
isEn
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page6_01.png'
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page6_01
1
.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page6_01.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page6_01
1
.png'
"
"
class=
"banner"
class=
"banner"
/>
/>
...
@@ -500,11 +472,20 @@
...
@@ -500,11 +472,20 @@
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page6_02.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page6_02.png'
"
"
/>
/>
<div
class=
"module-title"
>
{{
isEn
?
'专业分类'
:
'专业分类'
}}
</div>
<div
class=
"module-title"
>
{{
isEn
?
'专业分类'
:
'专业分类'
}}
</div>
<div
class=
"tabs"
>
<div
class=
"tabs"
>
<div
:class=
"
{item: true, active: module6TabActive === index, isHover: module6TabHoverIndex === index}" v-for="(item, index) in module6TabList" :key="index" @click="module6TabActive = index" @mouseenter="module6TabHoverIndex = index" @mouseleave="module6TabHoverIndex = -1">
<div
<img
:src=
"module6TabActive === index || module6TabHoverIndex === index ? item.active_icon : item.icon"
>
:class=
"
{ item: true, active: module6TabActive === index, isHover: module6TabHoverIndex === index }"
<p>
{{
item
.
text
}}
</p>
v-for="(item, index) in module6TabList"
:key="index"
@click="module6TabActive = index"
@mouseenter="module6TabHoverIndex = index"
@mouseleave="module6TabHoverIndex = -1"
>
<img
:src=
"module6TabActive === index || module6TabHoverIndex === index ? item.active_icon : item.icon"
/>
<p>
{{
item
.
text
}}
</p>
</div>
</div>
</div>
</div>
<div
v-show=
"module6TabActive === 0"
>
<div
v-show=
"module6TabActive === 0"
>
...
@@ -537,100 +518,125 @@
...
@@ -537,100 +518,125 @@
/>
/>
<div>
<div>
<h5>
人才培养方向
</h5>
<h5>
人才培养方向
</h5>
<p>
大数据技术生态系统解析,科技创新前沿实践
<br>
创新思维 + 应用场景 + 实践应用,多维度培养数据技术人才
</p>
<p>
大数据技术生态系统解析,科技创新前沿实践
<br
/>
创新思维 + 应用场景 +
实践应用,多维度培养数据技术人才
</p>
</div>
</div>
</div>
</div>
<div
class=
"module-title"
style=
"margin-top:30px;"
>
{{
isEn
?
'就业行业'
:
'就业行业'
}}
</div>
<div
class=
"module-title"
style=
"margin-top:30px;"
>
{{
isEn
?
'就业行业'
:
'就业行业'
}}
</div>
<div
class=
"swiper-content"
>
<div
class=
"swiper-content"
>
<div
v-swiper:mySwiper=
"swiperOption"
>
<div
v-swiper:mySwiper=
"swiperOption"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon01.png"
>
<img
<span>
{{
isEn
?
'医学类'
:
'医学类'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon01.png"
/>
<span>
{{
isEn
?
'医学类'
:
'医学类'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_02.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_02.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon02.png"
>
<img
<span>
{{
isEn
?
'生物行业'
:
'生物行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon02.png"
/>
<span>
{{
isEn
?
'生物行业'
:
'生物行业'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_03.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_03.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon03.png"
>
<img
<span>
{{
isEn
?
'金融行业'
:
'金融行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon03.png"
/>
<span>
{{
isEn
?
'金融行业'
:
'金融行业'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_04.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_04.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon04.png"
>
<img
<span>
{{
isEn
?
'零售行业'
:
'零售行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon04.png"
/>
<span>
{{
isEn
?
'零售行业'
:
'零售行业'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon05.png"
>
<img
<span>
{{
isEn
?
'电商行业'
:
'电商行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon05.png"
/>
<span>
{{
isEn
?
'电商行业'
:
'电商行业'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_02.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_02.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon06.png"
>
<img
<span>
{{
isEn
?
'农牧行业'
:
'农牧行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon06.png"
/>
<span>
{{
isEn
?
'农牧行业'
:
'农牧行业'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_03.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_03.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon07.png"
>
<img
<span>
{{
isEn
?
'交通行业'
:
'交通行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon07.png"
/>
<span>
{{
isEn
?
'交通行业'
:
'交通行业'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_04.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_04.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon08.png"
>
<img
<span>
{{
isEn
?
'教育行业'
:
'教育行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon08.png"
/>
<span>
{{
isEn
?
'教育行业'
:
'教育行业'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon09.png"
>
<img
<span>
{{
isEn
?
'体育行业'
:
'体育行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon09.png"
/>
<span>
{{
isEn
?
'体育行业'
:
'体育行业'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_02.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_02.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon10.png"
>
<img
<span>
{{
isEn
?
'食品行业'
:
'食品行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon10.png"
/>
<span>
{{
isEn
?
'食品行业'
:
'食品行业'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_03.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_03.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon11.png"
>
<img
<span>
{{
isEn
?
'政府行业'
:
'政府行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab2_swiper_icon11.png"
/>
<span>
{{
isEn
?
'政府行业'
:
'政府行业'
}}
</span>
</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"swiper-btn swiper-button-prev"
>
<div
class=
"swiper-btn swiper-button-prev"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-prev-btn.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-prev-btn.png"
/
>
</div>
</div>
<div
class=
"swiper-btn swiper-button-next"
>
<div
class=
"swiper-btn swiper-button-next"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-next-btn.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-next-btn.png"
/
>
</div>
</div>
</div>
</div>
<div
class=
"module-title"
style=
"margin-top:30px;"
>
{{
isEn
?
'广泛需求岗位'
:
'广泛需求岗位'
}}
</div>
<div
class=
"module-title"
style=
"margin-top:30px;"
>
{{
isEn
?
'广泛需求岗位'
:
'广泛需求岗位'
}}
</div>
<img
<img
:src=
"
:src=
"
isEn
isEn
...
@@ -650,58 +656,58 @@
...
@@ -650,58 +656,58 @@
/>
/>
<div>
<div>
<h5>
人才培养方向
</h5>
<h5>
人才培养方向
</h5>
<p>
复合 + 创新 + 可持续发展
<br>
赋能未来,夯实云计算人才培养
</p>
<p>
复合 + 创新 + 可持续发展
<br
/
>
赋能未来,夯实云计算人才培养
</p>
</div>
</div>
</div>
</div>
<div
class=
"module-title"
style=
"margin-top:30px;"
>
{{
isEn
?
'就业行业'
:
'就业行业'
}}
</div>
<div
class=
"module-title"
style=
"margin-top:30px;"
>
{{
isEn
?
'就业行业'
:
'就业行业'
}}
</div>
<div
class=
"swiper-content"
>
<div
class=
"swiper-content"
>
<div
v-swiper:mySwiper=
"swiperOption"
>
<div
v-swiper:mySwiper=
"swiperOption"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_01.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_01.png"
/
>
<span>
{{
isEn
?
'政务云'
:
'政务云'
}}
</span>
<span>
{{
isEn
?
'政务云'
:
'政务云'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_02.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_02.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_02.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_02.png"
/
>
<span>
{{
isEn
?
'城市云'
:
'城市云'
}}
</span>
<span>
{{
isEn
?
'城市云'
:
'城市云'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_03.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_03.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_03.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_03.png"
/
>
<span>
{{
isEn
?
'教育云'
:
'教育云'
}}
</span>
<span>
{{
isEn
?
'教育云'
:
'教育云'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_04.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_04.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_04.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_04.png"
/
>
<span>
{{
isEn
?
'医疗云'
:
'医疗云'
}}
</span>
<span>
{{
isEn
?
'医疗云'
:
'医疗云'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_05.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_05.png"
/
>
<span>
{{
isEn
?
'工业云'
:
'工业云'
}}
</span>
<span>
{{
isEn
?
'工业云'
:
'工业云'
}}
</span>
</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"swiper-btn swiper-button-prev"
>
<div
class=
"swiper-btn swiper-button-prev"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-prev-btn.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-prev-btn.png"
/
>
</div>
</div>
<div
class=
"swiper-btn swiper-button-next"
>
<div
class=
"swiper-btn swiper-button-next"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-next-btn.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-next-btn.png"
/
>
</div>
</div>
</div>
</div>
<div
class=
"module-title"
style=
"margin-top:30px;"
>
{{
isEn
?
'广泛需求岗位'
:
'广泛需求岗位'
}}
</div>
<div
class=
"module-title"
style=
"margin-top:30px;"
>
{{
isEn
?
'广泛需求岗位'
:
'广泛需求岗位'
}}
</div>
<img
<img
:src=
"
:src=
"
isEn
isEn
...
@@ -721,69 +727,83 @@
...
@@ -721,69 +727,83 @@
/>
/>
<div>
<div>
<h5>
人才培养方向
</h5>
<h5>
人才培养方向
</h5>
<p>
复合 + 国际 + 创新
<br>
加快网络安全人才培养,打造人才培养“新样板”
</p>
<p>
复合 + 国际 + 创新
<br
/
>
加快网络安全人才培养,打造人才培养“新样板”
</p>
</div>
</div>
</div>
</div>
<div
class=
"module-title"
style=
"margin-top:30px;"
>
{{
isEn
?
'就业行业'
:
'就业行业'
}}
</div>
<div
class=
"module-title"
style=
"margin-top:30px;"
>
{{
isEn
?
'就业行业'
:
'就业行业'
}}
</div>
<div
class=
"swiper-content"
>
<div
class=
"swiper-content"
>
<div
v-swiper:mySwiper=
"swiperOption"
>
<div
v-swiper:mySwiper=
"swiperOption"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab4_swiper_icon01.png"
>
<img
<span>
{{
isEn
?
'IT/互联网行业'
:
'IT/互联网行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab4_swiper_icon01.png"
/>
<span>
{{
isEn
?
'IT/互联网行业'
:
'IT/互联网行业'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_02.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_02.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab4_swiper_icon02.png"
>
<img
<span>
{{
isEn
?
'通信/电子行业'
:
'通信/电子行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab4_swiper_icon02.png"
/>
<span>
{{
isEn
?
'通信/电子行业'
:
'通信/电子行业'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_03.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_03.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab4_swiper_icon03.png"
>
<img
<span>
{{
isEn
?
'制造行业'
:
'制造行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab4_swiper_icon03.png"
/>
<span>
{{
isEn
?
'制造行业'
:
'制造行业'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_04.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_04.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab4_swiper_icon04.png"
>
<img
<span>
{{
isEn
?
'政府机关'
:
'政府机关'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab4_swiper_icon04.png"
/>
<span>
{{
isEn
?
'政府机关'
:
'政府机关'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab4_swiper_icon05.png"
>
<img
<span>
{{
isEn
?
'建筑房地产业'
:
'建筑房地产业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab4_swiper_icon05.png"
/>
<span>
{{
isEn
?
'建筑房地产业'
:
'建筑房地产业'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_02.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_02.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab4_swiper_icon06.png"
>
<img
<span>
{{
isEn
?
'咨询服务行业'
:
'咨询服务行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab4_swiper_icon06.png"
/>
<span>
{{
isEn
?
'咨询服务行业'
:
'咨询服务行业'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_03.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_03.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab4_swiper_icon07.png"
>
<img
<span>
{{
isEn
?
'金融行业'
:
'金融行业'
}}
</span>
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page6_tab4_swiper_icon07.png"
/>
<span>
{{
isEn
?
'金融行业'
:
'金融行业'
}}
</span>
</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"swiper-btn swiper-button-prev"
>
<div
class=
"swiper-btn swiper-button-prev"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-prev-btn.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-prev-btn.png"
/
>
</div>
</div>
<div
class=
"swiper-btn swiper-button-next"
>
<div
class=
"swiper-btn swiper-button-next"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-next-btn.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-next-btn.png"
/
>
</div>
</div>
</div>
</div>
<img
<img
...
@@ -803,8 +823,8 @@
...
@@ -803,8 +823,8 @@
<img
<img
:src=
"
:src=
"
isEn
isEn
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page7_01.png'
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page7_01
1
.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page7_01.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page7_01
1
.png'
"
"
class=
"banner"
class=
"banner"
/>
/>
...
@@ -816,52 +836,52 @@
...
@@ -816,52 +836,52 @@
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page7_02.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page7_02.png'
"
"
/>
/>
<div
class=
"module-title"
>
{{
isEn
?
'专业分类'
:
'专业分类'
}}
</div>
<div
class=
"module-title"
>
{{
isEn
?
'专业分类'
:
'专业分类'
}}
</div>
<div
class=
"swiper-content"
>
<div
class=
"swiper-content"
>
<div
v-swiper:mySwiper=
"swiperOption"
ref=
"mySwiper"
class=
"swiper-container"
>
<div
v-swiper:mySwiper=
"swiperOption"
ref=
"mySwiper"
class=
"swiper-container"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_img_01.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_img_01.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_01.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_01.png"
/
>
<span>
{{
isEn
?
'工业机器人'
:
'工业机器人'
}}
</span>
<span>
{{
isEn
?
'工业机器人'
:
'工业机器人'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_img_02.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_img_02.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_02.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_02.png"
/
>
<span>
{{
isEn
?
'智能控制技术'
:
'智能控制技术'
}}
</span>
<span>
{{
isEn
?
'智能控制技术'
:
'智能控制技术'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_img_03.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_img_03.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_03.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_03.png"
/
>
<span>
{{
isEn
?
'物联网技术'
:
'物联网技术'
}}
</span>
<span>
{{
isEn
?
'物联网技术'
:
'物联网技术'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_img_04.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_img_04.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_04.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_04.png"
/
>
<span>
{{
isEn
?
'智能制造工程'
:
'智能制造工程'
}}
</span>
<span>
{{
isEn
?
'智能制造工程'
:
'智能制造工程'
}}
</span>
</p>
</p>
</div>
</div>
<div
class=
"swiper-slide"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_img_05.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_img_05.png"
/
>
<p>
<p>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_05.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/major/page7_swiper_icon_05.png"
/
>
<span>
{{
isEn
?
'新能源汽车'
:
'新能源汽车'
}}
</span>
<span>
{{
isEn
?
'新能源汽车'
:
'新能源汽车'
}}
</span>
</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"swiper-btn swiper-button-prev"
>
<div
class=
"swiper-btn swiper-button-prev"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-prev-btn.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-prev-btn.png"
/
>
</div>
</div>
<div
class=
"swiper-btn swiper-button-next"
>
<div
class=
"swiper-btn swiper-button-next"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-next-btn.png"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/swipe-next-btn.png"
/
>
</div>
</div>
</div>
</div>
<!--
<ul
class=
"cart-img cart-img1"
>
<!--
<ul
class=
"cart-img cart-img1"
>
...
@@ -919,16 +939,16 @@
...
@@ -919,16 +939,16 @@
<img
<img
:src=
"
:src=
"
isEn
isEn
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page7_03.png'
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page7_03
1
.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page7_03.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page7_03
1
.png'
"
"
style=
"margin-top:48px;"
style=
"margin-top:48px;"
/>
/>
<img
<img
:src=
"
:src=
"
isEn
isEn
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page7_04.png'
? 'https://webapp-pub.ezijing.com/www/pc/services/major/page7_04
1
.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page7_04.png'
: 'https://webapp-pub.ezijing.com/www/pc/services/major/page7_04
1
.png'
"
"
/>
/>
</div>
</div>
...
@@ -986,7 +1006,7 @@ export default {
...
@@ -986,7 +1006,7 @@ export default {
spaceBetween
:
20
,
spaceBetween
:
20
,
navigation
:
{
navigation
:
{
nextEl
:
'.swiper-button-next'
,
nextEl
:
'.swiper-button-next'
,
prevEl
:
'.swiper-button-prev'
,
prevEl
:
'.swiper-button-prev'
}
}
},
},
module6TabActive
:
0
,
module6TabActive
:
0
,
...
@@ -1049,14 +1069,14 @@ export default {
...
@@ -1049,14 +1069,14 @@ export default {
color
:
#aa1941
;
color
:
#aa1941
;
padding
:
48px
0
31px
;
padding
:
48px
0
31px
;
}
}
.module-sub-title
{
.module-sub-title
{
margin-top
:
20px
;
margin-top
:
20px
;
span
{
span
{
display
:inline-block
;
display
:
inline-block
;
font-size
:
20px
;
font-size
:
20px
;
line-height
:
36px
;
line-height
:
36px
;
color
:
#424242
;
color
:
#424242
;
border-bottom
:
1px
solid
#aa1941
;
border-bottom
:
1px
solid
#aa1941
;
}
}
}
}
.occupation-content-mian
{
.occupation-content-mian
{
...
@@ -1068,59 +1088,59 @@ export default {
...
@@ -1068,59 +1088,59 @@ export default {
height
:
320px
;
height
:
320px
;
display
:
block
;
display
:
block
;
}
}
.content-mian
{
.content-mian
{
padding
:
60px
50px
15px
;
padding
:
60px
50px
15px
;
img
{
img
{
width
:
100%
;
width
:
100%
;
display
:
block
;
display
:
block
;
margin-bottom
:
48px
;
margin-bottom
:
48px
;
}
}
.module-title
{
.module-title
{
font-size
:
22px
;
font-size
:
22px
;
font-weight
:
500
;
font-weight
:
500
;
line-height
:
34px
;
line-height
:
34px
;
color
:
#424242
;
color
:
#424242
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
}
}
.swiper-content
{
.swiper-content
{
// padding: 0 25px;
// padding: 0 25px;
margin-top
:
37px
;
margin-top
:
37px
;
position
:relative
;
position
:
relative
;
// overflow: auto;
// overflow: auto;
// width: 100%;
// width: 100%;
.swiper-slide
{
.swiper-slide
{
position
:
relative
;
position
:
relative
;
width
:
176px
;
width
:
176px
;
height
:
224px
;
height
:
224px
;
// margin-top: 10px;
// margin-top: 10px;
p
{
p
{
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
left
:
0
;
left
:
0
;
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
text-align
:center
;
text-align
:
center
;
background
:
rgba
(
51
,
51
,
51
,
0
.65
);
background
:
rgba
(
51
,
51
,
51
,
0
.65
);
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-top
:
70px
;
padding-top
:
70px
;
font-size
:
20px
;
font-size
:
20px
;
color
:
#
FEFEFE
;
color
:
#
fefefe
;
overflow
:
hidden
;
overflow
:
hidden
;
text-overflow
:ellipsis
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
white-space
:
nowrap
;
img
{
img
{
width
:
50px
;
width
:
50px
;
height
:
41px
;
height
:
41px
;
display
:inline-block
;
display
:
inline-block
;
margin-bottom
:
16px
;
margin-bottom
:
16px
;
}
}
span
{
span
{
display
:block
;
display
:
block
;
line-height
:
40px
;
line-height
:
40px
;
font-size
:
16px
;
font-size
:
16px
;
}
}
}
}
img
{
img
{
width
:
100%
;
width
:
100%
;
}
}
}
}
...
@@ -1128,60 +1148,60 @@ export default {
...
@@ -1128,60 +1148,60 @@ export default {
width
:
176px
;
width
:
176px
;
height
:
224px
;
height
:
224px
;
margin-top
:
0
;
margin-top
:
0
;
img
{
img
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
display
:
block
;
display
:
block
;
}
}
}
}
.swiper-btn
{
.swiper-btn
{
width
:
20px
;
width
:
20px
;
height
:
35px
;
height
:
35px
;
position
:absolute
;
position
:
absolute
;
left
:
-5px
;
left
:
-5px
;
top
:
50%
;
top
:
50%
;
transform
:translateY
(
-50
%
)
;
transform
:
translateY
(
-50%
);
z-index
:
2
;
z-index
:
2
;
display
:none
;
display
:
none
;
img
{
img
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
display
:block
;
display
:
block
;
}
}
}
}
.swiper-button-next
{
.swiper-button-next
{
left
:unset
;
left
:
unset
;
right
:
-5px
;
right
:
-5px
;
}
}
}
}
.cart-txt
{
.cart-txt
{
display
:flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
margin
:
36px
0
40px
;
margin
:
36px
0
40px
;
div
{
div
{
width
:
31%
;
width
:
31%
;
// border-top:8px solid #F9F8F8;
// border-top:8px solid #F9F8F8;
background
:
#F9F8F
8
;
background
:
#f9f8f
8
;
text-align
:center
;
text-align
:
center
;
min-height
:
220px
;
min-height
:
220px
;
box-sizing
:border-box
;
box-sizing
:
border-box
;
padding
:
20px
0
;
padding
:
20px
0
;
h5
{
h5
{
line-height
:
60px
;
line-height
:
60px
;
font-size
:
18px
;
font-size
:
18px
;
color
:
#aa1941
;
color
:
#aa1941
;
}
}
p
{
p
{
line-height
:
34px
;
line-height
:
34px
;
color
:
#424242
;
color
:
#424242
;
}
}
p
.bold
{
p
.bold
{
font-weight
:bold
;
font-weight
:
bold
;
}
}
}
}
div
:hover
{
div
:hover
{
// border-color:#fff;
// border-color:#fff;
background
:
#fff
;
background
:
#fff
;
box-shadow
:
0px
1px
25px
rgba
(
0
,
0
,
0
,
0
.06
);
box-shadow
:
0px
1px
25px
rgba
(
0
,
0
,
0
,
0
.06
);
}
}
}
}
...
@@ -1225,86 +1245,86 @@ export default {
...
@@ -1225,86 +1245,86 @@ export default {
}
}
}
}
}
}
.cart-img.col-4
{
.cart-img.col-4
{
li
{
li
{
width
:
220px
;
width
:
220px
;
height
:
170px
;
height
:
170px
;
}
}
}
}
}
}
}
}
.module-6
{
.module-6
{
.content-mian
{
.content-mian
{
.tabs
{
.tabs
{
display
:flex
;
display
:
flex
;
.item
{
.item
{
width
:
130px
;
width
:
130px
;
height
:
130px
;
height
:
130px
;
background
:
#
F4F4F
4
;
background
:
#
f4f4f
4
;
text-align
:center
;
text-align
:
center
;
box-sizing
:border-box
;
box-sizing
:
border-box
;
padding-top
:
30px
;
padding-top
:
30px
;
border-top
:
6px
solid
#f4f4f4
;
border-top
:
6px
solid
#f4f4f4
;
border-radius
:
4px
;
border-radius
:
4px
;
margin-right
:
20px
;
margin-right
:
20px
;
transition
:
0
.3s
;
transition
:
0
.3s
;
cursor
:pointer
;
cursor
:
pointer
;
img
{
img
{
width
:
42px
;
width
:
42px
;
height
:
42px
;
height
:
42px
;
display
:inline-block
;
display
:
inline-block
;
margin-bottom
:
16px
;
margin-bottom
:
16px
;
}
}
}
}
.item.active
,
.item.isHover
{
.item.active
,
border-color
:
#aa1941
;
.item.isHover
{
background
:
#aa1941
;
border-color
:
#aa1941
;
color
:
#fff
;
background
:
#aa1941
;
color
:
#fff
;
box-shadow
:
5px
5px
5px
#999
;
box-shadow
:
5px
5px
5px
#999
;
}
}
.item.isHover
{
.item.isHover
{
transform
:
translateY
(
-10px
);
transform
:
translateY
(
-10px
);
}
}
}
}
.img-text
{
.img-text
{
position
:relative
;
position
:
relative
;
margin-top
:
15px
;
margin-top
:
15px
;
div
{
div
{
position
:absolute
;
position
:
absolute
;
left
:
0
;
left
:
0
;
top
:
0
;
top
:
0
;
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
background
:
rgba
(
51
,
51
,
51
,
.6
)
;
background
:
rgba
(
51
,
51
,
51
,
0
.6
);
color
:
#fff
;
color
:
#fff
;
display
:flex
;
display
:
flex
;
box-sizing
:border-box
;
box-sizing
:
border-box
;
padding-top
:
100px
;
padding-top
:
100px
;
h5
{
h5
{
width
:
300px
;
width
:
300px
;
text-align
:center
;
text-align
:
center
;
font-size
:
20px
;
font-size
:
20px
;
}
}
p
{
p
{
line-height
:
28px
;
line-height
:
28px
;
}
}
}
}
}
}
}
}
}
}
.module-7
{
.module-7
{
.content-mian
{
.content-mian
{
.cart-img1
{
.cart-img1
{
margin-top
:
20px
;
margin-top
:
20px
;
li
{
li
{
width
:
300px
;
width
:
300px
;
height
:
300px
;
height
:
300px
;
margin-right
:
0
;
margin-right
:
0
;
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
li
:first-child
{
li
:first-child
{
width
:
600px
;
width
:
600px
;
}
}
}
}
}
}
...
...
pages/services/solution.vue
浏览文件 @
7d821e7e
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
:src=
"
:src=
"
$cookies.get('lang') == 'en-US'
$cookies.get('lang') == 'en-US'
? 'https://webapp-pub.ezijing.com/www/pc/solution.png'
? 'https://webapp-pub.ezijing.com/www/pc/solution.png'
: 'https://webapp-pub.ezijing.com/www/pc/pages-solution.png'
: 'https://webapp-pub.ezijing.com/www/pc/pages-solution
1
.png'
"
"
/>
/>
</div>
</div>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论