提交 6d808d08 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 3fcb499d
......@@ -22,7 +22,7 @@ body {
'Hiragino Sans GB', 'Wenquanyi Micro Hei', sans-serif;
padding: 0;
margin: 0;
background: #F9F8F8;
background: #f9f8f8;
}
p {
margin: 0;
......@@ -172,3 +172,6 @@ a {
color: currentColor;
}
:root {
--main-color: #aa1941;
}
......@@ -139,16 +139,15 @@ export default {
},
{
name: '数字经济实验室',
path: '/practice/laboratory'
},
{
name: '数字经济职业技能中心',
pathType: 3
path: '/practice/skill'
},
{
name: '数字经济产业&人才服务平台',
pathType: 3
path: '/practice/talent'
},
{
name: '数字化转型高级研修项目',
......@@ -156,7 +155,7 @@ export default {
},
{
name: '服务案例',
path: '/services/college/case',
path: '/services/college/case'
}
]
},
......@@ -172,7 +171,7 @@ export default {
},
{
name: '专业共建数字化改造',
pathType: 3
path: '/services/professional'
},
{
name: '数字经济实验室',
......@@ -180,11 +179,11 @@ export default {
},
{
name: '教学研发',
path: '/services/teach',
path: '/services/teach'
},
{
name: '引产入校',
pathType: 3
path: '/services/school'
},
{
name: '实习就业',
......@@ -192,7 +191,7 @@ export default {
},
{
name: '落地案例',
path: '/services/college/case',
path: '/services/college/case'
}
]
},
......
......@@ -28,7 +28,7 @@ export default {
icon: 'https://webapp-pub.ezijing.com/www/pc/home/gov/icon_gongjian.png',
iconActive: 'https://webapp-pub.ezijing.com/www/pc/home/gov/icon_gongjian_active.png',
text: `数字经济<br />产业学院`,
path: '/practice/Index'
path: '/practice/index'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_shiyan.png',
......@@ -40,17 +40,13 @@ export default {
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_1%2Bx.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_1%2Bx_active.png',
text: `数字经济 <br />职业技能中心`,
onClick: () => {
this.$message('暂未开通')
}
path: '/practice/skill'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_pt.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_pt_active.png',
text: `数字经济产业& <br />人才服务平台`,
onClick: () => {
this.$message('暂未开通')
}
path: '/practice/talent'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_xm.png',
......
......@@ -32,9 +32,7 @@ export default {
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_gj.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_gj_active.png',
text: '专业共建<br/>数字化改造',
onClick: () => {
this.$message('暂未开通')
}
path: '/services/professional'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_sy.png',
......@@ -52,16 +50,13 @@ export default {
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_yc.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_yc_active.png',
text: '引产入校',
onClick: () => {
this.$message('暂未开通')
}
path: '/services/school'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_jy.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_jy_active.png',
text: '实习就业',
path: '/services/employment'
// pathType: 0
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_al.png',
......
<!-- 数字经济人才公共服务平台 -->
<template>
<div>
<div class="banner"><img src="https://webapp-pub.ezijing.com/www/pc/practice/skill/banner.jpg" /></div>
<section class="section">
<div class="section-inner">
<h2 class="section-title">数字经济人才技能中心</h2>
<p class="section-desc">
先引入、后开发,形成官方评价+行业评价+企业评价三层级的认证体系
</p>
<div class="section-pic">
<img src="https://webapp-pub.ezijing.com/www/pc/practice/skill/001.png" />
</div>
<div class="system-list">
<div class="system-item" v-for="(item, index) in list" :key="index">
<h3>{{ item.title }}</h3>
<p v-html="item.desc"></p>
</div>
</div>
</div>
</section>
<section class="section">
<div class="section-inner">
<div class="project-list">
<div class="project-item" v-for="(item, index) in list2" :key="index">
<div class="project-item__pic"><img :src="item.image_url" /></div>
<div class="project-item__content">
<p>{{ item.title }}</p>
<a :href="item.href" target="_blank">
<el-button type="primary">点击进入</el-button>
</a>
</div>
</div>
</div>
</div>
</section>
</div>
</template>
<script>
export default {
data() {
return {
list: [
{
title: '引入官方认证体系',
desc:
'引入工信部“互联网营销师”“商业数据分析师”(已授权清控紫荆)等证书,面向企业职工进行认证;<br/>引入教育部金融产品数字化营销(评价组织:清控紫荆)及其他“1+X”证书,为湖南高职院校学生提供认证服务。'
},
{
title: '引入社会认证体系',
desc: '引入湖南省人社厅主持的“第三方评价组织”中的成熟项目,培养与区域产业高适配度的人才。'
},
{
title: '自主开发认证体系',
desc:
'以“产教融合实训基地”为主体,向人社部门(国家、省级、市级三级)申报第三方评价组织,联合龙头企业开发新职业,报请人社部审批、发布。'
}
],
list2: [
{
image_url: 'https://webapp-pub.ezijing.com/www/pc/practice/skill/1.png',
title: '1+X金融产品数字化营销职业技能等级证书',
href: 'https://x.ezijing.com/'
},
{
image_url: 'https://webapp-pub.ezijing.com/www/pc/practice/skill/2.png',
title: '私人财富风险管理顾问-认证证书-清控紫荆教育财富人才培育品牌',
href: 'https://prp.ezijing.com/'
},
{
image_url: 'https://webapp-pub.ezijing.com/www/pc/practice/skill/3.png',
title: '紫荆教育数字职业技能培训中心',
href: 'https://vst.ezijing.com/'
}
]
}
},
methods: {}
}
</script>
<style lang="scss" scoped>
.banner {
img {
width: 100%;
}
}
.section:nth-child(odd) {
background-color: #f9f8f8;
}
.section:nth-child(even) {
background-color: #fff;
}
.section-inner {
width: 1200px;
margin: 0 auto;
padding: 90px 0;
}
.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: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
line-height: 34px;
color: #333333;
text-align: center;
}
.section-pic {
text-align: center;
img {
max-width: 100%;
}
}
.system-list {
margin-top: 60px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 58px;
}
.system-item {
position: relative;
padding: 50px 30px;
box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
h3 {
margin-bottom: 20px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
line-height: 34px;
color: #333333;
}
p {
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 32px;
color: #666666;
}
}
.system-item + .system-item {
&::before {
content: '';
position: absolute;
left: -58px;
width: 58px;
top: 50%;
border-top: 1px dashed var(--main-color);
transform: translateY(-50%);
}
&::after {
content: '';
position: absolute;
left: -29px;
top: 50%;
width: 0;
height: 0;
border: 5px solid transparent;
border-left: 5px solid var(--main-color);
transform: translateY(-50%);
}
}
.project-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.project-item {
background-color: #fff;
&:hover {
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
}
.project-item__content {
padding: 22px;
text-align: center;
p {
height: 48px;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 24px;
color: #333333;
}
.el-button {
margin-top: 18px;
width: 130px;
border-radius: 0;
}
}
</style>
<!-- 数字经济人才公共服务平台 -->
<template>
<div>
<div class="banner"><img src="https://webapp-pub.ezijing.com/www/pc/practice/talent/banner.jpg" /></div>
<section class="section">
<div class="section-inner">
<h2 class="section-title">数字经济人才公共服务平台</h2>
<p class="section-desc">
打造人才和产业对接的“最后一公里”,搭载智慧人才库、人才测评、在线课堂、人才管理、资源共享、项目对接等六项服务,疏解企业人才“选、育、留”难题
</p>
<div class="platform-list">
<div class="platform-item" v-for="(item, index) in list" :key="item.image_url">
<div class="platform-item__content">
<div class="platform-item__header">
<span>0{{ index + 1 }}</span>
<h2>{{ item.title }}</h2>
</div>
<h3>{{ item.subtitle }}</h3>
<p>{{ item.desc }}</p>
</div>
<div class="platform-item__pic"><img :src="item.image_url" /></div>
</div>
</div>
</div>
</section>
</div>
</template>
<script>
export default {
data() {
return {
list: [
{
image_url: 'https://webapp-pub.ezijing.com/www/pc/practice/talent/1.jpg',
title: '数字金融',
subtitle: '高质量就业',
desc: '引入中国中小企业协会,拓展“国际软件外包交付基地”企业资源,提供充足的就业岗位,帮助人才高质量就业。'
},
{
image_url: 'https://webapp-pub.ezijing.com/www/pc/practice/talent/2.jpg',
title: '建设数字人才库',
subtitle: '引才',
desc: '通过产业学院、实践基地集聚人才,划分类型、精细入库,打造“一链六类多群”人才储备平台,为企业“引才”。'
},
{
image_url: 'https://webapp-pub.ezijing.com/www/pc/practice/talent/3.jpg',
title: '建设线上内训平台',
subtitle: '育才',
desc: '开发线上培训SaaS平台,融合多形态的资源建设“技能字典”,形成泛在学习网络,为企业“育才”。'
},
{
image_url: 'https://webapp-pub.ezijing.com/www/pc/practice/talent/4.jpg',
title: '建设“技能码”',
subtitle: '留才',
desc: '采集技能类型、技能等级、学习轨迹等数据生成“技能码”,开展人才需求研究,服务精准招聘,为企业“留才”。'
}
]
}
},
methods: {}
}
</script>
<style lang="scss" scoped>
.banner {
img {
width: 100%;
}
}
.section-inner {
width: 1200px;
margin: 0 auto;
padding: 90px 0;
}
.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: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
line-height: 34px;
color: #333333;
text-align: center;
}
.section-pic {
text-align: center;
img {
max-width: 100%;
}
}
.platform-list {
margin-top: 100px;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
.platform-item {
display: flex;
padding: 40px 20px;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
border-radius: 6px;
overflow: hidden;
}
.platform-item__content {
margin-right: 14px;
h3 {
margin-top: 10px;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 34px;
color: #aa1941;
}
p {
font-size: 14px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 24px;
color: #666666;
}
}
.platform-item__header {
position: relative;
span {
font-size: 50px;
font-family: Helvetica Neue LT Pro;
font-weight: normal;
line-height: 24px;
color: #eaeaea;
}
h2 {
position: absolute;
left: 0;
bottom: 0;
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
}
}
</style>
<!-- 引产入校 -->
<template>
<div>
<div class="banner"><img src="https://webapp-pub.ezijing.com/www/pc/services/school/banner.jpg" /></div>
<section class="section">
<div class="section-inner">
<h2 class="section-title">引产入校</h2>
<p class="section-desc">
紫荆教育针对数字经济岗位要求,以培养学生综合职业能力为导向,结合学校数字经济专业实训条件,
提出“引产入校、以产促教”的工学结合一体化人才培养思路。引进企业产品设计研发任务,将一体化课程项目教学与实际产品设计研发相结合,安排学生参与产品设计研发、市场推广运营等环节,使学生掌握各种岗位的技能与能力,形成必备的职业核心技能和素养,从而实现入学即上岗的产教融合教学模式。目前紫荆教育提供与数字营销、数字分析、数字媒体、数字金融、数字运营等专业相关的超1000个岗位。
</p>
</div>
</section>
<section class="section">
<div class="section-inner">
<div class="section-pic">
<img src="https://webapp-pub.ezijing.com/www/pc/services/school/1.png" />
</div>
</div>
</section>
<section class="section">
<div class="section-inner">
<h2 class="section-title">引产入校综合育人机制</h2>
<div class="edu-list">
<div class="edu-item" v-for="item in list" :key="item.image_url">
<div class="edu-item__pic"><img :src="item.image_url" /></div>
<div class="edu-item__content">
<h2>{{ item.title }}</h2>
<ul>
<li v-for="(item, index) in item.items" :key="index">{{ item }}</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="section-inner">
<div class="section-pic">
<img src="https://webapp-pub.ezijing.com/www/pc/services/school/2.png" />
</div>
</div>
</section>
</div>
</template>
<script>
export default {
data() {
return {
list: [
{
image_url: 'https://webapp-pub.ezijing.com/www/pc/services/school/yrjz_1.png',
title: '数字金融',
items: ['远程视频服务岗(银行)', '金融科技运营推广岗', '数字金融分析', '……']
},
{
image_url: 'https://webapp-pub.ezijing.com/www/pc/services/school/yrjz_2.png',
title: '商业数据分析',
items: ['数据触达', '数据运营', '数据加工', '数据收集', '……']
},
{
image_url: 'https://webapp-pub.ezijing.com/www/pc/services/school/yrjz_3.png',
title: '智能管理与数字运营',
items: ['用户分析', '新媒体用户运营', '小程序用户运营', '社群运营', '门店APP运营', '门店数字化工具运营', '……']
},
{
image_url: 'https://webapp-pub.ezijing.com/www/pc/services/school/yrjz_4.png',
title: '品牌管理与数字化营销',
items: ['新媒体运营', '短视频制作', '客户数据分析', '直播带货', '数字营销策划', '……']
}
]
}
},
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;
padding: 120px 0;
}
.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-pic {
text-align: center;
img {
max-width: 100%;
}
}
.edu-list {
margin-top: 100px;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.edu-item {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.edu-item__content {
padding: 20px;
h2 {
margin-bottom: 16px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
line-height: 24px;
color: #333333;
}
li {
position: relative;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 30px;
color: #666666;
padding-left: 20px;
&::before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 5px;
height: 5px;
background-color: var(--main-color);
border-radius: 50%;
}
}
}
</style>
......@@ -79,7 +79,6 @@
<li>企业面试技巧指导、模拟面试</li>
<li>就业双选会</li>
<li>就业技能提升</li>
<li>就业技能提升</li>
</ol>
</div>
<div class="section-pic"><img src="https://webapp-pub.ezijing.com/www/pc/services/teach/5.jpg" /></div>
......@@ -98,7 +97,6 @@
<li>国际本科、硕士留学合作</li>
<li>国际博士留学合作</li>
<li>国际数字经济论坛</li>
<li>国际数字经济论坛</li>
</ol>
</div>
</div>
......@@ -115,9 +113,6 @@ export default {
}
</script>
<style lang="scss">
:root {
--main-color: #aa1941;
}
.section-4 {
--main-color: #fff;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论