提交 6668a2bf authored 作者: lhh's avatar lhh

update

上级 73023c45
......@@ -12,4 +12,4 @@ export default class InfoAPI extends BaseAPI {
})
}
// 数字时代领航人才EMBA
// 工商管理硕士MBA
// 综合管理方向MBA
......@@ -12,6 +12,10 @@
</ul>
</div>
</div>
<div class="arrow">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/515/curse-arr.png" />
<div class="text">从思路到出路&nbsp;&nbsp;&nbsp;&nbsp;从方法到结果</div>
</div>
</div>
</template>
......@@ -93,6 +97,24 @@ export default {
</script>
<style lang="scss" scoped>
.arrow {
width: 1145px;
margin: 15px auto;
position: relative;
img {
width: 100%;
display: block;
}
.text {
font-size: 22px;
font-weight: normal;
color: #ffffff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}
.course {
height: 722px;
background: url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/course_bg.png);
......@@ -113,7 +135,7 @@ export default {
justify-content: center;
.item {
width: 380px;
&:nth-child(2){
&:nth-child(2) {
margin: 0 30px;
}
h2 {
......
......@@ -17,7 +17,7 @@
<el-form-item prop="project_id">
<el-select v-model="ruleForm.project_id" placeholder="选择您想报名的项目">
<el-option label="数字时代领航人才EMBA" :value="1012"></el-option>
<el-option label="工商管理硕士MBA" :value="1026"></el-option>
<el-option label="综合管理方向MBA" :value="1026"></el-option>
</el-select>
</el-form-item>
<el-form-item>
......
......@@ -26,11 +26,20 @@
<div class="intr-content">
<div class="cover-inner">
<h1>玛丽伍德大学</h1>
<h2>数字时代领航人才EMBA</h2>
<p>
<!-- 赋能当今社会每位管理人,成就数字时代先锋领导者系统、实用、数字地赋能项目成长和企业转型升级 -->
铸就领航数字商业时代的先锋领导者<br />塑造具备全球数字化视野的商企领袖
</p>
<div class="dec" style="margin-bottom:35px;font-size: 14px;color: #fff;">
无需出国&nbsp;&nbsp;在职学习&nbsp;&nbsp;学习时间灵活&nbsp;&nbsp;中美联合教学&nbsp;&nbsp;中文授课
</div>
<div class="box" style="display: flex; position: relative;">
<div class="item" style="cursor: pointer;" @click="$router.push({ path: '/profession' })">
<h2>数字时代领航人才EMBA</h2>
<p>铸就领航数字商业时代的先锋领导者<br />塑造具备全球数字化视野的商企领袖</p>
</div>
<div class="line" style="width:1px; height: 100px;background-color: #fff;margin: 30px 30px;"></div>
<div class="item" style="cursor: pointer;" @click="$router.push({ path: '/management' })">
<h2>综合管理方向MBA</h2>
<p>全面掌握商管才能<br />快速实现事业进阶</p>
</div>
</div>
</div>
<div class="button-group">
<!-- <div class="button-item"><router-link to="profession">了解更多</router-link></div> -->
......@@ -144,7 +153,7 @@ export default {
color: #fff;
line-height: 2;
text-align: justify;
width: 380px;
// width: 380px;
}
}
.button-group {
......
......@@ -38,6 +38,8 @@ export default {
navList: [
{ title: '首页', path: '/index' },
{ title: '数字时代领航人才EMBA', path: '/profession' },
{ title: '综合管理方向MBA', path: '/management' },
{ title: '数字领导力方向MBA', path: '/leadership' },
{ title: '报名申请', path: '/my' },
{ title: '最新动态', path: '/news' },
{ title: '联系我们', path: '/contact' }
......@@ -105,7 +107,7 @@ export default {
display: flex;
align-items: center;
justify-content: space-between;
width: 80%;
width: 90%;
height: 80px;
margin: 0 auto;
transition: all 0.5s;
......@@ -123,7 +125,7 @@ export default {
}
}
.nav {
flex: 2;
flex: 3;
display: flex;
justify-content: space-between;
.nav-item {
......
......@@ -71,7 +71,7 @@ export default {
},
projectList: [
{ label: '数字时代领航人才EMBA', value: 1012 },
{ label: '工商管理硕士MBA', value: 1026 }
{ label: '综合管理方向MBA', value: 1026 }
]
}
},
......
<template>
<div class="course">
<h1>课程体系</h1>
<div class="card-list">
<div class="item" v-for="(item, index) in course" :key="index">
<h2>{{ item.title }}</h2>
<ul>
<li v-for="cItem in item.list" :key="cItem.t2">
<h3>{{ cItem.t1 }}</h3>
<p>{{ cItem.t2 }}</p>
</li>
</ul>
</div>
</div>
</div>
</template>
<script>
// import HomeBanner from '@/components/home/banner'
// import HomeSchool from '@/components/home/school'
// import FormBox from '@/components/formBox'
export default {
data() {
return {
course: [
{
title: '商业方法与专题课程',
list: [
{
t1: '设计思维与管理创新',
t2: 'Design Thinking for Managers'
},
{
t1: '研究方法',
t2: 'Research Methodology'
},
{
t1: '商法',
t2: 'Commercial Law'
},
{
t1: '管理信息系统高级专题',
t2: 'Advanced Topics in Management Information System'
}
]
},
{
title: '财务与投资课程',
list: [
{
t1: '管理经济学',
t2: 'Managerial Economics'
},
{
t1: '财务规划与管理',
t2: 'Financial Planning and Management'
},
{
t1: '投资学',
t2: 'Inestments'
}
]
},
{
title: '战略、市场与管理课程',
list: [
{
t1: '组织行为与领导力',
t2: 'Organizational Behavior and Leadership'
},
{
t1: '战略管理',
t2: 'Strategic Management'
},
{
t1: '人力资源管理',
t2: 'Human Resources in Management'
},
{
t1: '运营管理',
t2: 'Operation Management'
},
{
t1: '营销管理',
t2: 'Marketing Management'
}
]
}
]
}
}
}
</script>
<style lang="scss" scoped>
.course {
height: 722px;
background: url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/course_bg.png);
background-size: cover;
h1 {
font-size: 40px;
font-weight: bold;
color: #ffffff;
line-height: 51px;
width: fit-content;
margin: 0 auto;
border-bottom: 3px solid #f6a800;
padding-top: 40px;
}
.card-list {
padding-top: 50px;
display: flex;
justify-content: center;
.item {
width: 380px;
&:nth-child(2) {
margin: 0 30px;
}
h2 {
font-size: 30px;
font-weight: bold;
color: #f6a800;
line-height: 45px;
text-align: center;
margin-bottom: 35px;
}
ul {
border: 2px solid #f9aa00;
li {
height: 90px;
border-bottom: 2px solid #f9aa00;
text-align: center;
&:last-child {
border-bottom: none;
}
p {
font-size: 16px;
color: #ffffff;
line-height: 19px;
margin-top: 6px;
// white-space: nowrap;
}
h3 {
font-size: 20px;
font-weight: bold;
color: #ffffff;
line-height: 30px;
padding-top: 15px;
// white-space: nowrap;
}
}
}
}
}
}
</style>
差异被折叠。
{
"1": [
{
"class": "li wow bounceInLeft animated vi delay1 duration2",
"class2": "li2 wow bounceInLeft animated vi delay1 duration2 animated",
"span": "Integral Knowing and Critical Discourse",
"span1": "整合心理学与批判性思考",
"li1stateLeft": false,
"li1stateRight": false,
"name": "li1stateLeft",
"ref": "li01",
"top1": "57px",
"right1": "277px",
"top2": "40px",
"right2": "340px"
},
{
"class": "li wow bounceInLeft animated vi delay3 duration2",
"class2": "li2 wow bounceInLeft animated vi delay3 duration2 animated",
"span": "The Self as Inquiry",
"span1": "自我探究",
"li1stateLeft": false,
"li1stateRight": false,
"name": "li1stateRight",
"ref": "li02",
"top1": "152px",
"right1": "362px",
"top2": "145px",
"right2": "230px"
},
{
"class": "li wow bounceInLeft animated vi delay5 duration2",
"class2": "li2 wow bounceInLeft animated vi delay5 duration2 animated",
"span": "Couples as Inquiry",
"span1": "伴侣探究",
"li1stateLeft": false,
"li1stateRight": false,
"name": "li1stateLeft",
"ref": "li03",
"top1": "249px",
"right1": "414px",
"top2": "233px",
"right2": "471px"
},
{
"class": "li wow bounceInLeft animated vi delay7 duration2",
"class2": "li2 wow bounceInLeft animated vi delay7 duration2 animated",
"span": "Families as Inquiry",
"span1": "家庭探究",
"name": "li1stateRight",
"li1stateLeft": false,
"li1stateRight": false,
"ref": "li04",
"top1": "366px",
"right1": "448px",
"top2": "355px",
"right2": "320px"
},
{
"class": "li wow bounceInLeft animated vi delay9 duration2",
"class2": "li2 wow bounceInLeft animated vi delay9 duration2 animated",
"span": "Trauma",
"span1": "创伤",
"li1stateLeft": false,
"li1stateRight": false,
"name": "li1stateLeft",
"ref": "li05",
"top1": "481px",
"right1": "486px",
"top2": "467px",
"right2": "546px"
},
{
"class": "li wow bounceInLeft animated delay11 vi duration2",
"class2": "li2 wow bounceInLeft animated vi delay11 duration2 animated",
"span": "Sexuality",
"span1": "性的探究",
"li1stateLeft": false,
"name": "li1stateRight",
"li1stateRight": false,
"ref": "li06",
"top1": "606px",
"right1": "562px",
"top2": "595px",
"right2": "440px"
}
],
"2": [
{
"class": "li wow bounceInLeft animated vi delay1 duration2",
"class2": "li2 wow bounceInLeft animated vi delay1 duration2 animated",
"span": "Ethical Practice",
"span1": "伦理实践",
"li1stateLeft": false,
"li1stateRight": false,
"name": "li1stateLeft",
"ref": "li01",
"top1": "57px",
"right1": "277px",
"top2": "40px",
"right2": "340px"
},
{
"class": "li wow bounceInLeft animated vi delay3 duration2",
"class2": "li2 wow bounceInLeft animated vi delay3 duration2 animated",
"span": "Coaching Skills 1",
"span1": "教练技能1",
"li1stateLeft": false,
"li1stateRight": false,
"name": "li1stateRight",
"ref": "li02",
"top1": "152px",
"right1": "362px",
"top2": "145px",
"right2": "230px"
},
{
"class": "li wow bounceInLeft animated vi delay5 duration2",
"class2": "li2 wow bounceInLeft animated vi delay5 duration2 animated",
"span": "Leadership",
"span1": "领导力",
"li1stateLeft": false,
"li1stateRight": false,
"name": "li1stateLeft",
"ref": "li03",
"top1": "249px",
"right1": "414px",
"top2": "233px",
"right2": "471px"
},
{
"class": "li wow bounceInLeft animated vi delay7 duration2",
"class2": "li2 wow bounceInLeft animated vi delay7 duration2 animated",
"span": "Coaching Skills 2",
"span1": "教练技能2",
"name": "li1stateRight",
"li1stateLeft": false,
"li1stateRight": false,
"ref": "li04",
"top1": "366px",
"right1": "448px",
"top2": "355px",
"right2": "320px"
},
{
"class": "li wow bounceInLeft animated vi delay9 duration2",
"class2": "li2 wow bounceInLeft animated vi delay9 duration2 animated",
"span": "Group Process",
"span1": "团体动力",
"li1stateLeft": false,
"li1stateRight": false,
"name": "li1stateLeft",
"ref": "li05",
"top1": "481px",
"right1": "486px",
"top2": "467px",
"right2": "546px"
},
{
"class": "li wow bounceInLeft animated delay11 vi duration2",
"class2": "li2 wow bounceInLeft animated vi delay11 duration2 animated",
"span": "Capstone Project",
"span1": "顶点课程",
"li1stateLeft": false,
"name": "li1stateRight",
"li1stateRight": false,
"ref": "li06",
"top1": "606px",
"right1": "562px",
"top2": "595px",
"right2": "440px"
}
]
}
差异被折叠。
......@@ -24,7 +24,7 @@
</el-radio-group> -->
<el-select v-model="setAccount.project_id" placeholder="选择您想报名的项目">
<el-option label="数字时代领航人才EMBA" :value="1012"></el-option>
<el-option label="工商管理硕士MBA" :value="1026"></el-option>
<el-option label="综合管理方向MBA" :value="1026"></el-option>
</el-select>
</el-form-item>
......
差异被折叠。
......@@ -50,7 +50,7 @@ export default {
},
computed: {
projectName() {
return window.PROJECT_ID === 1012 ? '玛丽伍德大学领航数字时代EMBA硕士项目' : '玛丽伍德大学工商管理硕士MBA'
return window.PROJECT_ID === 1012 ? '玛丽伍德大学领航数字时代EMBA硕士项目' : '玛丽伍德大学综合管理方向MBA'
}
},
methods: {
......
......@@ -14,6 +14,20 @@ export const routes = [
props: { fixed: true, footer: true },
children: [{ name: 'major-set', path: '', component: () => import('@/pages/major-set/index.vue') }]
},
// 综合管理方向MBA
{
path: '/management',
component: Layout,
props: { fixed: true, footer: true },
children: [{ name: 'management', path: '', component: () => import('@/pages/management/index.vue') }]
},
// 数字领导力方向MBA
{
path: '/leadership',
component: Layout,
props: { fixed: true, footer: true },
children: [{ name: 'leadership', path: '', component: () => import('@/pages/leadership/index.vue') }]
},
// 最新动态
{
path: '/news',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论