Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
9cfdeed3
提交
9cfdeed3
authored
9月 29, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: 新增产业共建页面
上级
49b121f5
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
98 行增加
和
0 行删除
+98
-0
professional.vue
pages/services/professional.vue
+98
-0
没有找到文件。
pages/services/professional.vue
0 → 100644
浏览文件 @
9cfdeed3
<!-- 专业共建 -->
<
template
>
<div>
<div
class=
"banner"
><img
src=
"https://webapp-pub.ezijing.com/www/pc/services/professional/banner.jpg"
/></div>
<section
class=
"section section-1"
>
<div
class=
"section-inner"
>
<h2
class=
"section-title"
>
专业共建
</h2>
<p
class=
"section-desc"
>
依托紫荆教育技术与产业资源优势,协助院校应对行业变革、政策要求和办学新挑战,为院校提供产业化、国际化、数字化专业提升建设支持,优化人才培养方案,提升师资力量,共同开发精品课程资源,促进教学发展,整体提升专业建设水平,助力院校打造专业特色和优势
</p>
</div>
</section>
<section
class=
"section section-2"
>
<div
class=
"section-inner"
>
<h2
class=
"section-title"
>
培养创新数字人才 助推产业建设升级
</h2>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/professional/1.png"
/>
</div>
</section>
<section
class=
"section section-3"
>
<div
class=
"section-inner"
>
<h2
class=
"section-title"
>
1+3+N 数字+全行业专业共建模式
</h2>
<p
class=
"section-desc"
>
以商业数据分析为底层技术,以数字营销、数字运营、数字会计为核心基础专业,同时,基于数字经济典型应用场景,以数字化改造和专业升级为关键,围绕数字金融、数字贸易、数字农业、数字能源等核心行业应用方向,进行“数字+全行业”的专业建设
</p>
<div
class=
"tab"
>
<div
class=
"tab-header"
>
<div
class=
"tab-header__item"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/services/professional/icon_1.png"
/>
<p></p>
</div>
</div>
<div
class=
"tab-content"
></div>
</div>
</div>
</section>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{}
},
methods
:
{}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.banner
{
img
{
width
:
100%
;
}
}
.section
:nth-child
(
odd
)
{
background-color
:
#fff
;
}
.section
:nth-child
(
even
)
{
background-color
:
#f9f8f8
;
}
.section-inner
{
width
:
1200px
;
margin
:
0
auto
;
}
.section-title
{
margin-bottom
:
36px
;
font-size
:
30px
;
font-family
:
Source
Han
Sans
CN
;
font-weight
:
bold
;
line-height
:
32px
;
color
:
#333333
;
text-align
:
center
;
}
.section-desc
{
font-size
:
18px
;
font-family
:
Source
Han
Sans
CN
;
font-weight
:
400
;
line-height
:
34px
;
color
:
#666666
;
text-align
:
center
;
}
.section-1
{
padding
:
90px
0
108px
;
}
.section-2
{
padding
:
120px
0
;
text-align
:
center
;
.section-title
{
margin-bottom
:
122px
;
}
img
{
max-width
:
100%
;
}
}
.section-3
{
padding
:
90px
0
;
}
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论