提交 4935b31e authored 作者: 王鹏飞's avatar 王鹏飞

refactor: 移除无用文件

上级 399a4f71
projectId=6800242743894343680
baseURL=https://project-api.ezijing.com
loginURL=https://login.ezijing.com/auth
\ No newline at end of file
projectId=6800242743894343680
baseURL=https://project-api2.ezijing.com
loginURL=https://login2.ezijing.com/auth
\ No newline at end of file
{
"i18n-ally.localesPaths": ["langs"],
"cSpell.words": ["Marywood"]
}
......@@ -7,7 +7,6 @@
<div class="article-time">{{ formatDate(data.start_time) }}</div>
<h1 class="article-title">{{ data.title }}</h1>
<div class="article-content" v-html="data.content"></div>
<ArticleRecommend />
</div>
</template>
......
......@@ -38,7 +38,9 @@
<section class="section">
<div class="section-inner">
<h2 class="section-title">商业数据分析实践教学平台案例资源介绍</h2>
<p class="section-info">以真实的行业案例为原型,辅之以大量的真实行业数据,按照国家级教材研发标准为参考开发的综合性企业真实场景的实战教学案例</p>
<p class="section-info">
以真实的行业案例为原型,辅之以大量的真实行业数据,按照国家级教材研发标准为参考开发的综合性企业真实场景的实战教学案例
</p>
<div class="zy">
<table class="table">
<thead>
......@@ -65,9 +67,15 @@
<h3 class="section-subtitle">案例资源示例</h3>
<div class="tab">
<ul class="tab-header">
<li v-for="(item, index) in tabList" :class="{ 'is-active': index === tabActive }" :key="index" @mouseover="tabActive = index">{{ item.title }}</li>
<li
v-for="(item, index) in tabList"
:class="{ 'is-active': index === tabActive }"
:key="index"
@mouseover="tabActive = index">
{{ item.title }}
</li>
</ul>
<ul class="tab-body" v-for="(item, index) in tabList" :key="index" v-if="index === tabActive">
<ul class="tab-body" v-for="(item, index) in tabList" :key="index" v-show="index === tabActive">
<li v-for="item in item.children" :key="item"><img :src="item" /></li>
</ul>
</div>
......@@ -110,21 +118,21 @@ const mkList = ref([
children: [
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_1_1.png',
title: '来自于企业的真实商业数据分析产品'
title: '来自于企业的真实商业数据分析产品',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_1_2.png',
title: '实现学校训练和企业实操的无缝衔接'
title: '实现学校训练和企业实操的无缝衔接',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_1_3.png',
title: '强大的企业级数据分析功能'
title: '强大的企业级数据分析功能',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_1_4.png',
title: '面向非技术人员的商业数据分析能力训练'
}
]
title: '面向非技术人员的商业数据分析能力训练',
},
],
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2.png',
......@@ -132,21 +140,21 @@ const mkList = ref([
children: [
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2_1.png',
title: '一站式理论+实践学习平台'
title: '一站式理论+实践学习平台',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2_2.png',
title: '结合配套教学资源实现开箱即用'
title: '结合配套教学资源实现开箱即用',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2_3.png',
title: '工业级产品与教学管理的完美适配'
title: '工业级产品与教学管理的完美适配',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2_4.png',
title: '全面支撑课程评价和专业建设数据要求'
}
]
title: '全面支撑课程评价和专业建设数据要求',
},
],
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3.png',
......@@ -154,20 +162,20 @@ const mkList = ref([
children: [
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3_1.png',
title: '灵活的实验配置实现丰富教学场景支撑'
title: '灵活的实验配置实现丰富教学场景支撑',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3_2.png',
title: '实验成绩多维构成及综合评分制'
title: '实验成绩多维构成及综合评分制',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3_3.png',
title: '实验报告在线灵活填写及自动评分'
title: '实验报告在线灵活填写及自动评分',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3_4.png',
title: '与大赛平台无缝衔接'
}
title: '与大赛平台无缝衔接',
},
],
},
])
......
......@@ -37,7 +37,9 @@
<section class="section">
<div class="section-inner">
<h2 class="section-title">数字营销实践教学平台案例资源介绍</h2>
<p class="section-info">以真实的行业案例为原型,辅之以大量的真实行业数据,按照国家级教材研发标准为参考开发的综合性企业真实场景的实战教学案例</p>
<p class="section-info">
以真实的行业案例为原型,辅之以大量的真实行业数据,按照国家级教材研发标准为参考开发的综合性企业真实场景的实战教学案例
</p>
<div class="zy">
<table class="table">
<thead>
......@@ -64,9 +66,15 @@
<h3 class="section-subtitle">案例资源示例</h3>
<div class="tab">
<ul class="tab-header">
<li v-for="(item, index) in tabList" :class="{ 'is-active': index === tabActive }" :key="index" @mouseover="tabActive = index">{{ item.title }}</li>
<li
v-for="(item, index) in tabList"
:class="{ 'is-active': index === tabActive }"
:key="index"
@mouseover="tabActive = index">
{{ item.title }}
</li>
</ul>
<ul class="tab-body" v-for="(item, index) in tabList" :key="index" v-if="index === tabActive">
<ul class="tab-body" v-for="(item, index) in tabList" :key="index" v-show="index === tabActive">
<li v-for="item in item.children" :key="item"><img :src="item" /></li>
</ul>
</div>
......@@ -109,21 +117,21 @@ const mkList = ref([
children: [
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_1_1.png',
title: '来自于企业的真实数字营销产品'
title: '来自于企业的真实数字营销产品',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_1_2.png',
title: '真实的用户触达与营销分析能力'
title: '真实的用户触达与营销分析能力',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_1_3.png',
title: '实现学校训练和企业实操的无缝衔接'
title: '实现学校训练和企业实操的无缝衔接',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_1_4.png',
title: '强大的一站式自动化营销能力'
}
]
title: '强大的一站式自动化营销能力',
},
],
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2.png',
......@@ -131,21 +139,21 @@ const mkList = ref([
children: [
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2_1.png',
title: '一站式理论+实践学习平台'
title: '一站式理论+实践学习平台',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2_2.png',
title: '结合配套教学资源实现开箱即用'
title: '结合配套教学资源实现开箱即用',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2_3.png',
title: '工业级产品与教学管理的完美适配'
title: '工业级产品与教学管理的完美适配',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2_4.png',
title: '全面支撑课程评价和专业建设数据要求'
}
]
title: '全面支撑课程评价和专业建设数据要求',
},
],
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3.png',
......@@ -153,20 +161,20 @@ const mkList = ref([
children: [
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3_1.png',
title: '灵活的实验配置实现丰富教学场景支撑'
title: '灵活的实验配置实现丰富教学场景支撑',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3_2.png',
title: '实验成绩多维构成及综合评分制'
title: '实验成绩多维构成及综合评分制',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3_3.png',
title: '实验报告在线灵活填写及自动评分'
title: '实验报告在线灵活填写及自动评分',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3_4.png',
title: '与大赛平台无缝衔接'
}
title: '与大赛平台无缝衔接',
},
],
},
])
......
......@@ -36,7 +36,9 @@
<section class="section">
<div class="section-inner">
<h2 class="section-title">大数据实践教学平台案例资源介绍</h2>
<p class="section-info">以真实的行业案例为原型,辅之以大量的真实行业数据,按照国家级教材研发标准为参考开发的综合性企业真实场景的实战教学案例</p>
<p class="section-info">
以真实的行业案例为原型,辅之以大量的真实行业数据,按照国家级教材研发标准为参考开发的综合性企业真实场景的实战教学案例
</p>
<div class="zy">
<table class="table">
<thead>
......@@ -63,9 +65,15 @@
<h3 class="section-subtitle">案例资源示例</h3>
<div class="tab">
<ul class="tab-header">
<li v-for="(item, index) in tabList" :class="{ 'is-active': index === tabActive }" :key="index" @mouseover="tabActive = index">{{ item.title }}</li>
<li
v-for="(item, index) in tabList"
:class="{ 'is-active': index === tabActive }"
:key="index"
@mouseover="tabActive = index">
{{ item.title }}
</li>
</ul>
<ul class="tab-body" v-for="(item, index) in tabList" :key="index" v-if="index === tabActive">
<ul class="tab-body" v-for="(item, index) in tabList" :key="index" v-show="index === tabActive">
<li v-for="item in item.children" :key="item"><img :src="item" /></li>
</ul>
</div>
......@@ -100,21 +108,21 @@ const mkList = ref([
children: [
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_1_1.png',
title: '内置多个开箱即用教学环境'
title: '内置多个开箱即用教学环境',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_1_2.png',
title: '内置多门大数据基础及提升课程资源'
title: '内置多门大数据基础及提升课程资源',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_1_3.png',
title: '支持多种训练环境及教师远程辅助'
title: '支持多种训练环境及教师远程辅助',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_1_4.png',
title: '支持多种虚拟化技术及部署方式'
}
]
title: '支持多种虚拟化技术及部署方式',
},
],
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2.png',
......@@ -122,21 +130,21 @@ const mkList = ref([
children: [
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2_1.png',
title: '一站式理论+实践学习平台'
title: '一站式理论+实践学习平台',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2_2.png',
title: '结合配套教学资源实现开箱即用'
title: '结合配套教学资源实现开箱即用',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2_3.png',
title: '工业级产品与教学管理的完美适配'
title: '工业级产品与教学管理的完美适配',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_2_4.png',
title: '全面支撑课程评价和专业建设数据要求'
}
]
title: '全面支撑课程评价和专业建设数据要求',
},
],
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3.png',
......@@ -144,20 +152,20 @@ const mkList = ref([
children: [
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3_1.png',
title: '灵活的实验配置实现丰富教学场景支撑'
title: '灵活的实验配置实现丰富教学场景支撑',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3_2.png',
title: '实验成绩多维构成及综合评分制'
title: '实验成绩多维构成及综合评分制',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3_3.png',
title: '实验报告在线灵活填写及自动评分'
title: '实验报告在线灵活填写及自动评分',
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/digital/yx_1_1/mk_3_4.png',
title: '与大赛平台无缝衔接'
}
title: '与大赛平台无缝衔接',
},
],
},
])
......
......@@ -65,7 +65,7 @@
<ul class="tab-header">
<li v-for="(item, index) in tabList" :class="{ 'is-active': index === tabActive }" :key="index" @mouseover="tabActive = index">{{ item.title }}</li>
</ul>
<ul class="tab-body" v-for="(item, index) in tabList" :key="index" v-if="index === tabActive">
<ul class="tab-body" v-for="(item, index) in tabList" :key="index" v-show="index === tabActive">
<li v-for="item in item.children" :key="item"><img :src="item" /></li>
</ul>
</div>
......
import { ElMessage } from 'element-plus'
export const roadMapList = [
{
project_name: '项目名称:',
position: 'top',
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon1.png',
title: '职业教育',
isShow: false,
projectList: [
{
tenant: '',
name: '紫荆数字经济产业学院',
href: 'https://e-saas.ezijing.com',
},
],
checkList: [
{
name: '在线国际学位',
path: '/internationalDegree',
},
{
name: '硕士(国际留学)',
path: '/studyAbroad',
},
],
},
{
project_name: '项目名称:',
position: 'left-end',
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon2.png',
title: '本科',
isShow: false,
projectList: [
{
tenant: '',
name: '紫荆数字经济产业学院',
href: 'https://e-saas.ezijing.com',
},
{
tenant: '',
name: '国际大一(1+3)即将推出',
onClick() {
ElMessage('即将推出')
},
},
],
checkList: [
{
name: '在线国际学位',
path: '/internationalDegree',
},
{
name: '硕士(国际留学)',
path: '/studyAbroad',
},
],
},
{
project_name: '项目名称:',
position: 'right-start',
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon3.png',
title: '在线国际学位',
isShow: false,
projectList: [
{
tenant: 'marywood',
name: '工商管理硕士MBA',
href: 'https://marywood.ezijing.com',
},
{
tenant: 'seg',
name: '瑞士酒店管理大学MBA',
href: 'https://shms.ezijing.com',
},
{
tenant: 'caas',
name: '餐饮管理方向MBA',
href: 'https://caas.ezijing.com',
},
{
tenant: 'sofia',
name: '金融方向MBA',
href: 'https://sofia.ezijing.com',
},
],
checkList: [
{
tenant: 'cbu_plus',
name: '工商管理博士DBA',
href: 'https://cbu-plus.ezijing.com',
},
],
},
{
project_name: '项目名称:',
position: 'right-start',
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon4.png',
title: '硕士',
isShow: false,
projectList: [
{
tenant: 'kelley',
name: '金融硕士MSF',
href: 'https://kelley.ezijing.com',
},
{
tenant: 'campbellsville',
name: '教育学硕士(儿童)MED',
href: 'https://cu.ezijing.com',
},
{
tenant: 'ciis',
name: '应用心理学MAP',
href: 'https://ciis.ezijing.com',
},
],
checkList: [
{
tenant: 'cbu_plus',
name: '工商管理博士DBA',
href: 'https://cbu-plus.ezijing.com',
},
],
},
{
project_name: '项目名称:',
position: 'bottom-start',
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/icon5.png',
title: '博士',
isShow: false,
projectList: [
{
tenant: 'cbu_plus',
name: '工商管理博士DBA',
href: 'https://cbu-plus.ezijing.com',
},
],
checkList: [],
},
]
export const homeMapList = [
{
project_name: '项目名称:',
position: 'left',
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/home.png',
title: '职业证书',
isShow: false,
itemList: [
{
tenant: 'x1',
name: '1+X',
href: 'https://x.ezijing.com/',
},
{
tenant: '',
name: '私人财富风险管理顾问(PRP)',
href: 'https://prp.ezijing.com',
},
{
tenant: '',
name: '高管培训-数字创新管理',
onClick() {
ElMessage('敬请期待')
},
},
{
tenant: '',
name: '互联网营销师',
href: 'https://vst.ezijing.com',
},
{
tenant: '',
name: '工业机器人系统操作员',
href: 'https://vst.ezijing.com',
},
{
tenant: '',
name: '大数据技术人员',
href: 'https://vst.ezijing.com',
},
],
},
{
position: 'top-start',
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/home.png',
title: '实习就业',
isShow: false,
itemList: [
{
tenant: '',
name: '敬请期待',
href: '',
},
],
},
{
position: 'top-start',
icon: 'https://webapp-pub.ezijing.com/www/pc/lifeLearning/home.png',
isShow: false,
title: '企业培训',
itemList: [
{
tenant: '',
name: '敬请期待',
href: '',
},
],
},
]
<template>
<div v-if="listData.length">
<div class="recommend-content">
<div class="titles">
<div class="line"></div>
<div class="text">相关推荐</div>
</div>
<ul class="list-box">
<li v-for="(item, index) in listData" :key="index">
<AppLink :data="item" :to="`/news/hot/${item.id}`">
<img :src="item.web_img_uri" />
<div class="dec">{{ item.title }}</div>
</AppLink>
</li>
</ul>
</div>
<div class="more-btn" @click="$router.push({ path: '/news/hot' })">查看更多</div>
</div>
</template>
<script>
import AppLink from '@/components/AppLink'
export default {
components: { AppLink },
data() {
return {
data: {},
listData: [],
}
},
async fetch() {
const config = useRuntimeConfig()
const params = {
project_id: config.public.projectId,
type_tag: 'article_news_hot',
is_recommend: 1,
page: 1,
limit: 3,
}
this.listData = await this.$axios.get('/api/cms/api/v1/articles', { params }).then((res) => {
return res.data.data
})
},
methods: {
goPage(item) {
if (item.source) {
window.open(item.source)
} else {
this.$router.push({ path: `/news/hot/${item.id}` })
}
},
},
}
</script>
<style lang="scss" scoped>
.recommend-content {
border-top: 1px solid #e6e6e6;
padding-top: 37px;
.titles {
display: flex;
align-items: center;
.line {
width: 6px;
height: 22px;
background: #aa1941;
}
.text {
font-size: 22px;
color: #333333;
margin-left: 10px;
}
}
.list-box {
margin-top: 50px;
display: flex;
justify-content: space-between;
li {
width: 280px;
img {
width: 280px;
height: 184px;
display: block;
}
.dec {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
font-size: 16px;
line-height: 26px;
color: #333333;
margin-top: 10px;
}
}
}
}
.more-btn {
position: relative;
z-index: 999;
width: 164px;
height: 40px;
border: 1px solid #d3d3d3;
border-radius: 8px;
line-height: 40px;
text-align: center;
font-size: 16px;
color: #999999;
margin: 50px auto 0;
cursor: pointer;
}
</style>
<template>
<div class="main_container">
<div class="container_item banner1">
<a href="https://pages.ezijing.com/marywood/20220729.html?channel_num=29759" target="_blank">
<div class="btn_detail">查看详情</div>
</a>
</div>
<div class="container_item banner2">
<a href="https://pages.ezijing.com/marywood/m204001490514.html?channel_num=29759" target="_blank">
<div class="btn_detail">查看详情</div>
</a>
</div>
</div>
</template>
<style scoped lang="scss">
.main_container {
width: 1200px;
margin: 88px auto;
display: flex;
justify-content: space-around;
.container_item {
width: 550px;
height: 551px;
position: relative;
.btn_detail {
width: 150px;
height: 44px;
border: 1px solid #ffffff;
line-height: 44px;
text-align: center;
font-size: 22px;
font-weight: 500;
color: #ffffff;
position: absolute;
top: 443px;
bottom: 64px;
left: 50%;
transform: translateX(-50%);
cursor: pointer;
}
.btn_detail:hover {
background: #ffffff;
color: #333333;
}
}
.banner1 {
background: url(https://webapp-pub.ezijing.com/www/pc/marywood/banner1.png);
margin-right: 98px;
}
.banner2 {
background: url(https://webapp-pub.ezijing.com/www/pc/marywood/banner2.png);
}
}
</style>
<template>
<div class="marywood-header-main">
<div class="color-bar"></div>
<div class="head-top-content">
<div class="max-width-content">
<div class="logo-box">
<nuxt-link to="/">
<img src="https://webapp-pub.ezijing.com/www/pc/marywood/logo_head.png" />
</nuxt-link>
<div class="line"></div>
<img src="https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg" />
</div>
</div>
</div>
</div>
</template>
<style lang="scss">
.marywood-header-main {
width: 100%;
background: #fff;
.color-bar {
height: 10px;
background: #aa1941;
}
.head-top-content {
// width: 1200px;
// margin: 0 auto;
border: 1px solid #ebebeb;
padding: 23px 0 22px;
.max-width-content {
display: flex;
align-items: center;
img {
height: 55px;
cursor: pointer;
display: block;
}
.logo-box {
display: flex;
align-items: center;
justify-content: center;
img {
height: 55px;
cursor: pointer;
display: block;
}
.line {
border-right: 2px solid #aa1941;
height: 26px;
width: 0;
margin: 0 20px;
}
.title {
font-size: 30px;
font-weight: 500;
color: #aa1941;
box-sizing: border-box;
white-space: nowrap;
word-wrap: normal;
word-break: keep-all;
}
}
}
}
.max-width-content {
width: 1200px;
margin: 0 auto;
}
}
</style>
<template>
<div class="service-content max-width-center">
<AppCard title="玛丽伍德大学介绍">
<div class="desc">
<p>
美国玛丽伍德大学(Marywood
University)办于1915年,有超过100年的历史。学校位于宾夕法尼亚州斯克兰顿市,占地700亩。学校地理位置优越,距离美国金融中心纽约和美国最古老城市之一的费城均约2小时车程。玛丽伍德大学是一所拥有128名全职教授、超过
3,000 名在校学生的综合性大学,大学设置超过100个本科、硕士及博士专业。
</p>
<p>
玛丽伍德大学服务来自各种学习背景的学生,并且率先通过对道德的推动来丰富人生,为学生全面发展并掌握专业技能和领导能力创建一套体系化的教育系统。
</p>
</div>
</AppCard>
</div>
</template>
<style lang="scss" scoped>
.max-width-center {
width: 1200px;
margin: 80px auto;
.desc {
font-size: 20px;
font-weight: 400;
line-height: 36px;
color: #666666;
margin-top: 48px;
}
}
</style>
差异被折叠。
<template>
<div class="presence-content-box">
<div class="content-mian">
<div class="enroll-box">
<div class="left-content">
<div class="tit">马上申请<br />加入未来管理者项目</div>
<div class="tips">温馨提示:仅本科及以上学历可报名</div>
</div>
<div class="right-content">
<div class="li">
<el-select v-model="form.years" placeholder="请选择工作年限">
<el-option v-for="item in yearsOptions" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</el-select>
</div>
<div class="li">
<el-select v-model="form.degree" placeholder="请选择学历/学位">
<el-option v-for="item in degreeOptions" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</el-select>
</div>
<div class="li">
<el-input v-model="form.name" placeholder="输入您的姓名"></el-input>
</div>
<div class="li">
<el-input v-model="form.phone" placeholder="输入您的手机号"></el-input>
</div>
<div class="btn">立即提交</div>
<div class="tips">报名注册即将开通</div>
</div>
</div>
</div>
</div>
</template>
<script>
import AppLink from '@/components/AppLink'
export default {
name: 'presence',
components: {
AppLink,
},
data() {
return {
yearsOptions: [
{
value: '0~2',
label: '0-2年',
},
{
value: '3~5',
label: '3-5年',
},
{
value: '5~10',
label: '5-10年',
},
{
value: '10+',
label: '10年及以上',
},
],
degreeOptions: [
{
value: '2',
label: '普通本科',
},
{
value: '3',
label: '本科/学士',
},
{
value: '5',
label: '硕士',
},
{
value: '7',
label: '博士',
},
],
form: {
years: '',
degree: '',
name: '',
phone: '',
// channel: 19960,
project_id: useRuntimeConfig().public.projectId,
},
value: '',
}
},
mounted() {},
methods: {},
}
</script>
<style lang="scss" scoped>
.presence-content-box {
.content-mian {
.enroll-box {
width: 900px;
height: 400px;
margin: 20px auto 30px;
background: url(https://webapp-pub.ezijing.com/project/kelley/home-ssfc-bg.png);
background-size: 100% 100%;
display: flex;
justify-content: space-between;
.left-content {
width: 380px;
height: 223px;
background: rgba(170, 25, 65, 0.63);
box-shadow: 0px 0px 122px rgba(0, 0, 0, 0.07);
margin-top: 80px;
.tit {
font-size: 30px;
font-weight: bold;
line-height: 58px;
color: #ffffff;
text-align: center;
margin-top: 30px;
}
.tips {
font-size: 14px;
line-height: 100%;
color: #ffffff;
margin-top: 30px;
text-align: center;
}
}
.right-content {
width: 380px;
height: 340px;
background: #ffffff;
margin-top: 24px;
box-sizing: border-box;
padding: 30px 56px 56px 64px;
margin-right: 56px;
:deep(.el-select) {
width: 100%;
}
.li {
margin-bottom: 20px;
}
.btn {
font-size: 18px;
line-height: 32px;
color: #ffffff;
width: 260px;
background: #a9a9a9;
border-radius: 4px;
text-align: center;
cursor: pointer;
}
.tips {
color: #a9a9a9;
line-height: 30px;
text-align: center;
}
}
}
}
}
</style>
<template>
<div class="swiper-content">
<Swiper
ref="mySwiper"
:speed="400"
:autoplay="{ delay: 3000 }"
:loop="true"
:slides-per-view="'auto'"
:centered-slides="true"
:space-between="20"
:navigation="{
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
}"
class="swiper">
<SwiperSlide>
<img src="https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_01.png" />
<p>
<span>{{ isEn ? '金融财经类' : '金融财经类' }}</span>
</p>
</SwiperSlide>
<SwiperSlide>
<img src="https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_02.png" />
<p>
<span>{{ isEn ? '数字化营销类' : '数字化营销类' }}</span>
</p>
</SwiperSlide>
<SwiperSlide>
<img src="https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_03.png" />
<p>
<span>{{ isEn ? '新媒体运营类' : '新媒体运营类' }}</span>
</p>
</SwiperSlide>
<SwiperSlide>
<img src="https://webapp-pub.ezijing.com/www/pc/services/job/occupation_swipe_04.png" />
<p>
<span>{{ isEn ? '品牌运营类' : '品牌运营类' }}</span>
</p>
</SwiperSlide>
</Swiper>
<div class="swiper-btn swiper-button-prev">
<img src="https://webapp-pub.ezijing.com/www/pc/swipe-prev-btn.png" />
</div>
<div class="swiper-btn swiper-button-next">
<img src="https://webapp-pub.ezijing.com/www/pc/swipe-next-btn.png" />
</div>
</div>
</template>
<script setup>
import { Swiper, SwiperSlide } from 'swiper/vue'
const lang = useCookie('lang')
const isEn = computed(() => lang.value === 'en-US')
</script>
<style lang="scss" scoped>
.swiper-content {
// padding: 0 25px;
margin-top: 37px;
position: relative;
// overflow: auto;
// width: 100%;
.swiper-slide {
position: relative;
width: 176px;
height: 224px;
// margin-top: 10px;
p {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
background: rgba(51, 51, 51, 0.65);
box-sizing: border-box;
padding-top: 92px;
font-size: 20px;
color: #fefefe;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
span {
display: block;
line-height: 40px;
font-size: 16px;
}
}
img {
width: 100%;
}
}
.swiper-slide-active {
width: 176px;
height: 224px;
margin-top: 0;
img {
width: 100%;
height: 100%;
display: block;
}
}
.swiper-btn {
width: 20px;
height: 35px;
position: absolute;
left: -5px;
top: 50%;
transform: translateY(-50%);
z-index: 2;
display: none;
img {
width: 100%;
height: 100%;
display: block;
}
}
.swiper-button-next {
left: unset;
right: -5px;
}
}
</style>
<template>
<ul class="tab-content">
<li
v-for="(item, index) in data"
:class="indexActive === index && 'active'"
:key="index"
@click="tabChanges(item, index)"
v-html="item.name"
></li>
</ul>
</template>
<script>
export default {
props: {
data: {
type: Array
},
defaultActive: {
type: Number,
default: 0
}
},
data() {
return {
indexActive: 0
}
},
mounted() {
this.indexActive = this.defaultActive
},
methods: {
tabChanges(item, index) {
if (item.path) {
this.$router.push({ path: item.path })
return
}
if (item.disabled) {
return
}
this.indexActive = index
this.$emit('tabChangeIndex', index)
}
}
}
</script>
<style lang="scss" scoped>
.tab-content {
width: 180px;
height: fit-content;
background: #fff;
padding-top: 35px;
padding-bottom: 43px;
li {
position: relative;
width: 100%;
font-size: 22px;
line-height: 40px;
text-align: center;
color: #777777;
margin-bottom: 60px;
cursor: pointer;
&:last-child {
margin: 0;
}
&.active {
color: rgba(170, 25, 65, 1);
&::after {
content: '';
width: 8px;
height: 40px;
background: rgba(170, 25, 65, 1);
position: absolute;
top: 0;
left: 0;
}
}
}
}
</style>
差异被折叠。
......@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev": "nuxt dev --open",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
......
<template>
<article-detail :tabs="tabs" @back="router.push('/about/message')"></article-detail>
</template>
<script setup>
const tabs = useAboutNavList()
const router = useRouter()
</script>
<template>
<app-frame :tabs="tabs">
<img src="https://webapp-pub.ezijing.com/www/pc/news/news.png" class="banner" />
<template #article>
<article-list v-bind="listOptions"></article-list>
</template>
</app-frame>
</template>
<script setup>
import { getArticleList } from '@/api'
const tabs = useAboutNavList()
const config = useRuntimeConfig()
const listOptions = computed(() => ({
remote: {
httpRequest: getArticleList,
params: { project_id: config.public.projectId, type_tag: 'img_text_school' },
},
to(item) {
return { path: `/about/message/${item.id}` }
},
}))
</script>
差异被折叠。
<template>
<div class="main_content">
<img src="https://webapp-pub.ezijing.com/www/pc/practice/Index/banner.png" class="content_banner" />
<div class="content_part">
<div class="part_title">{{ $t('baseMain.tit') }}</div>
<div class="part_desc">
{{ $t('baseMain.desc') }}
</div>
</div>
<div class="content_part2">
<img
:src="
locale === 'en-US'
? 'https://webapp-pub.ezijing.com/www/pc/practice/Index/jd_bg_en.png'
: 'https://webapp-pub.ezijing.com/www/pc/practice/Index/jd_bg.png'
" />
</div>
<div class="content_part3">
<div class="part3_con">
<div class="con_list" v-for="(item, index) in list" :key="index" @click="$router.push(item.url)">
<div class="mask"></div>
<img class="img" :src="item.img" />
<img class="imgActive" :src="item.imgActive" />
<div class="list_tit">{{ item.title }}</div>
<div class="list_desc" v-html="item.desc"></div>
<div class="list_btn">{{ $t('skill.item_btn') }}</div>
</div>
</div>
</div>
</div>
</template>
<script setup>
import { computed } from 'vue'
const { locale, t } = useI18n()
const list = computed(() => [
{
img: 'https://webapp-pub.ezijing.com/www/pc/practice/Index/icon_gongjian.png',
imgActive: 'https://webapp-pub.ezijing.com/www/pc/practice/Index/icon_gongjian_active.png',
title: t('baseMain.item_tit1'),
desc: t('baseMain.item_desc1'),
url: 'practice/industry',
},
{
img: 'https://webapp-pub.ezijing.com/www/pc/practice/Index/icon_shiyan.png',
imgActive: 'https://webapp-pub.ezijing.com/www/pc/practice/Index/icon_shiyan_active.png',
title: t('baseMain.item_tit2'),
desc: t('baseMain.item_desc2'),
url: '/practice/laboratory',
},
{
img: 'https://webapp-pub.ezijing.com/www/pc/practice/Index/icon_1%2Bx.png',
imgActive: 'https://webapp-pub.ezijing.com/www/pc/practice/Index/icon_1%2Bx_active.png',
title: t('baseMain.item_tit3'),
desc: t('baseMain.item_desc3'),
url: '/practice/skill',
},
{
img: 'https://webapp-pub.ezijing.com/www/pc/practice/Index/icon_pt.png',
imgActive: 'https://webapp-pub.ezijing.com/www/pc/practice/Index/icon_pt_active.png',
title: t('baseMain.item_tit4'),
desc: t('baseMain.item_desc4'),
url: '/practice/talent',
},
])
</script>
<style lang="scss" scoped>
.main_content {
width: 100%;
background: #ffffff;
.content_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;
text-align: center;
}
}
.content_part2 {
width: 1200px;
height: 662px;
margin: 106px auto;
// background: url('https://webapp-pub.ezijing.com/www/pc/practice/Index/jd_bg.png')
// no-repeat center;
background-size: 100% 100%;
img {
width: 100%;
height: 100%;
}
}
.content_part3 {
width: 100%;
background: #f9f8f8;
padding-top: 120px;
margin-bottom: 20px;
.part3_con {
width: 1200px;
margin: auto;
display: flex;
justify-content: space-between;
.con_list {
width: 285px;
// background: rgba(255, 255, 255, 0.39);
background-size: 100% 100%;
box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.13);
display: flex;
flex-direction: column;
// justify-content: space-between;
align-items: center;
padding: 47px 0 67px;
border-bottom: 3px solid #aa1941;
cursor: pointer;
text-align: center;
position: relative;
.list_tit {
font-size: 22px;
font-weight: bold;
color: #333333;
height: 70px;
margin-top: 26px;
}
.list_desc {
font-size: 20px;
font-weight: 400;
line-height: 38px;
color: #666666;
margin-top: 10px;
text-align: center;
}
.list_btn {
width: 107px;
height: 37px;
background: #aa1941;
text-align: center;
line-height: 37px;
font-size: 14px;
font-weight: 400;
color: #ffffff;
position: absolute;
bottom: 10px;
}
.imgActive {
display: none;
}
.mask {
position: absolute;
background: none;
top: 0;
right: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
&:hover {
border: none;
position: relative;
z-index: 10;
background-image: url('https://webapp-pub.ezijing.com/www/pc/practice/Index/bg1.png');
.mask {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.24) !important;
z-index: 20;
}
.imgActive {
display: block;
position: relative;
z-index: 30;
}
.img {
display: none;
}
.list_tit {
margin-top: 26px;
}
.list_tit,
.list_desc {
color: #ffffff;
position: relative;
z-index: 30;
}
.list_btn {
background: #ffffff;
color: #333333;
z-index: 30;
position: absolute;
bottom: 10px;
}
}
}
.con_list:nth-child(3) {
&:hover {
background-image: url('https://webapp-pub.ezijing.com/www/pc/practice/Index/bg3.png');
}
}
.con_list:nth-child(1) {
&:hover {
background-image: url('https://webapp-pub.ezijing.com/www/pc/practice/Index/bg1.png');
}
}
.con_list:nth-child(2) {
&:hover {
background-image: url('https://webapp-pub.ezijing.com/www/pc/practice/Index/bg2.png');
}
}
.con_list:nth-child(4) {
&:hover {
background-image: url('https://webapp-pub.ezijing.com/www/pc/practice/Index/bg4.png');
}
}
}
}
}
</style>
差异被折叠。
差异被折叠。
<template>
<div class="main_content">
<img class="banner" src="https://webapp-pub.ezijing.com/www/pc/practice/laboratory/laboratory_banner.png" />
<div class="content_part">
<div class="part_title">{{ $t('laboratory.tit') }}</div>
<div class="part_desc">
{{ $t('laboratory.desc') }}
</div>
</div>
<div class="content_part1">
<div class="part_title" v-html="$t('laboratory.tit2')"></div>
<img
class="part_img"
:src="
locale === 'en-US'
? 'https://webapp-pub.ezijing.com/www/pc/practice/laboratory/img1_en.png'
: 'https://webapp-pub.ezijing.com/www/pc/practice/laboratory/img1.png'
" />
</div>
<div class="content_tab" v-if="locale !== 'en-US'">
<div class="tab_con">
<div v-for="(item, index) in zyList" :key="index">
<div class="con_item" :style="`background:url(${item.imgUrl}) no-repeat center`">
<div class="item_tit">{{ item.tit }}</div>
<div class="item_con">
<nuxt-link class="subNav-li" :to="item.path">
<div class="item_desc item_desc1">
{{ $t('laboratory.btn1') }}
</div>
</nuxt-link>
<a :href="item.url" target="_blank">
<div class="item_desc item_desc2">
{{ $t('laboratory.btn2') }}
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</template>
<script setup>
import { computed } from 'vue'
const { locale, t } = useI18n()
const zyList = computed(() => [
{
tit: t('laboratory.tab1_tit'),
path: '/practice/laboratory/analysis',
url: 'https://bi.ezijing.com/bi/',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/practice/laboratory/tab11.png',
},
{
tit: t('laboratory.tab2_tit'),
path: '/practice/laboratory/marketing',
url: 'https://digitalmarketinglab.ezijing.com/login',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/practice/laboratory/tab22.png',
},
])
</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-top: 90px;
display: flex;
flex-direction: column;
align-items: center;
.part_title {
font-size: 30px;
font-weight: bold;
color: #333333;
}
.part_desc {
width: 1200px;
margin: auto;
margin-top: 36px;
font-size: 18px;
font-weight: 400;
line-height: 34px;
color: #666666;
}
}
.content_part1 {
margin: 120px auto;
text-align: center;
.part_title {
font-size: 30px;
font-weight: bold;
color: #333333;
}
.part_img {
width: 1200px;
height: 922px;
margin-top: 48px;
}
}
.content_tab {
width: 100%;
height: 681px;
background: #f9f8f8;
padding-top: 120px;
margin: 120px auto;
.tab_con {
display: flex;
justify-content: center;
}
.con_item:nth-child(1) {
margin-right: 20px;
}
.con_item {
width: 590px;
height: 420px;
display: flex;
flex-direction: column;
align-items: center;
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;
height: 40px;
border: 1px solid #ffffff;
font-size: 16px;
font-weight: 400;
line-height: 40px;
color: #ffffff;
text-align: center;
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;
}
}
}
}
</style>
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论