提交 6066b1db authored 作者: haodaking's avatar haodaking

chore: update

上级 391846e2
...@@ -14,7 +14,7 @@ export default { ...@@ -14,7 +14,7 @@ export default {
const _this = this const _this = this
return { return {
list: [ list: [
{ name: '项目介绍', path: '/project-intro/introduce' }, { name: '项目介绍', path: '/about/school' },
// { name: '最近动态', path: '/news/hot' } // { name: '最近动态', path: '/news/hot' }
{ {
name: '学校介绍', name: '学校介绍',
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</li> </li>
<li @click="showFollow"> <li @click="showFollow">
<img src="https://zws-imgs-pub.ezijing.com/static/public/5526b83d7526b2742f6eba7151c367db.png" /> <img src="https://zws-imgs-pub.ezijing.com/static/public/5526b83d7526b2742f6eba7151c367db.png" />
<p>关注我们</p> <p>招办官方微信</p>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -24,12 +24,12 @@ ...@@ -24,12 +24,12 @@
<apply-form @success="hideApplyForm"></apply-form> <apply-form @success="hideApplyForm"></apply-form>
</div> </div>
</van-overlay> </van-overlay>
<!-- 关注我们 --> <!-- 招办官方微信 -->
<van-overlay :show="followVisible" @click="followVisible = false"> <van-overlay :show="followVisible" @click="followVisible = false">
<div class="dialog-box" @click.stop> <div class="dialog-box" @click.stop>
<h2 class="title">关注我们</h2> <h2 class="title">招办官方微信</h2>
<div class="follow"> <div class="follow">
<img src="https://webapp-pub.ezijing.com/project/marywood/officialAccount.jpeg" /> <img src="https://webapp-pub.ezijing.com/project/marywood-plus/wx.png" />
<p>扫码关注 了解更多</p> <p>扫码关注 了解更多</p>
</div> </div>
</div> </div>
...@@ -54,7 +54,7 @@ export default { ...@@ -54,7 +54,7 @@ export default {
hideApplyForm() { hideApplyForm() {
this.applyFormVisible = false this.applyFormVisible = false
}, },
// 关注我们 // 招办官方微信
showFollow() { showFollow() {
this.followVisible = true this.followVisible = true
} }
......
...@@ -69,7 +69,7 @@ export default { ...@@ -69,7 +69,7 @@ export default {
} else if (item.tag === '2') { } else if (item.tag === '2') {
window.open('https://webapp-pub.ezijing.com/project/cbu-plus/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf') window.open('https://webapp-pub.ezijing.com/project/cbu-plus/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf')
} else if (item.tag === '3') { } else if (item.tag === '3') {
this.$router.push('/project-intro/introduce') this.$router.push('/about/school')
} else if (item.tag === '4') { } else if (item.tag === '4') {
this.$router.push('/dataDownload/dataDownload') this.$router.push('/dataDownload/dataDownload')
} else if (item.tag === '5') { } else if (item.tag === '5') {
......
...@@ -374,7 +374,8 @@ export default { ...@@ -374,7 +374,8 @@ export default {
} }
} }
} }
.card-item:hover { // .card-item:hover {
.card-item {
.item_media { .item_media {
img { img {
transform: scale(1.1); transform: scale(1.1);
......
<template> <template>
<div :class="isMobile ? 'is-h5' : 'is-pc'"> <div :class="isMobile ? 'is-h5' : 'is-pc'">
<div class="service-content max-width-center"> <div class="service-content max-width-center">
<card title="项目定位" v-if="!isMobile"> <card title="项目简介" v-if="!isMobile">
<div class="desc"> <div class="desc">
<p>本项目致力于:</p> <p>
<p>1.培养立足中国、放眼全球,集管理实践与理论研究之大成的卓越企业家和商业领袖。</p> 加州浸会大学工商管理博士是经过美国教育监管机构WASC、BPPE、DOE、SEVIS等批准的正规全日制博士项目。该博士项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和高校学者为目标。学制三年,中国学生按照学校要求毕业获得博士学位回国后,可向中国(教育部)留学服务中心申请认证为博士研究生学历。紫荆教育是加州浸会大学该项目在中国的唯一合作伙伴。
<p>2.提供利用先进国际教育资源迈向兼具理论造诣与实践经验的顶尖学者成长之路。</p> </p>
<p>
加州浸会大学位于美国加州“科技、创新之都”河滨市(Riverside, CA),
距离美国第二大城市洛杉矶仅60英里(1小时车程),北邻美国科技与科技企业的中心——硅谷。创立于1950年,
是一所拥有11000余名在校生的综合性大学。
</p>
<p>
素以一流的学术及卓越的师资而闻名的CBU被2022年“美国新闻与世界报道”评为全美顶尖大学之一,也是南加州顶尖的研究生学位授予大学之一。除了高质量的学术课程以外,学校还拥有WASC、ACBSP、CTC、NASM、BRN、CCNE、ABET等多重权威认证,所获排名和奖项包括(不限于):<br />
“最佳本科教学排名”第6<br />“美国西部大学排名”第34<br />“最具创新力大学排名”第3
</p>
</div> </div>
</card> </card>
<div v-else> <div v-else>
<div class="tit">项目定位</div> <div class="tit">项目简介</div>
<div class="desc"> <div class="desc">
本项目致力于: <p>
<p>1.培养立足中国、放眼全球,集管理实践与理论研究之大成的卓越企业家和商业领袖。</p> 加州浸会大学工商管理博士是经过美国教育监管机构WASC、BPPE、DOE、SEVIS等批准的正规全日制博士项目。该博士项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和高校学者为目标。学制三年,中国学生按照学校要求毕业获得博士学位回国后,可向中国(教育部)留学服务中心申请认证为博士研究生学历。紫荆教育是加州浸会大学该项目在中国的唯一合作伙伴。
<p>2.提供利用先进国际教育资源迈向兼具理论造诣与实践经验的顶尖学者成长之路。</p> </p>
<p>
加州浸会大学位于美国加州“科技、创新之都”河滨市(Riverside, CA),
距离美国第二大城市洛杉矶仅60英里(1小时车程),北邻美国科技与科技企业的中心——硅谷。创立于1950年,
是一所拥有11000余名在校生的综合性大学。
</p>
<p>
素以一流的学术及卓越的师资而闻名的CBU被2022年“美国新闻与世界报道”评为全美顶尖大学之一,也是南加州顶尖的研究生学位授予大学之一。除了高质量的学术课程以外,学校还拥有WASC、ACBSP、CTC、NASM、BRN、CCNE、ABET等多重权威认证,所获排名和奖项包括(不限于):
<br />
“最佳本科教学排名”第6<br />“美国西部大学排名”第34<br />“最具创新力大学排名”第3
</p>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -3,22 +3,22 @@ ...@@ -3,22 +3,22 @@
<div class="top"> <div class="top">
<div class="link"> <div class="link">
<div class="link-left link-con"> <div class="link-left link-con">
<div class="tit"><a href="/project-intro/introduce">关于项目</a></div> <div class="tit"><a href="/about/school">关于项目</a></div>
<!-- <div class="tit"><a href="/question/question">常见问题</a></div> --> <!-- <div class="tit"><a href="/question/question">常见问题</a></div> -->
<div class="tit"><a href="/">工商管理博士DBA</a></div> <!-- <div class="tit"><a href="/">工商管理博士DBA</a></div> -->
<!-- <div class="tit"><a href="https://h5.ezijing.com" target="_blank">清控紫荆教育</a></div> --> <!-- <div class="tit"><a href="https://h5.ezijing.com" target="_blank">清控紫荆教育</a></div> -->
</div> </div>
<div class="line"></div> <div class="line"></div>
<div class="link-center link-con"> <div class="link-center link-con">
<div class="tit"><a href="/enroll/apply">招生信息</a></div> <div class="tit"><a href="/enroll/apply">申请条件</a></div>
<div class="tit"><a href="/school/school3">院校介绍</a></div> <!-- <div class="tit"><a href="/school/school3">院校介绍</a></div> -->
</div> </div>
<div class="line"></div> <div class="line"></div>
<div class="link-right link-con"> <div class="link-right link-con">
<div class="tit"><a href="/my/account">报名系统</a></div> <div class="tit"><a href="/my/account">报名系统</a></div>
<div class="tit"><a href="/dataDownload/dataDownload">资料下载</a></div> <!-- <div class="tit"><a href="/dataDownload/dataDownload">资料下载</a></div>
<div class="tit"><a href="/returnPolicy/returnPolicy">归国政策</a></div> <div class="tit"><a href="/returnPolicy/returnPolicy">归国政策</a></div> -->
</div> </div>
</div> </div>
<div class="about"> <div class="about">
...@@ -89,7 +89,7 @@ export default { ...@@ -89,7 +89,7 @@ export default {
align-items: flex-start; align-items: flex-start;
.line { .line {
width: 0px; width: 0px;
height: 0.7rem; height: 0.16rem;
border-right: 0.005rem solid #cc9d9d; border-right: 0.005rem solid #cc9d9d;
margin-top: 0.05rem; margin-top: 0.05rem;
opacity: 0.5; opacity: 0.5;
......
...@@ -9,21 +9,21 @@ ...@@ -9,21 +9,21 @@
</div> </div>
<div class="bottom"> <div class="bottom">
<div class="bottom_left con"> <div class="bottom_left con">
<a href="/project-intro/introduce">关于项目</a> <a href="/about/school">项目介绍</a>
<a href="/">工商管理博士DBA</a> <!-- <a href="/">工商管理博士DBA</a> -->
<!-- <a href="/question/question">常见问题</a> --> <!-- <a href="/question/question">常见问题</a> -->
<!-- <a href="https://www.ezijing.com/" target="_blank">清控紫荆教育</a> --> <!-- <a href="https://www.ezijing.com/" target="_blank">清控紫荆教育</a> -->
</div> </div>
<div class="line"></div> <div class="line"></div>
<div class="bottom_center con"> <div class="bottom_center con">
<a href="/enroll/apply">招生信息</a> <a href="/enroll/apply">申请条件</a>
<a href="/school/school3">院校介绍</a> <!-- <a href="/school/school3">院校介绍</a> -->
</div> </div>
<div class="line"></div> <div class="line"></div>
<div class="bottom_bottom con"> <div class="bottom_bottom con">
<a href="/my/account">报名系统</a> <a href="/my/account">报名系统</a>
<a href="/dataDownload/dataDownload">资料下载</a> <!-- <a href="/dataDownload/dataDownload">资料下载</a>
<a href="/returnPolicy/returnPolicy">归国政策</a> <a href="/returnPolicy/returnPolicy">归国政策</a> -->
</div> </div>
</div> </div>
</div> </div>
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</div> </div>
</div> </div>
<div class="right-content"> <div class="right-content">
<img src="https://webapp-pub.ezijing.com/project/marywood/officialAccount.jpeg" class="code" /> <img src="https://webapp-pub.ezijing.com/project/marywood-plus/wx.png" class="code" />
<div class="tips-txt"> <div class="tips-txt">
<img src="https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png" /> <img src="https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png" />
<div class="txt">{{ $t('foot.weChat') }}</div> <div class="txt">{{ $t('foot.weChat') }}</div>
...@@ -122,7 +122,7 @@ export default {} ...@@ -122,7 +122,7 @@ export default {}
} }
.line { .line {
width: 0px; width: 0px;
height: 110px; // height: 110px;
border-right: 0.6px solid #cc9d9d; border-right: 0.6px solid #cc9d9d;
opacity: 0.7; opacity: 0.7;
margin: 4px 53px 0 39px; margin: 4px 53px 0 39px;
......
...@@ -50,13 +50,13 @@ export default { ...@@ -50,13 +50,13 @@ export default {
// 项目介绍 // 项目介绍
{ {
name: this.$t('menu.project'), name: this.$t('menu.project'),
path: '/project-intro/introduce' path: '/about/school',
// childern: [ childern: [
// { name: this.$t('menu.projectChild.bg'), path: '/project-intro/introduce' }, { name: this.$t('menu.schoolChild.school3'), path: '/about/school' },
// { name: this.$t('menu.newsChild.hot'), path: '/news/hot' } { name: this.$t('menu.newsChild.hot'), path: '/news/hot' }
// // { name: this.$t('menu.projectChild.feature'), path: '/project-intro/charac' }, // { name: this.$t('menu.projectChild.feature'), path: '/project-intro/charac' },
// // { name: this.$t('menu.projectChild.cert'), path: '/project-intro/certificate' } // { name: this.$t('menu.projectChild.cert'), path: '/project-intro/certificate' }
// ] ]
}, },
// 项目优势 // 项目优势
// { // {
...@@ -68,22 +68,22 @@ export default { ...@@ -68,22 +68,22 @@ export default {
// ] // ]
// }, // },
// 学校介绍 // 学校介绍
{ // {
name: this.$t('menu.school'), // name: this.$t('menu.school'),
path: '/school/school3', // path: '/school/school3',
childern: [ // childern: [
// // { name: this.$t('menu.schoolChild.school1'), path: '/school/school1' }, // // // { name: this.$t('menu.schoolChild.school1'), path: '/school/school1' },
// // { name: this.$t('menu.schoolChild.school2'), path: '/school/school2' }, // // // { name: this.$t('menu.schoolChild.school2'), path: '/school/school2' },
{ name: this.$t('menu.schoolChild.school3'), path: '/school/school3' } // { name: this.$t('menu.schoolChild.school3'), path: '/school/school3' }
// { name: this.$t('menu.courseChild.teachers'), path: '/about/teacher' } // // { name: this.$t('menu.courseChild.teachers'), path: '/about/teacher' }
] // ]
}, // },
// 校园一览 // 校园一览
{ {
name: this.$t('menu.campusList'), name: this.$t('menu.campusList'),
path: '/campusList/campusList' path: '/campusList/campusList'
// childern: [ // childern: [
// { name: this.$t('menu.projectChild.bg'), path: '/project-intro/introduce' }, // { name: this.$t('menu.projectChild.bg'), path: '/about/school' },
// { name: this.$t('menu.newsChild.hot'), path: '/news/hot' } // { name: this.$t('menu.newsChild.hot'), path: '/news/hot' }
// // { name: this.$t('menu.projectChild.feature'), path: '/project-intro/charac' }, // // { name: this.$t('menu.projectChild.feature'), path: '/project-intro/charac' },
// // { name: this.$t('menu.projectChild.cert'), path: '/project-intro/certificate' } // // { name: this.$t('menu.projectChild.cert'), path: '/project-intro/certificate' }
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</div> </div>
<div class="wx_cont" v-show="tabBtnTarget === 'wx'"> <div class="wx_cont" v-show="tabBtnTarget === 'wx'">
<h5>{{ $t('aside.follow') }}</h5> <h5>{{ $t('aside.follow') }}</h5>
<img src="https://zws-imgs-pub.ezijing.com/static/public/d2d9945d598e81c3b58aff5ce927a78a.jpg" /> <img src="https://webapp-pub.ezijing.com/project/marywood-plus/wx.png" />
</div> </div>
</div> </div>
</transition> </transition>
......
...@@ -12,7 +12,7 @@ export default { ...@@ -12,7 +12,7 @@ export default {
enroll: '报名申请', enroll: '报名申请',
projectChild: { projectChild: {
bg: '项目背景', bg: '项目背景',
feature: '项目特色', feature: '项目优势',
cert: '证书授予' cert: '证书授予'
}, },
courseChild: { courseChild: {
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
// 首页 // 首页
home: { home: {
project: { project: {
title: '项目特色', title: '项目优势',
h5: { h5: {
itemT1: '百年历史<br />美国大学', itemT1: '百年历史<br />美国大学',
itemT2: '高排名<br />美国大学', itemT2: '高排名<br />美国大学',
...@@ -120,7 +120,7 @@ export default { ...@@ -120,7 +120,7 @@ export default {
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)已获得美国教育部中部地区认证委员会认证,官网可查https://www.msche.org/institution/0531/<br /> 玛丽伍德工商管理硕士(MBA)学位项目(中文项目)已获得美国教育部中部地区认证委员会认证,官网可查https://www.msche.org/institution/0531/<br />
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)玛丽伍德大学官网可查:http://www.marywood.edu/business/graduate/zijing-marywood-mba.html` 玛丽伍德工商管理硕士(MBA)学位项目(中文项目)玛丽伍德大学官网可查:http://www.marywood.edu/business/graduate/zijing-marywood-mba.html`
}, },
// 项目特色 // 项目优势
feature: { feature: {
item1Tit: '线上线下结合灵活的授课学习方式', item1Tit: '线上线下结合灵活的授课学习方式',
item1Txt1: '线上+线下教学模式', item1Txt1: '线上+线下教学模式',
...@@ -254,7 +254,7 @@ export default { ...@@ -254,7 +254,7 @@ export default {
aside: { aside: {
apply: '报名申请', apply: '报名申请',
apply2: '我要咨询', apply2: '我要咨询',
follow: '关注我们', follow: '招办官方微信',
name: '请输入您的名字', name: '请输入您的名字',
phone: '请输入您的电话', phone: '请输入您的电话',
code: '请输入验证码', code: '请输入验证码',
......
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
campusList: '校园一览', campusList: '校园一览',
projectChild: { projectChild: {
bg: '项目介绍', bg: '项目介绍',
feature: '项目特色', feature: '项目优势',
cert: '证书授予', cert: '证书授予',
news: '最新动态' news: '最新动态'
}, },
...@@ -52,7 +52,7 @@ export default { ...@@ -52,7 +52,7 @@ export default {
// 首页 // 首页
home: { home: {
project: { project: {
title: '项目特色', title: '项目优势',
h5: { h5: {
itemT1: '百年历史<br />美国大学', itemT1: '百年历史<br />美国大学',
itemT2: '高排名<br />美国大学', itemT2: '高排名<br />美国大学',
...@@ -119,7 +119,7 @@ export default { ...@@ -119,7 +119,7 @@ export default {
link3: '玛丽伍德大学', link3: '玛丽伍德大学',
link4: '美国教育部', link4: '美国教育部',
link5: '紫荆教育', link5: '紫荆教育',
weChat: '微信公众号' weChat: '招办官方微信'
}, },
// 项目背景 // 项目背景
bg: { bg: {
...@@ -145,7 +145,7 @@ export default { ...@@ -145,7 +145,7 @@ export default {
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)已获得美国教育部中部地区认证委员会认证,官网可查https://www.msche.org/institution/0531/<br /> 玛丽伍德工商管理硕士(MBA)学位项目(中文项目)已获得美国教育部中部地区认证委员会认证,官网可查https://www.msche.org/institution/0531/<br />
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)玛丽伍德大学官网可查:http://www.marywood.edu/business/graduate/zijing-marywood-mba.html` 玛丽伍德工商管理硕士(MBA)学位项目(中文项目)玛丽伍德大学官网可查:http://www.marywood.edu/business/graduate/zijing-marywood-mba.html`
}, },
// 项目特色 // 项目优势
feature: { feature: {
item1Tit: '线上线下结合灵活的授课学习方式', item1Tit: '线上线下结合灵活的授课学习方式',
item1Txt1: '线上+线下教学模式', item1Txt1: '线上+线下教学模式',
...@@ -283,7 +283,7 @@ export default { ...@@ -283,7 +283,7 @@ export default {
apply: '报名申请', apply: '报名申请',
apply1: '报名咨询', apply1: '报名咨询',
apply2: '我要咨询', apply2: '我要咨询',
follow: '关注我们', follow: '招办官方微信',
name: '请输入您的名字', name: '请输入您的名字',
phone: '请输入您的电话', phone: '请输入您的电话',
code: '请输入验证码', code: '请输入验证码',
......
<template>
<div>
<div v-if="!isMobile" class="is-pc">
<div class="banner">
<img class="img_banner" src="https://webapp-pub.ezijing.com/project/cbu-plus/school_banner.png" />
</div>
<section class="section">
<h2 class="title">项目介绍</h2>
<p>
加州浸会大学工商管理博士是经过美国教育监管机构WASC、BPPE、DOE、SEVIS等批准的正规全日制博士项目。该博士项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和高校学者为目标。学制三年,中国学生按照学校要求毕业获得博士学位回国后,可向中国(教育部)留学服务中心申请认证为博士研究生学历。紫荆教育是加州浸会大学该项目在中国的唯一合作伙伴。
</p>
</section>
<!-- 学校介绍 -->
<div class="content_school">
<div class="content_left">
<div class="content_left_tit">
<div class="line"></div>
<div class="tit_desc">加州浸会大学介绍</div>
</div>
<div class="content_left_bottom">
位于美国加州“科技、创新之都”河滨市(Riverside, CA),
距离美国第二大城市洛杉矶仅60英里(1小时车程),北邻美国科技与科技企业的中心——硅谷。创立于1950年,
是一所拥有11000余名在校生的综合性大学。CBU开设会计、建筑、航空、生物化学、商务、工程、平面设计、市场营销、音乐、护理学、工程学等超过150多种本科专业、40多种硕士学位专业以及7种博士学位专业与证书课程。“Live
your purpose.”这句话不仅仅是个口号 ,也传递了 CBU 教育经验的精髓。<br />
素以一流的学术及卓越的师资而闻名的CBU被2022年“美国新闻与世界报道”评为全美顶尖大学之一,也是南加州顶尖的研究生学位授予大学之一。除了高质量的学术课程以外,学校还拥有WASC、ACBSP、CTC、NASM、BRN、CCNE、ABET等多重权威认证,所获排名和奖项包括(不限于):
<br />
• “最佳本科教学排名”第6
<br />• “美国西部大学排名”第34 <br />• “最具创新力大学排名”第3
</div>
</div>
<img class="content_right" src="https://webapp-pub.ezijing.com/project/cbu-plus/pc-school-img.png?v=2" />
</div>
<!-- 专业介绍 -->
<div class="content_part" v-if="false">
<div class="img-box" style="height:600px">
<img class="img2" src="https://webapp-pub.ezijing.com/project/cbu-plus/pc-school-img81.png" />
</div>
<div class="content_desc">
<div class="content_tit">
<div class="line"></div>
<div class="tit_desc">专业介绍</div>
</div>
<div class="content_intro">
<span style="color:#424242 !important;font-weight:bold !important"
>加州浸会大学在线与专业研究的在线工商管理博士(DBA)项目:</span
>旨在培养创新型领导者,寻求在公共、私人和非营利组织中发挥最大影响力。这项为在职成年人设立的56个单元的工商管理在线博士学位,包括论文,可以在三年内完成。学生们将每八周集中学习一门在线课程。课程和课程旨在满足负责应对当今全球商业环境的专业人士的需求。
</div>
</div>
</div>
<!-- 申请条件 -->
<div class="content_part" style="flex-direction: column">
<div class="content_tit">
<div class="line"></div>
<div class="tit_desc">申请要求</div>
</div>
<div class="content_list">
<div class="content_list_item" v-for="(item, index) in applyList" :key="index">
<div class="content_list_item_top">
<img :src="item.img" alt="" />
<div class="top_text">{{ item.tit }}</div>
</div>
<div class="content_list_item_center" v-html="item.desc"></div>
<!-- <div class="content_list_item_bottom" v-html="item.tips"></div> -->
</div>
<!-- </div> -->
</div>
<!-- <img src="https://webapp-pub.ezijing.com/project/cbu-plus/school-apply-img.png" /> -->
</div>
<!-- 学制安排 -->
<div class="content_tit">
<div class="line"></div>
<div class="tit_desc">学制安排</div>
</div>
<div class="content_part">
<div class="img5 img55">
<div class="mask"></div>
<div class="desc">
<div class="desc_detail"><span class="num">3</span><span class="fen"></span></div>
<div class="desc_tit">学制安排</div>
</div>
</div>
<div class="img6 img55">
<div class="mask"></div>
<div class="desc">
<div class="desc_detail"><span class="fen">根据论文主题选择研究地点</span></div>
<div class="desc_tit">博士论文</div>
</div>
</div>
<div class="img7 img55">
<div class="mask"></div>
<div class="desc">
<div class="desc_detail"><span class="num">6</span><span class="fen fen1">门课</span></div>
<div class="desc_tit">美国授课</div>
</div>
</div>
<div class="img8 img55">
<div class="mask"></div>
<div class="desc">
<div class="desc_detail"><span class="num">6</span><span class="fen fen1">门课</span></div>
<div class="desc_tit">中国授课</div>
</div>
</div>
</div>
<!-- 院校荣誉 -->
<img class="img4" src="https://webapp-pub.ezijing.com/project/cbu-plus/pc-school-img9.png" />
<!-- 课程设置 -->
<div class="content_tit">
<div class="line"></div>
<div class="tit_desc">课程设置</div>
</div>
<div class="course-set">
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/school-course-img.png?v=1" />
</div>
</div>
<div v-else class="is-h5">
<div class="banner">
<img
class="img_banner"
src="https://webapp-pub.ezijing.com/project/cbu-plus/h5/marywood_banner_01.png"
width="100%"
/>
</div>
<div class="h5-content">
<div class="h5-title">项目介绍</div>
<p style="margin-top: 0;">
加州浸会大学工商管理博士是经过美国教育监管机构WASC、BPPE、DOE、SEVIS等批准的正规全日制博士项目。该博士项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和高校学者为目标。学制三年,中国学生按照学校要求毕业获得博士学位回国后,可向中国(教育部)留学服务中心申请认证为博士研究生学历。紫荆教育是加州浸会大学该项目在中国的唯一合作伙伴。
</p>
<div class="h5-title">加州浸会大学介绍</div>
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/h5/school-img1.png?v=2" />
<p>
位于美国加州“科技、创新之都”河滨市(Riverside, CA),
距离美国第二大城市洛杉矶仅60英里(1小时车程),北邻美国科技与科技企业的中心——硅谷。创立于1950年,
是一所拥有11000余名在校生的综合性大学。CBU开设会计、建筑、航空、生物化学、商务、工程、平面设计、市场营销、音乐、护理学、工程学等超过150多种本科专业、40多种硕士学位专业以及7种博士学位专业与证书课程。“Live
your purpose.”这句话不仅仅是个口号 ,也传递了 CBU 教育经验的精髓。<br />
素以一流的学术及卓越的师资而闻名的CBU被2022年“美国新闻与世界报道”评为全美顶尖大学之一,也是南加州顶尖的研究生学位授予大学之一。除了高质量的学术课程以外,学校还拥有WASC、ACBSP、CTC、NASM、BRN、CCNE、ABET等多重权威认证,所获排名和奖项包括(不限于):
<br />
• “最佳本科教学排名”第6
<br />• “美国西部大学排名”第34 <br />• “最具创新力大学排名”第3
</p>
<!-- <div class="h5-title m-t-10">专业介绍</div>
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/h5/school-img2.png?v=2" />
<p>
<span class="desc">加州浸会大学在线与专业研究的在线工商管理博士(DBA)项目:</span>
旨在培养创新型领导者,寻求在公共、私人和非营利组织中发挥最大影响力。这项为在职成年人设立的56个单元的工商管理在线博士学位,包括论文,可以在三年内完成。学生们将每八周集中学习一门在线课程。课程和课程旨在满足负责应对当今全球商业环境的专业人士的需求。
</p> -->
<div class="h5-title m-t-10">申请条件</div>
<div class="h5-list">
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/h5/school-img3.png" />
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/h5/school-img4.png" />
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/h5/school-img5.png" />
</div>
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/h5/school-img6.png" />
<div class="h5-title m-t-10">学制安排</div>
<div class="img-list">
<div class="xz-content">
<div class="xz-item xz1">
<div class="mask"></div>
<div class="desc">
<div class="desc_detail"><span class="num">3</span><span class="fen"></span></div>
<div class="desc_tit">学制安排</div>
</div>
</div>
<div class="xz-item xz2">
<div class="mask"></div>
<div class="desc">
<div class="desc_detail"><span class="fen">根据论文主题选择研究地点</span></div>
<div class="desc_tit">博士论文</div>
</div>
</div>
<div class="xz-item xz3">
<div class="mask"></div>
<div class="desc">
<div class="desc_detail"><span class="num">6</span><span class="fen fen1">门课</span></div>
<div class="desc_tit">国内授课</div>
</div>
</div>
<div class="xz-item xz4">
<div class="mask"></div>
<div class="desc">
<div class="desc_detail"><span class="num">6</span><span class="fen fen1">门课</span></div>
<div class="desc_tit">国外授课</div>
</div>
</div>
</div>
</div>
<div class="h5-title m-t-10">课程设置</div>
<div class="h5-course-set">
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/h5/school-img7.png" style="margin-bottom:0.3rem" />
</div>
</div>
</div>
</div>
</template>
<script>
import 'swiper/css/swiper.css'
export default {
layout: 'normal',
data() {
const _this = this
return {
applyList: [
{
img: 'https://webapp-pub.ezijing.com/project/cbu-plus/apply_step1.png',
tit: '学历',
desc: `申请者需持有硕士学位<br/>·拥有工商管理硕士(MBA)学位的申请者可直接申请。<span style="font-size:14px;color:#999999">(通过在线方式取得海外MBA学位的需要单独审核)</span><br/>·拥有MBA以外专业硕士学位的申请者需证明具有5年以上的管理工作经验或者相关领域研究经验,可直接申请。申请通过后,需完成MBA先修课程,才可进入正式的博士项目课程学习。`
// tips: ''
},
{
img: 'https://webapp-pub.ezijing.com/project/cbu-plus/apply_step2.png',
tit: '语言',
desc:
'托福79分以上或者雅思6.0分以上<br/>·未达到上述语言要求者,申请通过后,需参加英语强化课程(IntensiveEnglishProgram),测试成绩合格后才可进入博士项目课程学习。'
// tips: ''
},
{
img: 'https://webapp-pub.ezijing.com/project/cbu-plus/apply_step3.png',
tit: 'GPA',
desc:
'硕士阶段GPA不低于3.0<br/>·GPA低于3.0的申请者需证明具有8年以上的管理工作或者相关领域研究经验,经中国招生与教学中心人员和CBU教职人员面试后,可直接申请。'
// tips: ''
}
],
courseSetTab: 0,
popupVisible: false,
listData: [
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_mary1.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_mary2.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_mary3.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_mary4.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/school_mary5.png' }
],
listDataH5: [
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg1.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg2.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg3.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg4.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg5.png' }
],
swiperOption: {
observer: true,
observeParents: true,
speed: 400,
autoplay: true,
delay: 3000,
loop: true,
slidesPerView: 'auto',
centeredSlides: true,
spaceBetween: 20,
on: {
init() {
_this.swiper.slideNext()
}
}
},
swiperOption2: {
observer: true,
observeParents: true,
speed: 400,
autoplay: true,
delay: 3000,
loop: true,
slidesPerView: 'auto',
centeredSlides: true,
spaceBetween: 20,
pagination: {
el: '.swiper-pagination'
},
on: {
init() {
_this.swiper.slideNext()
}
}
}
}
},
computed: {
swiper() {
return this.$refs.mySwiper.swiper
},
isMobile() {
return this.$store.state.isMobile
}
},
methods: {
swiperStop() {
this.swiper.autoplay.stop()
},
swiperStart() {
this.swiper.autoplay.start()
},
courseTab(n) {
this.courseSetTab = n
}
}
}
</script>
<style lang="scss" scoped>
.is-pc {
.course-set {
background: #fff;
width: 1200px;
margin: 30px auto 0;
padding: 50px 30px;
margin-bottom: 111px;
img {
width: 1140px;
}
}
.banner {
position: relative;
.img_banner {
width: 100%;
height: 100%;
}
.btn {
display: flex;
justify-content: center;
position: absolute;
bottom: 109px;
left: 50%;
transform: translateX(-50%);
}
.btn1 {
width: 104px;
height: 32px;
border: 1px solid #ffffff;
font-size: 14px;
font-weight: 400;
line-height: 8px;
background: none;
color: #fff;
}
.btn1:hover {
background-color: #aa1941;
opacity: 1;
}
}
.content_school {
// background-color: #ccc;
height: 661px;
width: 1200px;
margin: 70px auto;
text-align: center;
display: flex;
justify-content: space-around;
align-items: center;
.content_left {
padding-right: 152px;
min-width: 524px;
height: 100%;
// background-color: red;
.content_tit {
text-align: center;
display: flex;
justify-content: flex-start;
margin-top: 64px;
.line {
width: 6px;
height: 34px;
background: #aa1941;
margin-right: 9px;
margin-top: 6px;
}
.tit_desc {
color: #333333;
font-size: 34px;
font-weight: bold;
}
}
.content_left_bottom {
font-size: 16px;
font-weight: 300;
color: #424242;
margin-top: 62px;
text-align: left;
line-height: 2;
}
}
.content_right {
min-width: 596px;
height: 100%;
// background-color: yellow;
}
}
.content_tit {
width: 1200px;
margin: auto;
text-align: center;
display: flex;
justify-content: flex-start;
margin-top: 64px;
.line {
width: 6px;
height: 34px;
background: #aa1941;
margin-right: 9px;
margin-top: 6px;
}
.tit_desc {
color: #333333;
font-size: 34px;
font-weight: bold;
}
}
.content_part {
width: 1200px;
margin: auto;
text-align: center;
margin-top: 70px;
display: flex;
.content_list {
width: 100%;
display: flex;
justify-content: space-around;
// align-items: center;
background-color: #fff;
padding-bottom: 35px;
margin-top: 31px;
.content_list_item {
padding: 68px 39px 0 41px;
width: 380px;
// height: 483px;
opacity: 1;
.content_list_item_top {
img {
width: 91.66px;
height: 100%;
}
.top_text {
font-size: 20px;
font-weight: 500;
color: #484848;
}
}
.content_list_item_center {
text-align: left;
font-size: 16px;
font-weight: 400;
color: #666666;
margin-top: 37px;
line-height: 30px;
}
// .content_list_item_bottom {
// font-size: 14px;
// font-weight: 400;
// color: #999999;
// // margin-top: 17px;
// text-align: left;
// line-height: 2;
// }
}
}
// .content_list_item:nth-child(3) .content_list_item_center {
// text-align: center;
// }
.content_list_item:nth-child(1) {
padding-top: 80px;
}
.content_list_item:nth-child(1) .content_list_item_top .top_text {
margin-top: 35px;
}
.content_list_item:nth-child(2) .content_list_item_top .top_text {
margin-top: 29px;
}
.content_list_item:nth-child(3) .content_list_item_top .top_text {
margin-top: 30px;
}
.content_desc {
width: 536px;
padding-left: 30px;
.content_tit {
text-align: center;
display: flex;
justify-content: flex-start;
margin-top: 64px;
.line {
width: 6px;
height: 34px;
background: #aa1941;
margin-right: 9px;
margin-top: 6px;
}
.tit_desc {
color: #333333;
font-size: 34px;
font-weight: bold;
}
}
.content_intro {
font-size: 16px;
font-weight: 300;
color: #424242;
line-height: 2;
margin-top: 62px;
text-align: left;
}
}
img {
width: 100%;
height: 100%;
}
.img-box {
position: relative;
flex: 1;
.img2 {
width: 956px;
position: absolute;
top: 0;
right: 60px;
}
}
.img22 {
width: 540px;
margin-top: 65px;
}
.img55 {
width: 292px;
height: 345px;
margin-right: 11px;
cursor: pointer;
position: relative;
.mask {
position: absolute;
background: rgba(0, 0, 0, 0.6);
color: #ffffff;
opacity: 1;
top: 0;
right: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.desc {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
margin-top: 137px;
transition: all 0.15s ease-in;
position: relative;
z-index: 11;
.desc_tit {
font-size: 24px;
font-weight: 500;
color: #ffffff;
margin-top: -10px;
}
.desc_detail {
color: #ffffff;
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: nowrap;
visibility: hidden;
height: 77px;
.num {
font-size: 55px;
font-weight: bold;
}
.fen {
font-size: 20px;
font-weight: 400;
padding-top: 20px;
}
.fen1 {
padding-right: 5px;
}
}
}
}
.img55 {
.mask {
opacity: 1;
background: rgba(0, 0, 0, 0.7);
}
.desc {
transform: translateY(-30px);
}
.desc .desc_detail {
visibility: visible;
}
}
.img5 {
background: url('https://webapp-pub.ezijing.com/project/cbu-plus/pc-school-img4.png');
}
.img6 {
background: url('https://webapp-pub.ezijing.com/project/cbu-plus/pc-school-img5.png');
}
.img7 {
background: url('https://webapp-pub.ezijing.com/project/cbu-plus/pc-school-img6.png');
}
.img8 {
background: url('https://webapp-pub.ezijing.com/project/cbu-plus/pc-school-img7.png');
}
}
.img4 {
width: 100%;
height: 100%;
margin-top: 68px;
}
.content_left_tit {
width: 1200px;
margin: auto;
text-align: center;
display: flex;
justify-content: flex-start;
margin-top: 64px;
.line {
width: 6px;
height: 34px;
background: #aa1941;
margin-right: 9px;
margin-top: 6px;
}
.tit_desc {
color: #333333;
font-size: 34px;
font-weight: bold;
}
}
.swiper-content {
padding-top: 37px;
padding-bottom: 132px;
.swiper-slide {
position: relative;
width: 388px;
height: 244px;
margin-top: 10px;
img {
width: 100%;
height: 100%;
line-height: 100%;
}
}
.swiper-slide-active {
width: 423px;
height: 266px;
margin-top: 0;
}
}
}
.is-h5 {
.banner {
img {
width: 100%;
display: block;
}
}
.h5-course-set {
background: #fff;
padding: 0.2rem 0.12rem;
.h5-head {
height: 0.7rem;
border-bottom: 1px solid #bebebe;
display: flex;
overflow-x: scroll;
.btn {
padding-top: 0.25rem;
p {
font-size: 0.13rem;
color: #959595;
text-align: center;
white-space: nowrap;
}
&.active {
p {
color: #aa1941;
}
border-bottom: 1px solid #aa1941;
}
}
}
}
.h5-content {
padding: 0 0.15rem;
img {
width: 100%;
display: block;
}
.h5-title {
font-size: 0.14rem;
font-weight: bold;
color: #424242;
line-height: 0.36rem;
&.m-t-10 {
margin-top: 0.1rem;
}
}
.h5-list {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
img {
margin-top: 0.1rem;
// width: 1.08rem;
// height: 1.4rem;
// display: block;
}
}
p {
font-size: 0.12rem;
font-weight: 300;
color: #424242;
line-height: 2;
margin-top: 0.3rem;
.desc {
font-weight: bold;
}
}
.img-list {
overflow-x: scroll;
display: flex;
.xz-content {
width: 6rem;
margin: auto;
text-align: center;
display: flex;
.img-box {
position: relative;
flex: 1;
.img2 {
width: 956px;
position: absolute;
top: 0;
right: 60px;
}
}
.xz-item {
width: 1.4rem;
height: 1.6rem;
margin-right: 0.1rem;
cursor: pointer;
position: relative;
// .mask {
// position: absolute;
// background: rgba(0, 0, 0, 0.6);
// color: #ffffff;
// opacity: 1;
// top: 0;
// right: 0;
// width: 100%;
// height: 100%;
// pointer-events: none;
// }
.desc {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
margin-top: 0.4rem;
transition: all 0.15s ease-in;
position: relative;
z-index: 11;
.desc_tit {
font-size: 0.16rem;
font-weight: 500;
color: #ffffff;
}
.desc_detail {
color: #ffffff;
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: nowrap;
.num {
font-size: 0.3rem;
font-weight: bold;
}
.fen {
font-size: 0.16rem;
font-weight: 400;
padding-top: 0.08rem;
}
.fen1 {
padding-right: 0.05rem;
}
}
}
}
.xz1 {
background: url('https://webapp-pub.ezijing.com/project/cbu-plus/h5/h5-school-img1.png');
}
.xz2 {
background: url('https://webapp-pub.ezijing.com/project/cbu-plus/h5/h5-school-img2.png');
}
.xz3 {
background: url('https://webapp-pub.ezijing.com/project/cbu-plus/h5/h5-school-img3.png');
}
.xz4 {
background: url('https://webapp-pub.ezijing.com/project/cbu-plus/h5/h5-school-img4.png');
}
}
}
.swiper-content {
padding-bottom: 0.5rem;
}
}
}
::v-deep {
.swiper-pagination-bullet-active {
background: #fff;
}
}
.section {
max-width: 1212px;
margin: 40px auto;
.title {
position: relative;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
height: 32px;
font-size: 32px;
line-height: 1;
font-weight: 700;
border-left: 7px solid #aa1941;
}
p {
font-size: 20px;
line-height: 30px;
color: #666666;
}
p + p {
margin-top: 20px;
}
}
</style>
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="content-mian"> <div class="content-mian">
<ul> <ul>
<li class="applyList_con"> <li class="applyList_con" v-if="false">
<div class="apply_name">招生计划</div> <div class="apply_name">招生计划</div>
<img src="https://webapp-pub.ezijing.com/project/cbu-plus/apply_plan.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/cbu-plus/apply_plan.png" alt="" />
<!-- <div class="apply_desc"> <!-- <div class="apply_desc">
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<!-- banner图 --> <!-- banner图 -->
<banners /> <banners />
<!-- 项目定位 --> <!-- 项目定位 -->
<!-- <project-position /> --> <project-position />
<!-- 项目特色 --> <!-- 项目优势 -->
<project-features /> <project-features />
<!-- 校园风光 --> <!-- 校园风光 -->
<!-- <school-senery /> --> <!-- <school-senery /> -->
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<script> <script>
import banners from '../components/home/banners.vue' import banners from '../components/home/banners.vue'
// import projectPosition from '../components/home/projectPosition.vue' import projectPosition from '../components/home/projectPosition.vue'
import projectFeatures from '../components/home/projectFeatures' import projectFeatures from '../components/home/projectFeatures'
// import schoolSenery from '../components/home/schoolSenery.vue' // import schoolSenery from '../components/home/schoolSenery.vue'
import news from '../components/home/news' import news from '../components/home/news'
...@@ -34,7 +34,7 @@ export default { ...@@ -34,7 +34,7 @@ export default {
layout: 'normal', layout: 'normal',
components: { components: {
banners, banners,
// projectPosition, projectPosition,
projectFeatures, projectFeatures,
// schoolSenery, // schoolSenery,
news, news,
......
...@@ -31,8 +31,8 @@ export default { ...@@ -31,8 +31,8 @@ export default {
frameParams: { frameParams: {
slider: [ slider: [
{ {
name: this.$t('menu.projectChild.bg'), name: this.$t('menu.schoolChild.school3'),
path: '/project-intro/introduce' path: '/about/school'
}, },
{ {
name: this.$t('menu.newsChild.hot'), name: this.$t('menu.newsChild.hot'),
......
...@@ -16,8 +16,8 @@ export default { ...@@ -16,8 +16,8 @@ export default {
banner: 'https://webapp-pub.ezijing.com/project/cbu-plus/news_banner.jpg', banner: 'https://webapp-pub.ezijing.com/project/cbu-plus/news_banner.jpg',
slider: [ slider: [
{ {
name: this.$t('menu.projectChild.bg'), name: this.$t('menu.schoolChild.school3'),
path: '/project-intro/introduce' path: '/about/school'
}, },
{ {
name: this.$t('menu.newsChild.hot'), name: this.$t('menu.newsChild.hot'),
......
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
slider: [ slider: [
{ {
name: this.$t('menu.projectChild.bg'), name: this.$t('menu.projectChild.bg'),
path: '/project-intro/introduce' path: '/about/school'
}, },
{ {
name: this.$t('menu.newsChild.hot'), name: this.$t('menu.newsChild.hot'),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论