Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
94051b0d
提交
94051b0d
authored
6月 24, 2021
作者:
lihuihui
提交者:
王鹏飞
7月 08, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
新增页面,页面修改
上级
174e8713
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
141 行增加
和
9 行删除
+141
-9
app.html
app.html
+18
-0
Head.vue
components/Head.vue
+9
-0
projectNotice.vue
components/home/projectNotice.vue
+3
-3
error.vue
layouts/error.vue
+20
-0
employment.vue
pages/services/employment.vue
+65
-6
solution.vue
pages/services/solution.vue
+26
-0
没有找到文件。
app.html
0 → 100644
浏览文件 @
94051b0d
<!DOCTYPE html>
<html
{{
HTML_ATTRS
}}
>
<head>
{{ HEAD }}
</head>
<body
{{
BODY_ATTRS
}}
>
{{ APP }}
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?d07ebd7fc0b0319273df23497cf520d2"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
</body>
</html>
components/Head.vue
浏览文件 @
94051b0d
...
...
@@ -158,6 +158,15 @@ export default {
{
name
:
this
.
$t
(
'menu.servicesChild.onlineChild.joint'
),
pathType
:
3
},
{
name
:
'核心能力概括'
,
path
:
'/services/solution'
},
{
name
:
'联合运营案例-私人财富风险管理顾问(PRP)'
,
path
:
'https://prp.ezijing.com/'
,
pathType
:
1
}
]
}
...
...
components/home/projectNotice.vue
浏览文件 @
94051b0d
...
...
@@ -20,8 +20,8 @@
</div>
-->
<div
class=
"swiper-slide"
>
<div
class=
"li"
>
<div
class=
"txt"
>
SHMS✖️Wanda终身学习计划说明会
</div>
<div
class=
"time"
>
06月2
4
日
</div>
<div
class=
"txt"
>
2021年第二期“1+X 金融产品数字化营销职业技能等级证书(中级)”师资培训班
</div>
<div
class=
"time"
>
06月2
7
日
</div>
</div>
</div>
<div
class=
"swiper-slide"
>
...
...
@@ -176,7 +176,7 @@ export default {
width
:
430px
;
font-size
:
18px
;
font-weight
:
400
;
line-height
:
100%
;
//
line-height: 100%;
color
:
#424242
;
text-align
:
center
;
}
...
...
layouts/error.vue
0 → 100644
浏览文件 @
94051b0d
<
template
>
<div
class=
"main-container"
style=
"padding:50px"
>
<h1
v-if=
"error.statusCode === 404"
>
Page not found
</h1>
<h1
v-else
>
An error occurred
</h1>
<NuxtLink
to=
"/"
>
返回首页
</NuxtLink>
</div>
</
template
>
<
script
>
export
default
{
props
:
[
'error'
],
layout
:
'error'
,
middleware
:
[
function
({
redirect
})
{
return
redirect
(
301
,
'/el?e=rnf'
)
}
]
}
</
script
>
\ No newline at end of file
pages/services/employment.vue
浏览文件 @
94051b0d
...
...
@@ -4,10 +4,10 @@
<div
class=
"mian"
>
<div
class=
"occupation-content-mian"
>
<div
class=
"module-1 module-content-box"
>
<
img
src=
"https://webapp-pub.ezijing.com/www/pc/emp-banner.png"
alt=
""
class=
"banner"
/
>
<
!--
<img
src=
"https://webapp-pub.ezijing.com/www/pc/emp-banner.png"
alt=
""
class=
"banner"
/>
--
>
<div
class=
"content-mian"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/emp
-con1-new
.png"
alt=
""
class=
"img1"
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/emp
-con2
.png"
alt=
""
class=
"img2"
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/emp
624txt1
.png"
alt=
""
class=
"img1"
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/emp
624-tit1
.png"
alt=
""
class=
"img2"
/>
<ul>
<li
v-for=
"(item, index) in list"
:key=
"index"
>
<img
:src=
"item.image"
alt=
""
/>
...
...
@@ -28,7 +28,27 @@
<img
src=
"https://webapp-pub.ezijing.com/www/pc/emp-con4.png"
alt=
""
class=
"img4"
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/emp-con5-new1.png"
alt=
""
class=
"img5"
/>
<!--
<img
src=
"https://webapp-pub.ezijing.com/www/pc/emp-con6.png"
alt=
""
class=
"img5"
>
-->
<img
src=
"https://webapp-pub.ezijing.com/www/pc/emp-con7-new.png"
alt=
""
class=
"img9"
/>
<div
class=
"img-swiper"
>
<div
class=
"title"
>
部分合作院校
</div>
<div
v-swiper:mySwiper=
"swiperOption"
ref=
"mySwiper"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/emp624-i3.png"
>
</div>
</div>
</div>
</div>
<div
class=
"img-swiper"
>
<div
class=
"title"
>
部分合作企业
</div>
<div
v-swiper:mySwiper2=
"swiperOption2"
ref=
"mySwiper2"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/emp624-i4.png"
>
</div>
</div>
</div>
</div>
<!--
<img
src=
"https://webapp-pub.ezijing.com/www/pc/emp-con7-new.png"
alt=
""
class=
"img9"
/>
-->
<!--
<img
src=
"https://webapp-pub.ezijing.com/www/pc/emp-con8.png"
alt=
""
class=
"img9"
>
-->
<!--
<img
src=
"https://webapp-pub.ezijing.com/www/pc/emp-con9.png"
alt=
""
class=
"img9"
>
-->
</div>
...
...
@@ -42,14 +62,38 @@ export default {
components
:
{},
data
()
{
return
{
swiperOption
:
{
speed
:
1000
,
autoplay
:
true
,
delay
:
3000
,
observer
:
true
,
observerParent
:
true
,
navigation
:
{
nextEl
:
'.next-button'
,
prevEl
:
'.prev-button'
},
loop
:
true
},
swiperOption2
:
{
speed
:
1000
,
autoplay
:
true
,
delay
:
3000
,
observer
:
true
,
observerParent
:
true
,
navigation
:
{
nextEl
:
'.next-button'
,
prevEl
:
'.prev-button'
},
loop
:
true
},
list
:
[
{
image
:
'https://webapp-pub.ezijing.com/www/pc/emp
-gx1.jp
g'
,
text
:
'职业思维篇'
},
{
image
:
'https://webapp-pub.ezijing.com/www/pc/emp
624-i1.pn
g'
,
text
:
'职业思维篇'
},
{
image
:
'https://webapp-pub.ezijing.com/www/pc/emp-gx2.jpg'
,
text
:
'职业形象篇'
},
{
image
:
'https://webapp-pub.ezijing.com/www/pc/emp-gx3.jpg'
,
text
:
'职业效率篇'
},
{
image
:
'https://webapp-pub.ezijing.com/www/pc/emp-gx4.jpg'
,
text
:
'职业提升篇'
},
{
image
:
'https://webapp-pub.ezijing.com/www/pc/emp-gx5.jpg'
,
text
:
'菁英思维'
},
{
image
:
'https://webapp-pub.ezijing.com/www/pc/emp-gx6.jpg'
,
text
:
'菁英技能'
},
{
image
:
'https://webapp-pub.ezijing.com/www/pc/emp
-gx7.jp
g'
,
text
:
'菁英拓展'
},
{
image
:
'https://webapp-pub.ezijing.com/www/pc/emp
624-i2.pn
g'
,
text
:
'菁英拓展'
},
{
image
:
'https://webapp-pub.ezijing.com/www/pc/emp-gx8.jpg'
,
text
:
'菁英实战'
}
],
list2
:
[
...
...
@@ -70,6 +114,12 @@ export default {
return
url
=>
{
return
`background: url(
${
url
}
);background-size: 100% 100%`
}
},
swiper
()
{
return
this
.
$refs
.
mySwiper
.
swiper
;
},
swiper2
()
{
return
this
.
$refs
.
mySwiper
.
swiper
;
}
}
}
...
...
@@ -122,6 +172,15 @@ export default {
.img9
{
margin-top
:
35px
;
}
.img-swiper
{
.title
{
padding
:
47px
0
30px
;
font-size
:
22px
;
font-weight
:
bold
;
line-height
:
100%
;
color
:
#424242
;
}
}
ul
{
padding
:
23px
0
39px
0
;
display
:
flex
;
...
...
pages/services/solution.vue
0 → 100644
浏览文件 @
94051b0d
<
template
>
<div
class=
"solutin-box"
>
<div
class=
"title"
>
在线教育解决方案
</div>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/pages-solution.png"
>
</div>
</
template
>
<
script
>
export
default
{
}
</
script
>
<
style
lang=
"scss"
scoped
>
.solutin-box
{
width
:
1200px
;
margin
:
0
auto
;
.title
{
font-size
:
28px
;
line-height
:
100%
;
padding
:
48px
0
28px
;
color
:
#AA1941
;
}
img
{
width
:
100%
;
display
:
block
;
}
}
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论