提交 6aafd061 authored 作者: lihuihui's avatar lihuihui

update

上级 45940ef6
......@@ -14,13 +14,13 @@
</a>
</div>
<div>
<a href="http://www.pbcsf.tsinghua.edu.cn" target="_blank" >
印第安纳大学
<a href="http://www.marywood.edu/business/graduate/zijing-marywood-mba.html" target="_blank" >
玛丽伍德大学
</a>
</div>
<div>
<a href="http://www.pbcsf.tsinghua.edu.cn" target="_blank" >
Kelley商学院
<a href="https://www.msche.org/institution/0531/" target="_blank" >
美国教育部
</a>
</div>
<div>
......@@ -35,7 +35,7 @@
<div class="center-content">
<div class="address">&nbsp;&nbsp;&nbsp;&nbsp;址:北京市海淀区中关村东路1号院清华科技园7号楼5层</div>
<div class="phone">联系电话:010-62793299</div>
<div class="mail">&nbsp;&nbsp;&nbsp;&nbsp;箱:service@ezijing.com</div>
<div class="mail">&nbsp;&nbsp;&nbsp;&nbsp;箱:marywood@ezijing.com</div>
</div>
<div class="right-content">
<img src="https://zws-imgs-pub.ezijing.com/static/public/734d8fd7b853b838e5e029049e2d9db3.png" alt="" class="code">
......
......@@ -4,7 +4,10 @@
<div class="head-top-content">
<div class="max-width-content">
<app-link :item="{ path: '/' }">
<img src="https://zws-imgs-pub.ezijing.com/static/public/307f688850f8308a5c944bd129436fe0.png"/>
<div class="logo-box">
<img src="http://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/static/ezijing/logo/ezijing-logo.svg">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg">
</div>
</app-link>
<div class="user" v-if="user.id">
<span>{{ user.realname }}</span
......@@ -80,10 +83,16 @@ li {
.max-width-content {
display: flex;
align-items: center;
.logo-box{
display: flex;
img {
height: 55px;
cursor: pointer;
display: block;
&:nth-child(2){
margin-left: 20px;
}
}
}
.user {
margin-left: auto;
......
......@@ -4,8 +4,8 @@
<li :key="index">
<div :class="getNameActive(item)">
<template v-if="!item.path">
<template v-if="item.click">
<span @click="showEnroll">{{ item.name }}</span>
<template v-if="item.onClick">
<span @click="item.onClick">{{ item.name }}</span>
</template>
<template v-else>
{{ item.name }}
......@@ -46,6 +46,7 @@ export default {
name: 'AppMenu',
components: { AppLink },
data() {
const _this = this
return {
navData: [
{
......@@ -92,7 +93,12 @@ export default {
},
{
name: '报名申请',
path: '/my'
onClick() {
!_this.user.id
? window.open('https://login.ezijing.com/auth/login/index?redirect_uri=https://marywood.ezijing.com/my/account')
: window.open('https://marywood.ezijing.com/my/account')
}
// path: ''
}
],
time: null
......@@ -126,6 +132,9 @@ export default {
}
},
computed: {
user() {
return this.$store.state.user || {}
},
getNameActive() {
return item => {
const currentPath = this.$route.path
......
......@@ -7,7 +7,7 @@
<ul>
<li>
<div class="icon"></div>
<div class="text">Kelley商学院毕业生颁发的学位证书与在美国颁发的证书有何不同?</div>
<div class="text">本项目毕业生颁发的学位证书与在美国颁发的证书有何不同?</div>
</li>
<li>
<div class="icon"></div>
......@@ -29,7 +29,7 @@
<ul>
<li>
<div class="icon"></div>
<div class="text">如何申请Kelley商学院金融学硕士</div>
<div class="text">如何申请紫荆-玛丽伍德工商管理硕士(MBA)学位项目</div>
</li>
<li>
<div class="icon"></div>
......@@ -41,7 +41,7 @@
</li>
<li>
<div class="icon"></div>
<div class="text">美国印第安纳大学Kelley商学院金融学硕士的学费是多少?</div>
<div class="text">玛丽伍德工商管理硕士(MBA)学位项目的学费是多少?</div>
</li>
<li>
<div class="icon"></div>
......
......@@ -32,29 +32,29 @@ export default {
},
data: [
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon1.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon-s1.png',
text: '全方位的金融职业<br />教育课程体系', path: '', pathType: 0
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon1.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon1_a.png',
text: '百年历史美国名校', path: '', pathType: 0
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon2.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon-s2.png',
text: '专业金融<br />在线教育品牌', path: '', pathType: 0
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon2.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon2_a.png',
text: '高排名美国大学', path: '', pathType: 0
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon3.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon-s3.png',
text: '科学成熟的<br />在线教育模式', path: '', pathType: 0
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon3.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon3_a.png',
text: 'ACBSP商学院认证', path: '', pathType: 0
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon4.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon-s4.png',
text: '无需联考、快速入门<br />的学习体验', path: '', pathType: 0
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon4.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon4_a.png',
text: '清北玛丽伍德等权威师资', path: '', pathType: 0
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon5.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon-s5.png',
text: '聚焦中国实践和国际前沿<br />的最新课程', path: '', pathType: 0
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon5.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_features_icon5_a.png',
text: '16个月精炼课程', path: '', pathType: 0
}
]
}
......
<template>
<div class="ranking-content-box">
<div class="info-content-box">
<div class="title">
<div class="line"></div>
<div class="name">学校排名</div>
<div class="name">认证信息</div>
<div class="line"></div>
</div>
<div class="content-mian">
<div class="li">
<div class="li-tit">印第安纳大学</div>
<div class="item">
<div class="tit"><span>No.</span>11</div>
<div class="p">全球最佳研究生院排名</div>
<div class="p">2018 《美国新闻与世界报道》</div>
</div>
<div class="item">
<div class="tit"><span>No.</span>21</div>
<div class="p">全美最佳商学院研究生综合排名</div>
<div class="p">2018 《美国新闻与世界报道》</div>
</div>
</div>
<div class="li">
<div class="li-tit">KELLEY 商学院</div>
<div class="item">
<div class="tit"><span>No.</span>21</div>
<div class="p">总体排名</div>
<div class="p">2018 《美国新闻与世界报道》</div>
</div>
<div class="item">
<div class="tit"><span>No.</span>1</div>
<div class="p">学生满意度排名</div>
<div class="p">2016 《彭博商业周刊》</div>
</div>
</div>
<div class="li mar-t">
<div class="li-tit">KELLEY<br />在线金融硕士</div>
<div class="item">
<div class="tit"><span>No.</span>11</div>
<div class="p">全球最佳研究生院排名</div>
<div class="p">2018 《美国新闻与世界报道》</div>
</div>
<div class="item">
<div class="tit"><span>No.</span>21</div>
<div class="p">全美最佳商学院研究生综合排名</div>
<div class="p">2018 《美国新闻与世界报道》</div>
</div>
</div>
<ul class="content-mian">
<li v-for="(item, index) in data" :key="index">
<div class="logo">
<img :src="item.img" class="img">
</div>
<img :src="item.text" class="text">
</li>
</ul>
</div>
</template>
<script>
export default {
name: 'schoolRanking'
name: 'schoolRanking',
data() {
return {
data: [
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i1.png',
text: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t1.png'
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i2.png',
text: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t2.png'
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i3.png',
text: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t3.png'
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i4.png',
text: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t4.png'
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i5.png',
text: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t5.png'
}
]
}
}
}
</script>
<style lang="scss" scoped>
.ranking-content-box{
margin-top: 57px;
.info-content-box{
padding-bottom: 150px;
margin-top: 100px;
width: 100%;
height: 680px;
background: url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-ranking-bg.png) center;
background-size: cover;
background: rgb(163,0,22);
.title{
width: 996px;
display: flex;
margin: 0 auto;
justify-content: space-between;
align-items: center;
padding: 108px 0 100px;
padding: 118px 0 119px;
.line{
width: 369px;
height: 1px;
......@@ -80,45 +72,98 @@ export default {
}
}
.content-mian{
width: 1000px;
width: 1014px;
margin: 0 auto;
display: flex;
justify-content: space-between;
.li{
width: 250px;
&.mar-t{
transform: translateY(-35px);
.li-tit{
line-height: 34px;
transform: translateY(20px);
}
}
.li-tit{
text-align: center;
font-size: 30px;
line-height: 100%;
color: #fff;
li{
width: 190px;
height: 229px;
background: #fff;
border-radius: 20px;
margin-left: 16px;
&:nth-child(1){
margin-left: 0;
}
.item{
.tit{
padding-top: 46px;
font-size: 48px;
line-height: 100%;
color: #FFFFFF;
text-align: center;
margin-bottom: 15px;
line-height: 100%;
span{
font-size: 24px;
&:nth-child(1){
.img{
width: 81px;
height: 66px;
}
.text{
width: 148px;
height: 69px;
}
.p{
text-align: center;
font-size: 16px;
line-height: 100%;
color: #FFFFFF;
margin-bottom: 11px;
}
&:nth-child(2){
.img{
width: 152px;
height: 61px;
}
.text{
width: 184px;
height: 69px;
}
}
&:nth-child(3){
.img{
width: 79px;
height: 82px;
}
.text{
width: 172px;
height: 65px;
}
}
&:nth-child(4){
.img{
width: 72px;
height: 91px;
}
.text{
width: 166px;
height: 69px;
}
}
&:nth-child(5){
.img{
width: 84px;
height: 84px;
}
.text{
width: 134px;
height: 67px;
}
}
&:nth-child(1){
}
&:nth-child(2){
}
&:nth-child(3){
}
&:nth-child(4){
}
&:nth-child(5){
}
.logo{
height: 91px;
display: flex;
align-items: center;
justify-content: center;
padding-top: 22px;
margin-bottom: 27px;
.img{
display: block;
}
}
.text{
display: block;
margin: 0 auto;
}
}
}
......
......@@ -6,7 +6,7 @@ let config = {}
if (process.env.NODE_ENV === 'production') {
config = {
env: {
projectId: '1001',
projectId: '1012',
baseURL: 'https://project-api.ezijing.com',
loginURL: 'https://login.ezijing.com/auth'
},
......@@ -15,7 +15,7 @@ if (process.env.NODE_ENV === 'production') {
} else {
config = {
env: {
projectId: '1001',
projectId: '1012',
baseURL: 'https://project-api.ezijing.com',
loginURL: 'https://login.ezijing.com/auth'
},
......
......@@ -31,125 +31,58 @@ export default {
data() {
return {
courseData: [
{
title: '先修课程',
item: [
{
name: '金融英语',
score: 0
},
{
name: '管理经济学',
score: 0
},
{
name: '会计基础与财务分析',
score: 0
}
]
},
{
title: '必修课程',
item: [
{
name: '财务管理',
name: 'Design Thinking For Managers (设计思维)',
score: 3
},
{
name: '资产定价和证券估值',
name: '管理沟通',
score: 3
},
{
name: '决策过程中的管理会计信息',
name: '营销管理',
score: 3
},
{
name: '金融风险管理',
name: 'Leadership in the Information Age (信息时代的领导力)',
score: 3
},
{
name: '企业估值与投资',
name: '领导力组织行为',
score: 3
},
{
name: '证券和投资分析',
name: '中国制度环境与商法',
score: 3
},
{
name: '国际金融管理',
name: 'Financial Planning and Management (财务规划与管理)',
score: 3
},
{
name: '高级衍生品和固定收益模型',
name: '运营管理',
score: 3
},
{
name: '金融市场策略',
name: '商业研究方法',
score: 3
},
{
name: '行为金融学',
name: 'Business Intelligence (商业智能)',
score: 1.5
},
{
name: '国际货币体系',
name: '战略管理',
score: 1.5
},
{
name: '毕业论文/毕业设计',
name: '管理信息系统',
score: 1.5
}
]
},
{
title: '选修课程',
item: [
{
name: '创业金融系列',
score: 0
},
{
name: '财富管理系列',
score: 0
},
{
name: '企业理财系列',
score: 0
},
{
name: '互联网金融系列',
score: 0
},
{
name: 'ABS系列',
score: 0
},
{
name: '利率市场化系列',
score: 0
},
{
name: '转型与发展:金融科技系列等',
score: 0
}
]
},
{
title: '美国访学',
item: [
{
name: '机器学习和商业应用',
score: 1.5
},
{
name: '职业发展规划',
score: 0
},
{
name: '毕业典礼',
score: 0
}
]
}
],
frameParams: {
......
<template>
<div class="outstanding">
<app-frame :data="frameParams">
<div class="alumni">
<div class="alumni" v-if="false">
<h5>KELLEY商学院杰出校友</h5>
<ul class="card-list">
<li v-for="(item, index) in alumniList" :key="index">
......@@ -133,7 +133,7 @@ export default {
}
],
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/alumni-outstanding-banner.png',
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/alumni_banner.jpg',
slider: [
{
name: '杰出校友',
......
......@@ -29,7 +29,7 @@ export default {
return {
newsList: [],
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/alumni-sharing-banner.png',
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/alumni_banner.jpg',
slider: [
{
name: '杰出校友',
......
<template>
<div class="problem-content-box">
<app-frame :data="frameParams">
<div class="content-box">
<div class="content-box" v-if="false">
<template v-for="(item, index) in problemList">
<div class="problem-item-box" :key="index">
<div class="title">{{ item.title }}</div>
......@@ -33,7 +33,7 @@ export default {
title: '申请和面试相关问题',
problem: [
{
tit: 'Q:如何申请美国印第安纳大学Kelley商学院金融学硕士?大概流程是什么?',
tit: 'Q:如何申请美国印第安纳大学本项目金融学硕士?大概流程是什么?',
answer: 'A: 请参考网页招生简章。'
},
{
......@@ -64,14 +64,14 @@ export default {
title: '费用相关问题',
problem: [
{
tit: 'Q:美国印第安纳大学Kelley商学院金融学硕士项目学费是多少? 可以分期吗?',
tit: 'Q:美国印第安纳大学紫荆-玛丽伍德工商管理硕士(MBA)学位项目项目学费是多少? 可以分期吗?',
answer: 'A: 目前本项目的学费为24.98万元人民币,由学生在入学前向紫荆教育缴清(不可选择分期)。'
}
]
}
],
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/apply-banner3.png',
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/apply_banner.jpg',
slider: [
{
name: '有关申请',
......
......@@ -3,17 +3,16 @@
<app-frame :data="frameParams">
<div class="content-box">
<div class="text-content">
<div class="title">申请条件</div>
<div class="con-txt">已获得本科或以上学位<br />有一定工作经验<br />托福79分/雅思6分以上</div>
<!-- <div class="title">申请条件</div>
<div class="con-txt">已获得本科或以上学位<br />有一定工作经验<br />托福79分/雅思6分以上</div> -->
<div class="title mar-t55">招生对象</div>
<div class="con-txt">
证劵、基金、银行、财富管理等相关行业人士<br />
金融相关行业有丰富工作经验的专业人士<br />
所从事的金融业务具有国际化需求的人士<br />
其他对本项目有兴趣并自身优异者
本科及以上学历学位<br />
企业中高层管理人员<br />
大专学历(需满足5年管理经验且择优录取)
</div>
</div>
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/apply-img.png" alt="" />
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/apply-img-x.png" alt="" />
</div>
</app-frame>
</div>
......@@ -29,7 +28,7 @@ export default {
return {
newsList: [],
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/apply-banner.png',
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/apply_banner.jpg',
slider: [
{
name: '有关申请',
......@@ -59,7 +58,7 @@ export default {
.content-box {
img {
width: 900px;
margin: 58px auto 0;
margin: 0 auto;
display: block;
}
padding-top: 46px;
......@@ -79,7 +78,7 @@ export default {
font-size: 16px;
line-height: 34px;
color: #424242;
margin-top: 20px;
// margin-top: 20px;
}
}
}
......
......@@ -5,7 +5,7 @@
<div class="text-content">
<div class="title">学费</div>
<div class="con-txt">
本项目学费24.98万元,<br />
本项目学费6.9万元,<br />
由学生向清华控股旗下紫荆教育一次性缴纳。
</div>
<div class="title mar-t55">贷款</div>
......@@ -30,7 +30,7 @@ export default {
return {
newsList: [],
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/apply-banner2.png',
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/apply_banner.jpg',
slider: [
{
name: '有关申请',
......
......@@ -29,7 +29,7 @@ export default {
return {
newsList: [],
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/news-banner.png',
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/new_banner.jpg',
slider: [
{
name: '热点新闻',
......
......@@ -30,7 +30,7 @@ export default {
return {
newsList: [],
frameParams: {
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/news-banner2.png',
banner: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/new_banner.jpg',
slider: [
{
name: '热点新闻',
......
......@@ -46,16 +46,10 @@
</div>
<div class="text">
<p>
印第安纳大学伯明顿分校是美国公立常春藤名校,成立于1820年,有近200年历史,是著名的研究型大学,拥有9位诺贝尔奖得主
美国玛丽伍德大学(Marywood University)创办于 1915 年,有超过100年的历史。学校位于斯克兰顿市,宾夕法尼亚州,占地115英亩。学校地理位置优越,距离美国金融中心纽约和美国最古老师城市之一的费城均约2.5小时车程。玛丽伍德大学是一所拥有128名全职教授、超过 3,000 名在校学生的综合性大学,大学设置超过100个本科、硕士及博士专业
</p>
<p>
印第安纳大学Kelley商学院是印第安纳大学伯明顿分校的明星学院,也是世界上历史最悠久和领先的商学院之一,成立于1920年,有近100年历史。
</p>
<p>
Kelley商学院是印第安纳大学的商科研究生院,前身为Indiana University School of Commerce and Finance.
Kelley自1920年创立以来一直被认为是美国顶尖的商学院之一,在Business Week, U.S.News & World Report, 和The
Economist Intelligence
Unit等权威杂志的商学院排名中更是名列前茅,Kelley的校友在世界各地的企业,非盈利性组织,政府和学术机构中扮演着领导者的角色。
美国玛丽伍德大学服务来自各种学习背景的学生,并且率先通过对道德的推动来丰富人生,为学生全面发展并掌握专业技能和领导能力创建一套完美的教育系统。
</p>
</div>
</div>
......@@ -65,17 +59,13 @@
</div>
<div class="text">
<p>
本项目为紫荆教育与美国印第安纳大学Kelley商学院联合推出的金融学硕士项目,同时结合Kelley商学院金融学硕士的全球领先地位,引领中国金融教育实践,旨在培养具有国际视野、具备金融专业能力与实践创新能力,通晓国际金融规则和行业实践经验的金融专业人才。
</p>
<p>
项目采用中英双语授课,学制为在职15个月(学籍最长可保留5年)。共设有三大模块近20余门学位课程,并结合访学、论文、实践等丰富多彩的教学形式。中美双方各负责50%的教学内容。项目采用线上学习和线下面授的教学方式,学习期间安排一次集中强化式赴美访学。
紫荆-玛丽伍德工商管理硕士(MBA)学位项目通过学习战略管理、设计思维、商务智能、信息时代领导力、市场营销、运营管理等创新MBA核心课程体系,让学员掌握与国际同步的管理领域的最新趋势与管理技能,提升学员在各个职能领域分析和解决问题的能力,培养具备创新能力、科技智慧、兼具国际视野和中国本土实践的商界领袖。
</p>
<p>
项目学习结束后,满足毕业条件的学员将获得美国印第安纳大学Kelley商学院授予的金融学硕士学位证书,该证书与印第安纳大学Kelley商学院本校生所获得的学位证书具有完全相同的形式和效力。
紫荆-玛丽伍德工商管理硕士(MBA)学位项目(中文项目)已获得美国教育部中部地区认证委员会认证,官网可查<a href="https://www.msche.org/institution/0531/">https://www.msche.org/institution/0531/</a>
</p>
<p>
世界最发达经济体与世界最大新兴经济体互相合作与学习,美国顶级商学院Kelley School of
Business与清华控股旗下紫荆教育紧密携手,依托清华大学五道口金融学院和美国印第安纳大学Kelley商学院的优质教学资源,打造最原汁原味、最接近实战的金融学硕士学位课程。
紫荆-玛丽伍德工商管理硕士(MBA)学位项目(中文项目)玛丽伍德大学官网可查:<a href="http://www.marywood.edu/business/graduate/zijing-marywood-mba.html">http://www.marywood.edu/business/graduate/zijing-marywood-mba.html</a>
</p>
</div>
</div>
......@@ -91,7 +81,7 @@ export default {
tabActive: 'zjjy',
list: [
{ name: 'zjjy', label: '紫荆教育' },
{ name: 'kelley', label: 'KELLEY商学院' },
{ name: 'kelley', label: '玛丽伍德大学' },
{ name: 'lhbx', label: '联合办学背景' }
],
tags: [
......
......@@ -3,15 +3,15 @@
<app-frame :data="frameParams">
<div class="certificate-main">
<div class="checkbox">
<p><i></i>修满33个学分</p>
<p><i></i>完成毕业报告</p>
<!-- <p><i></i>修满33个学分</p>
<p><i></i>完成毕业报告</p> -->
</div>
<p class="text">达到毕业条件的学员将被授予美国印第安纳大学KELLEY商学院金融硕士学位</p>
<p class="text">达到毕业条件的学员将被授予</p>
<img
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/project-intro-certificate-pic.png"
alt=""
/>
<p class="certificate-title">KELLEY商学院学位证书</p>
<p class="certificate-title">紫荆-玛丽伍德工商管理硕士(MBA)学位</p>
<p class="certificate-des">*本学位和美国本校生所获学位相同</p>
</div>
</app-frame>
......
......@@ -24,20 +24,20 @@ export default {
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/project-intro-charac-icon1.png',
title: '线上线下结合灵活的授课学习方式',
texts: ['线上+线下教学模式', '在职学习、无需出国、入读名校', '最短15个月最长5年拿到学位']
texts: ['线上+线下教学模式', '在职学习、无需出国、入读名校', '最短16个月拿到学位 ']
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/project-intro-charac-icon2.png',
title: '高性价比享超高品质教学服务体验',
texts: ['专业金融在线教育品牌', '无需联考、快速入门的学习模式', '全方位的金融职业教育课程体系']
texts: ['专业在线教育品牌', '无需联考、快速入门的学习模式', '全方位的管理课程体系']
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/project-intro-charac-icon3.png',
title: '国际视野结合中国本土的实践课程',
texts: [
'先修课程+必修课程+选修课程+美国访学',
'全球排名顶尖师资+中国金融界权威专家',
'多次被 U.S. News & World Report评为全美第一'
'修课程+美国访学',
'全球排名顶尖师资+中国金融界权威专家',
'多次被 U.S. News & World Report最佳大学排名多年上榜'
]
}
],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论