提交 9cfdeed3 authored 作者: 王鹏飞's avatar 王鹏飞

chore: 新增产业共建页面

上级 49b121f5
<!-- 专业共建 -->
<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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论