提交 a3a0eeaf authored 作者: matian's avatar matian

高级研修项目以及时间基地主页面开发

上级 a4548971
......@@ -131,11 +131,11 @@ export default {
},
{
name: '实践基地',
path: '/practice/Index',
path: '/practice',
childern: [
{
name: '数字经济产业学院',
path: '/practice/Index'
path: '/practice/industry'
},
{
name: '数字经济实验室',
......@@ -152,7 +152,7 @@ export default {
]
},
{
name: '人社部职业证书',
name: ' 数字经济职业技能中心',
path: '/practice/skill',
childern: [
{
......@@ -166,7 +166,7 @@ export default {
pathType: 1
},
{
name: '紫荆教育数字职业技能培训中心',
name: '人社部职业证书',
path: 'https://vst.ezijing.com/',
pathType: 1
}
......@@ -178,7 +178,9 @@ export default {
},
{
name: '数字化转型高级研修项目',
pathType: 3
path: '/practice/study'
// pathType: 3
},
{
name: '服务案例',
......
......@@ -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'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_shiyan.png',
......@@ -39,7 +39,7 @@ 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: `人社部职业证书`,
text: `数字经济 <br />职业技能中心`,
path: '/practice/skill'
},
{
......
......@@ -167,7 +167,7 @@ export default {
email: 'Email: service@ezijing.com',
link1: 'jsj.moe.gov.cn',
link2: 'pbcsf.tsinghua.edu.cn',
relation: '关联企业:清控紫荆(广东)教育科技有限公司&nbsp;&nbsp;&nbsp;&nbsp;清控紫荆(北京)人力资源服务有限公司',
relation: '关联企业:清控紫荆(深圳)教育科技有限公司&nbsp;&nbsp;&nbsp;&nbsp;清控紫荆(北京)人力资源服务有限公司',
weChat: 'WeChat Official Account',
ezjClass: '微信视频号'
},
......
......@@ -172,7 +172,7 @@ export default {
email: '邮&nbsp;&nbsp;&nbsp;&nbsp;箱:service@ezijing.com',
link1: '教育涉外监管信息网',
link2: '清华大学五道口金融学院',
relation: '关联企业:清控紫荆(广东)教育科技有限公司&nbsp;&nbsp;&nbsp;&nbsp;清控紫荆(北京)人力资源服务有限公司',
relation: '关联企业:清控紫荆(深圳)教育科技有限公司&nbsp;&nbsp;&nbsp;&nbsp;清控紫荆(北京)人力资源服务有限公司',
weChat: '微信公众号',
ezjClass: '微信视频号'
},
......
差异被折叠。
差异被折叠。
<template>
<div class="main_content">
<img
class="banner"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/laboratory/laboratory_banner.png"
alt=""
/>
<img class="banner" src="https://webapp-pub.ezijing.com/www/pc/practice/laboratory/laboratory_banner.png" alt="" />
<div class="content_part">
<div class="part_title">数字经济实验室</div>
<div class="part_desc">
......@@ -13,21 +9,22 @@
</div>
<div class="content_part1">
<div class="part_title">“产、学、研、培、创”五位一体数字经济实验室</div>
<img
class="part_img"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/laboratory/img1.png"
alt=""
/>
<img class="part_img" src="https://webapp-pub.ezijing.com/www/pc/practice/laboratory/img1.png" alt="" />
</div>
<div class="content_tab">
<div class="tab_con">
<div v-for="(item, index) in zyList" :key="index">
<nuxt-link class="subNav-li" :to="{ name: item.name }">
<div class="con_item">
<div class="item_tit">{{ item.tit }}</div>
<div class="item_desc">点击进入</div>
<div class="con_item">
<div class="item_tit">{{ item.tit }}</div>
<div class="item_con">
<nuxt-link class="subNav-li" :to="{ name: item.name }">
<div class="item_desc item_desc1">了解详情</div>
</nuxt-link>
<a :href="item.url" target="_blank">
<div class="item_desc item_desc2">点击登录</div>
</a>
</div>
</nuxt-link>
</div>
</div>
</div>
</div>
......@@ -41,11 +38,13 @@ export default {
zyList: [
{
tit: '商业数据分析实验室',
name: 'practice-laboratory-analysis'
name: 'practice-laboratory-analysis',
url: 'https://saas-lab.ezijing.com/'
},
{
tit: '数字营销实验室',
name: 'practice-laboratory-marketing'
name: 'practice-laboratory-marketing',
url: 'https://saas-lab.ezijing.com/'
}
]
}
......@@ -102,7 +101,7 @@ export default {
}
.content_tab {
width: 100%;
height: 830px;
height: 681px;
background: #f9f8f8;
padding-top: 120px;
margin: 120px auto;
......@@ -113,22 +112,26 @@ export default {
}
.con_item:nth-child(1) {
margin-right: 20px;
background: url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/laboratory/tab1.png);
background: url(https://webapp-pub.ezijing.com/www/pc/practice/laboratory/tab1.png);
}
.con_item:nth-child(2) {
background: url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/laboratory/tab2.png);
background: url(https://webapp-pub.ezijing.com/www/pc/practice/laboratory/tab2.png);
}
.con_item {
width: 590px;
height: 590px;
height: 420px;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 232px;
padding-top: 145px;
.item_tit {
font-size: 30px;
font-weight: 500;
color: #ffffff;
letter-spacing: 1.5px;
}
.item_con {
display: flex;
}
.item_desc {
width: 129px;
......@@ -139,11 +142,18 @@ export default {
line-height: 40px;
color: #ffffff;
text-align: center;
margin-top: 22px;
&:hover {
background: #ffffff;
color: #333333;
}
margin: 22px 19px 0 0;
}
.item_desc1 {
border: 1px solid #ffffff;
color: #ffffff;
background: none;
}
.item_desc2 {
width: 129px;
height: 40px;
background: #ffffff;
color: #333333;
}
}
}
......
<template>
<div class="main_content">
<div class="content_banner">
<img src="https://webapp-pub.ezijing.com/www/pc/practice/marketing/banner.png" class="banner" />
<a href="https://saas-lab.ezijing.com/" target="_blank">
<img src="https://webapp-pub.ezijing.com/www/pc/practice/marketing/banner.png" class="banner" />
</a>
<!-- <div class="banner_btn">点击登录>></div> -->
</div>
<div class="content_important">
......
......@@ -70,7 +70,7 @@ export default {
},
{
image_url: 'https://webapp-pub.ezijing.com/www/pc/practice/skill/3.png',
title: '紫荆教育数字职业技能培训中心',
title: '人社部职业证书',
href: 'https://vst.ezijing.com/'
}
]
......
<template>
<div class="main_content">
<img src="https://webapp-pub.ezijing.com/www/pc/practice/study/banner.png" class="banner" />
<div class="content_part">
<div class="part_title">数字化转型高级研修项目</div>
<div class="part_desc">
数字化转型研修项目是由清空紫荆联合国内外院校研发首创的企业家高级研修项目,结合商业管理管理创新与人工智能、大数据、云计算和科学设计,<br />整合国内外“政、产、学、研、用”各界专家力量,以系统性的全景视野解读新时期企业数字化转型之路。
</div>
</div>
<div class="content_part1">
<img src="https://webapp-pub.ezijing.com/www/pc/practice/study/study_advantage.png" class="part_img" />
<div class="part_con">
<div class="con_tit">项目优势</div>
<ul class="con_list">
<li>
<p>
利用数字化工具实现企业外部市场、资源与内部管理快速触达
</p>
</li>
<li>
<p>
实现企业增收、提效、降本的转型升级目的
</p>
</li>
<li>
<p>
实战经验和国外学位融为一体
</p>
</li>
<li>
<p>
顶层设计、数字化业务与市场支撑、数字化管理与人才体系、数字化底层技术体系四位一体
</p>
</li>
<li>
<p>
既洞察数字化转型整体布局,又能深入了解数字化转型核心模块与应用实践。
</p>
</li>
</ul>
</div>
</div>
<div class="content_part2">
<div class="part_tit">
数字化转型战略地图
</div>
<div class="part_con">
<img src="https://webapp-pub.ezijing.com/www/pc/practice/study/map1.png" class="" />
<img src="https://webapp-pub.ezijing.com/www/pc/practice/study/map2.png" class="" />
</div>
</div>
<div class="content_part3"></div>
<div class="content_part4">
<div class="mask"></div>
<div class="part_con">
<div class="con_left">马上咨询 <br />数字化转型高级研修项目</div>
<div class="con_right">
<el-form :model="form" :rules="rules" ref="form">
<!-- <el-form-item prop="name">
<el-input type="text" v-model="form.name" placeholder="企业名称"></el-input>
</el-form-item> -->
<el-form-item prop="name">
<el-input type="text" v-model="form.name" placeholder="您的姓名"></el-input>
</el-form-item>
<!-- <el-form-item prop="project_id">
<el-input type="text" v-model="form.name" placeholder="您的职务(自行填写)"></el-input>
</el-form-item> -->
<el-form-item prop="phone">
<el-input type="text" v-model="form.phone" placeholder="您的手机号"></el-input>
</el-form-item>
<el-button type="primary" @click="handleSubmit">立即提交</el-button>
</el-form>
</div>
</div>
</div>
</div>
</template>
<script>
import { postNes } from '@/api/index'
export default {
data() {
return {
form: {
name: '',
phone: '',
project_id: '5004',
channel: this.$route.query.channel_num || 19962
},
rules: {
name: [{ required: true, message: '请输入您的名字', trigger: 'blur' }],
phone: [
{ required: true, message: '请输入您的手机号', trigger: 'blur' },
{ pattern: /^1[3-9]\d{9}$/, message: '请输入正确的手机号', trigger: 'blur' }
]
// project_id: [{ required: true, message: '请选择项目', trigger: 'change' }]
}
}
},
methods: {
handleSubmit() {
this.$refs.form.validate().then(() => {
const params = { ...this.form }
// if (params.project_id === '9999') {
// params.project_id = '1016'
// }
postNes(params)
.then(res => {
// if (res && res.status === 200 && res.error === 0) {
// this.$message.success('报名提交成功')
// } else {
// this.$message.error('报名提交失败')
// }
this.$message.warning('暂无开通')
})
.catch(() => {
this.$message.error('报名提交失败')
})
})
}
}
}
</script>
<style lang="scss" scoped>
.main_content {
background: #ffff;
width: 100%;
.banner {
width: 100%;
height: 580px;
}
.content_part {
width: 100%;
height: 316px;
background: #f9f8f8;
padding: 90px;
display: flex;
flex-direction: column;
align-items: center;
.part_title {
font-size: 30px;
font-weight: bold;
color: #333333;
}
.part_desc {
margin-top: 36px;
font-size: 18px;
font-weight: 400;
line-height: 34px;
color: #666666;
white-space: nowrap;
text-align: center;
}
}
.content_part1 {
width: 1200px;
margin: 120px auto;
display: flex;
.part_img {
width: 500px;
height: 345px;
padding-top: 60px;
margin-right: -66px;
z-index: 100;
}
.part_con {
width: 767px;
background: rgba(249, 248, 248, 0.39);
padding: 91px 0 121px 94px;
.con_tit {
width: 80px;
height: 22px;
font-size: 20px;
font-weight: 400;
color: #424242;
padding-bottom: 7px;
box-sizing: content-box;
border-bottom: 2px solid #aa1941;
}
.con_list {
margin: 11px 0 0 15px;
li {
font-size: 16px;
font-weight: 400;
line-height: 2;
list-style-type: disc;
color: #aa1941;
p {
color: #424242 !important;
}
}
}
}
}
.content_part2 {
width: 100%;
height: 835px;
background: #f9f8f8;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
.part_tit {
font-size: 30px;
font-weight: bold;
color: #333333;
}
.part_con {
display: flex;
justify-content: center;
img {
width: 625px;
}
}
}
.content_part3 {
width: 100%;
height: 860px;
background: url('https://webapp-pub.ezijing.com/www/pc/practice/study/part3_bg.png') no-repeat center;
background-size: 100% 100%;
margin-top: 0;
}
.content_part4 {
width: 1200px;
height: 540px;
margin: 120px auto;
margin-bottom: 120px;
background: url('https://webapp-pub.ezijing.com/www/pc/practice/study/part4_bg.png') no-repeat center;
background-size: 100% 100%;
position: relative;
.mask {
position: absolute;
background: rgba(255, 255, 255, 0.09);
top: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 100;
}
.part_con {
display: flex;
justify-content: space-between;
.con_left {
margin-top: 127px;
padding-top: 47px;
width: 592px;
height: 223px;
background: #aa1941;
box-shadow: 0px 0px 122px rgba(0, 0, 0, 0.07);
opacity: 0.63;
z-index: 200;
position: relative;
font-size: 48px;
font-weight: 500;
color: #ffffff;
text-align: center;
}
.con_right {
margin: 110px 136px 104px 87px;
padding: 63px 56px 56px 64px;
width: 401px;
background: #ffffff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
z-index: 300;
.el-input__inner {
border: 1px solid #999999;
border-radius: 2px;
}
.el-input {
width: 280px;
font-size: 14px;
font-weight: 300;
color: #999999;
}
.el-button {
width: 281px;
background: #aa1941;
border-radius: 4px;
text-align: center;
font-size: 18px;
font-weight: 400;
color: #ffffff;
}
}
}
}
}
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论