Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
212e239a
提交
212e239a
authored
8月 11, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
fe589c36
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
51 行增加
和
17 行删除
+51
-17
Head.vue
components/Head.vue
+13
-4
digital.vue
components/home/digital.vue
+37
-12
yx_1.vue
pages/digital/yx_1.vue
+1
-1
没有找到文件。
components/Head.vue
浏览文件 @
212e239a
...
...
@@ -121,7 +121,11 @@ export default {
isShow
:
false
,
children
:
[
{
name
:
'数字经济产业学院'
,
name
:
'IDE数字经济产业学院'
,
path
:
'/digital/yx_2'
},
{
name
:
'ICT数字经济产业学院'
,
path
:
'/digital/yx_2'
},
{
...
...
@@ -129,12 +133,17 @@ export default {
path
:
'/digital/yx_3'
},
{
name
:
'数字技能实
训中心
'
,
name
:
'数字技能实
验平台
'
,
path
:
'/digital/yx_1'
},
{
name
:
'技能大赛'
,
path
:
'/digital/yx_4'
name
:
'1+X金融产品数字化营销'
,
path
:
'https://x.ezijing.com'
,
pathType
:
1
},
{
name
:
'职业技能大赛'
// path: '/digital/yx_4'
}
]
},
...
...
components/home/digital.vue
浏览文件 @
212e239a
...
...
@@ -12,9 +12,11 @@
<ul>
<li
class=
"item"
v-for=
"item in item.children"
:key=
"item.title"
:style=
"item.style"
>
<AppLink
:to=
"item.path"
>
<img
:src=
"item.icon"
class=
"img"
/>
<img
:src=
"item.hoverIcon"
class=
"hover-img"
/>
{{ item.title }}
<div
class=
"item-inner"
>
<img
:src=
"item.icon"
class=
"img"
/>
<img
:src=
"item.hoverIcon"
class=
"hover-img"
/>
{{ item.title }}
</div>
</AppLink>
</li>
</ul>
...
...
@@ -34,10 +36,16 @@ export default {
title
:
'院校'
,
desc
:
'数字人才核心能力培养'
,
children
:
[
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/icon/yx_4.png'
,
hoverIcon
:
'https://webapp-pub.ezijing.com/www/pc/digital/icon/yx_4_hover.png'
,
title
:
'IDE数字经济产业学院'
,
path
:
'digital/yx_2'
},
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/icon/yx_1.png'
,
hoverIcon
:
'https://webapp-pub.ezijing.com/www/pc/digital/icon/yx_1_hover.png'
,
title
:
'数字经济产业学院'
,
title
:
'
ICT
数字经济产业学院'
,
path
:
'digital/yx_2'
},
{
...
...
@@ -49,9 +57,15 @@ export default {
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/icon/yx_4.png'
,
hoverIcon
:
'https://webapp-pub.ezijing.com/www/pc/digital/icon/yx_4_hover.png'
,
title
:
'数字技能实
训中心
'
,
title
:
'数字技能实
验平台
'
,
path
:
'digital/yx_1'
},
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/icon/yx_5.png'
,
hoverIcon
:
'https://webapp-pub.ezijing.com/www/pc/digital/icon/yx_5_hover.png'
,
title
:
'1+X金融产品数字化营销'
,
path
:
'https://x.ezijing.com'
},
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/icon/yx_2.png'
,
hoverIcon
:
'https://webapp-pub.ezijing.com/www/pc/digital/icon/yx_2_hover.png'
,
...
...
@@ -128,6 +142,9 @@ export default {
.col
{
flex
:
1
;
background-color
:
#fff
;
&
:first-child
{
flex
:
0
0
694px
;
}
.title
{
padding
:
25px
0
;
text-align
:
center
;
...
...
@@ -149,16 +166,14 @@ export default {
}
ul
{
margin
:
42px
30px
;
display
:
grid
;
grid-template-columns
:
repeat
(
2
,
1fr
)
;
gap
:
3
0px
;
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
2
0px
;
}
li
{
display
:
flex
;
align-items
:
center
;
padding
:
0
10px
;
border
:
1px
solid
#d5d5d5
;
height
:
90px
;
width
:
198px
;
height
:
128px
;
font-size
:
16px
;
color
:
#666
;
.hover-img
{
...
...
@@ -176,5 +191,15 @@ export default {
border-color
:
var
(
--
main-color
);
}
}
.item-inner
{
height
:
128px
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
img
{
margin-bottom
:
14px
;
}
}
}
</
style
>
pages/digital/yx_1.vue
浏览文件 @
212e239a
...
...
@@ -6,7 +6,7 @@
</div>
<section
class=
"section"
>
<div
class=
"section-inner"
>
<h2
class=
"section-title"
>
数字技能实
训中心
</h2>
<h2
class=
"section-title"
>
数字技能实
验平台
</h2>
<p
class=
"section-desc"
>
围绕区域经济特色产业链,构建符合数字经济人才培养定位的数字技能实训中心,重构基于数字经济底层核心能力实训体系,夯实学校信息化、数字化建设下专业岗位基础通用能力,强化基于岗位能力证书的岗位技能实训,提升学生及区域数字人才培养可持续发展能力,旨在打造集院校数字人才培养、全民数字技能提升、企业数字化赋能和产业数字化服务为一体的综合人才服务体系和人才基地。
</p>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论