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

update

上级 0c07c670
...@@ -45,17 +45,17 @@ export default { ...@@ -45,17 +45,17 @@ export default {
return { return {
problem: { problem: {
itemLeft: [ itemLeft: [
'Kelley商学院毕业生颁发的学位证书与在美国颁发的证书有何不同?', '瑞士酒店管理大学、瑞士酒店管理大学MBA,毕业生颁发的学位证书与在美国颁发的证书有何不同?',
'本项目是上课形式是怎么样?', '本项目是上课形式是怎么样?',
'本项目学制多久?', '本项目学制多久?',
'能否顺利毕业拿到证书呢?', '能否顺利毕业拿到证书呢?',
'本项目是在职还是全职?' '本项目是在职还是全职?'
], ],
itemRight: [ itemRight: [
'如何申请Kelley商学院金融学硕士?', '如何申请瑞士酒店管理大学、瑞士酒店管理大学MBA?',
'大概流程是什么?', '大概流程是什么?',
'需要提交哪些材料?', '需要提交哪些材料?',
'美国印第安纳大学Kelley商学院金融学硕士的学费是多少?', '美国印第安纳大学瑞士酒店管理大学、瑞士酒店管理大学MBA的学费是多少?',
'学费可以分期吗?' '学费可以分期吗?'
] ]
}, },
......
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
<ul class="content-mian"> <ul class="content-mian">
<li v-for="(item, index) in rankingList" :key="index"> <li v-for="(item, index) in rankingList" :key="index">
<div class="img"> <div class="img">
<img :src="item.url"> <img :src="item.url" />
</div> </div>
<h5><span>No.</span>{{item.rank}}</h5> <h5><span>No.</span>{{ item.rank }}</h5>
<p>{{item.text}}</p> <p>{{ item.text }}</p>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -22,65 +22,87 @@ export default { ...@@ -22,65 +22,87 @@ export default {
data() { data() {
return { return {
rankingList: [ rankingList: [
{ url: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/home-ranking-1.png', rank: 1, text: '2019国际卓越旅游和酒店管理教育中心综合排名'}, {
{ url: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/home-ranking-2.png', rank: 2, text: '2020年QS全球酒店管理学校学术排名'}, url: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/home-ranking-1.jpg',
{ url: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/home-ranking-2.png', rank: 5, text: '2020年QS全球酒店管理学校综合排名'} rank: 1,
text: '2019国际卓越旅游和酒店管理教育中心综合排名'
},
{
url: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/home-ranking-2.png',
rank: 2,
text: '2020年QS全球酒店管理学校学术排名'
},
{
url: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/home-ranking-2.png',
rank: 5,
text: '2020年QS全球酒店管理学校综合排名'
}
] ]
} }
} }
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.ranking-content-box{ .ranking-content-box {
margin-top: 57px; margin-top: 57px;
width: 100%; width: 100%;
height: 680px; height: 680px;
background: url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/ranking-bg.png) center; background: url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-shms/ranking-bg.png) center;
background-size: cover; background-size: cover;
.title{ .title {
width: 996px; width: 996px;
display: flex; display: flex;
margin: 0 auto; margin: 0 auto;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 108px 0 100px; padding: 108px 0 100px;
.line{ .line {
width: 369px; width: 369px;
height: 1px; height: 1px;
background: #FFFFFF; background: #ffffff;
} }
.name{ .name {
font-size: 36px; font-size: 36px;
font-weight: bold; font-weight: bold;
line-height: 100%; line-height: 100%;
color: #FFFFFF; color: #ffffff;
} }
} }
.content-mian{ .content-mian {
width: 1000px; width: 1000px;
margin: 0 auto; margin: 0 auto;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
li{ li {
width:320px; width: 320px;
color:#fff; color: #fff;
text-align:center; text-align: center;
.img{ &:nth-child(1) {
width:100%; .img {
background:#fff; img {
img{ height: 117px;
width:100%; object-fit: contain;
object-position: 60px 10px;
width: 100%;
}
}
}
.img {
width: 100%;
background: #fff;
img {
width: 100%;
} }
} }
h5{ h5 {
padding:30px 0 20px; padding: 30px 0 20px;
font-size:32px; font-size: 32px;
span{ span {
font-size:16px; font-size: 16px;
} }
} }
p{ p {
font-size:12px; font-size: 12px;
} }
} }
} }
......
...@@ -91,16 +91,16 @@ li { ...@@ -91,16 +91,16 @@ li {
.max-width-content { .max-width-content {
display: flex; display: flex;
align-items: center; align-items: center;
::v-deep{ ::v-deep {
a{ a {
display:flex; display: flex;
img { img {
height: 55px; height: 55px;
cursor: pointer; cursor: pointer;
display: block; display: block;
} }
img:first-child{ img:first-child {
margin-right:30px; margin-right: 10px;
} }
} }
} }
......
...@@ -139,7 +139,7 @@ export default { ...@@ -139,7 +139,7 @@ export default {
item3Tit: '国际视野结合中国本土的实践课程', item3Tit: '国际视野结合中国本土的实践课程',
item3Txt1: '先修课程+必修课程+选修课程+美国访学', item3Txt1: '先修课程+必修课程+选修课程+美国访学',
item3Txt2: '全球排名顶尖师资+中国金融界权威专家', item3Txt2: '全球排名顶尖师资+中国金融界权威专家',
item3Txt3: '多次被 U.S. News & World Report评为全美第一', item3Txt3: '多次被 U.S. News & World Report评为全美第一'
}, },
// 证书授予 // 证书授予
cert: { cert: {
...@@ -208,7 +208,7 @@ export default { ...@@ -208,7 +208,7 @@ export default {
tea11Name: '王勇', tea11Name: '王勇',
tea11Txt: '加拿大达尔豪斯大学博士<br />国家千人计划专家<br />天风证券首席风险官', tea11Txt: '加拿大达尔豪斯大学博士<br />国家千人计划专家<br />天风证券首席风险官',
tea12Name: '王鹤菲', tea12Name: '王鹤菲',
tea12Txt: '斯坦福大学商学院金融学博士<br />中国人民大学国际学院金融学教授', tea12Txt: '斯坦福大学商学院金融学博士<br />中国人民大学国际学院金融学教授'
}, },
// 有关申请 // 有关申请
apply: { apply: {
...@@ -233,26 +233,31 @@ export default { ...@@ -233,26 +233,31 @@ export default {
// 常见问题 // 常见问题
problem: { problem: {
item1Tit: '申请和面试相关问题', item1Tit: '申请和面试相关问题',
item1problem1: 'Q: 如何申请美国印第安纳大学Kelley商学院金融学硕士?大概流程是什么?', item1problem1: 'Q: 如何如何申请瑞士酒店管理大学MBA?大概流程是什么?',
item1answer1: 'A: 本项目为申请面试制; 申请流程为:在线填写申请资料—初审通过—面试安排—综合评审—录取offer—学费缴纳及入学手续办理。', item1answer1:
'A: 本项目为申请面试制;<br />申请流程为:在线填写申请资料—初审通过—面试安排—综合评审—录取offer—学费缴纳及入学手续办理。',
item1problem2: 'Q: 面试多少人?录取多少人?率取比率是多少?', item1problem2: 'Q: 面试多少人?录取多少人?率取比率是多少?',
item1answer2: 'A: 本项目采取现场/视频面试的方式,面试人数和录取人数视申请人数和申请资质而定。', item1answer2: 'A: 本项目采取现场/视频面试的方式,面试人数和录取人数视申请人数和申请资质而定。',
item1problem3: 'Q: 是否要求考生的工作经验必须属于金融行业?', item1problem3: 'Q: 是否要求考生的工作经验必须属于酒店行业?',
item1answer3: 'A: 本项目对考生的行业背景无特殊要求。欢迎有志于从事金融行业或相关工作的考生报考。录取为综合考评,工作背景是综合考评时需要参考的一部分信息。', item1answer3:
item1problem4:'Q: 英语一般可以申请吗?', 'A: 本项目对考生的行业背景无特殊要求。欢迎有志于从事酒店行业或相关工作的考生报考。录取为综合考评,工作背景是综合考评时需要参考的一部分信息。',
item1answer4:'A: 建议强化英语学习,可尝试申请。面试阶段会涉及英文面试,如果被录取,会有先修课程《金融英语》供学员提前学习。', item1problem4: 'Q: 英语一般可以申请吗?',
item1answer4:
'A: 建议强化英语学习,可尝试申请。面试阶段会涉及英文面试,如果被录取,会有先修课程《金融英语》供学员提前学习。',
item1problem5: 'Q: 本项目是在职还是全职?上课安排是怎样的?', item1problem5: 'Q: 本项目是在职还是全职?上课安排是怎样的?',
item1answer5: 'A: 本项目为在职金融硕士项目,采用线上学习和线下面授相结合的学习方式。在线学习每周1-2次实时课程,面授采用周末或短期集中上课形式,中英双语授课。紫荆和Kelley商学院各负责教学内容的百分之五十。课程最后安排一次美国访学(往返交通费用自理),时间为两周左右。', item1answer5:
'A: 本项目为在职金融硕士项目,采用线上学习和线下面授相结合的学习方式。在线学习每周1-2次实时课程,面授采用周末或短期集中上课形式,中英双语授课。紫荆和Kelley商学院各负责教学内容的百分之五十。课程最后安排一次美国访学(往返交通费用自理),时间为两周左右。',
item1problem6: 'Q: 本项目学制多久?获得的硕士学位证书与在美国全日制就读是否相同?', item1problem6: 'Q: 本项目学制多久?获得的硕士学位证书与在美国全日制就读是否相同?',
item1answer6: 'A: 本项目学制15个月,修满学分达到毕业要求,印第安纳大学KELLEY商学院颁发学位证书,与美国本土全日制就读获得的学位证书完全相同。', item1answer6:
'A: 本项目学制15个月,修满学分达到毕业要求,印第安纳大学KELLEY商学院颁发学位证书,与美国本土全日制就读获得的学位证书完全相同。',
item2Tit: '报考资格相关问题', item2Tit: '报考资格相关问题',
item2problem1: 'Q: 大专毕业后,又通过自考获得本科毕业证和学士学位,能否报考?', item2problem1: 'Q: 大专毕业后,又通过自考获得本科毕业证和学士学位,能否报考?',
item2answer1: 'A: 可以报考,只要获得本科学位证书,按照本科毕业生身份报考即可。', item2answer1: 'A: 可以报考,只要获得专科及以上学位证书,即可报考。',
item2problem2: 'Q: 成人教育的本科毕业生(无学位证)能否报考?', item2problem2: 'Q: 成人教育的本科毕业生(无学位证)能否报考?',
item2answer2: 'A: 不可以。需要获得本科学位证书才能符合相应报考条件。', item2answer2: 'A: 可以。',
item3Tit: '费用相关问题', item3Tit: '费用相关问题',
item3problem1: 'Q: 美国印第安纳大学Kelley商学院金融学硕士项目学费是多少? 可以分期吗?', item3problem1: 'Q: 瑞士酒店管理大学项目学费是多少? 可以分期吗?',
item3answer1: 'A: 目前本项目的学费为24.98万元人民币,由学生在入学前向紫荆教育缴清(不可选择分期)。', item3answer1: 'A: 目前本项目的学费为12万元人民币,由学生在入学前向紫荆教育缴清(不可选择分期)。'
}, },
// 杰出校友 // 杰出校友
outstanding: { outstanding: {
......
...@@ -99,7 +99,7 @@ export default { ...@@ -99,7 +99,7 @@ export default {
// 项目背景 // 项目背景
bg: { bg: {
tabBtn1: '紫荆教育', tabBtn1: '紫荆教育',
tabBtn2: 'KELLEY商学院', tabBtn2: '瑞士酒店管理大学',
tabBtn3: '联合办学背景', tabBtn3: '联合办学背景',
con1Txt: `紫荆教育全称是清控紫荆(北京)教育科技股份有限公司,由清华控股有限公司于2015年以清华大学五道口金融学院相关知识产权创设而成。“紫荆”二字取自清华大学校花“紫荆花”,寓意“自强不息,向美而行”。<br /> con1Txt: `紫荆教育全称是清控紫荆(北京)教育科技股份有限公司,由清华控股有限公司于2015年以清华大学五道口金融学院相关知识产权创设而成。“紫荆”二字取自清华大学校花“紫荆花”,寓意“自强不息,向美而行”。<br />
紫荆教育以教育为本、以科技赋能、以专业化为基础,以国际化为目标,提供高端国际学位教育、职业教育和在线教育解决方案,为我国培养高质量的国际化人才和产业人才。`, 紫荆教育以教育为本、以科技赋能、以专业化为基础,以国际化为目标,提供高端国际学位教育、职业教育和在线教育解决方案,为我国培养高质量的国际化人才和产业人才。`,
...@@ -114,39 +114,33 @@ export default { ...@@ -114,39 +114,33 @@ export default {
unit1: '所', unit1: '所',
unit2: '门', unit2: '门',
unit3: '万', unit3: '万',
con2Txt: `印第安纳大学伯明顿分校是美国公立常春藤院校,成立于1820年,有200多年历史,是著名的研究型大学,拥有9位诺贝尔奖得主。<br /> con2Txt: `SHMS瑞士酒店管理大学是瑞士规模最大的酒店管理大学,前身是瑞士百年历史的五星级皇宫酒店,被誉为“全球最美校园”。2021年QS世界大学酒店管理专业排名No.4,校友遍布全球。<br />凭借丰富的教育经验,充满活力的教学管理,高素质的师资团队,最先进的设施设备,SHMS 长久保持着酒店管理教育的领先地位。每年来自世界各地 80 多个国家的学生选择来到瑞士,感受独一无二的奢华酒店管理的教育魅力。`,
印第安纳大学Kelley商学院是印第安纳大学伯明顿分校的明星学院,也是世界上历史最悠久和领先的商学院之一,成立于1920年,有100多年历史。<br /> con3Txt: `紫荆-SHMS MBA项目是款待业教育一次创新和变革,是国际与国内顶尖教育资源联合培养的标志性教育项目。<br />瑞士酒店管理大学作为全球排名最高的酒店管理学院之一(2021年QS世界大学排名酒店管理专业排名世界第四),与紫荆教育共同开发的在职MBA 学位项目更是全球首款款待业MBA,采用E-BLANDING混合式教育模式,充分利用互联网技术、整合瑞士及国内顶尖高校的优势教育资源。<br />通过线上技术实现学员与瑞士酒店管理大学导师的小班实时互动教学,同时在线下将继续邀请国内外顶尖教授、行业资深专家,开设从领导力到资产管理、服务体验设计等综合课程。为学员提供交流和获取跨界资源的平台,最大程度的满足酒店及文旅行业高管们的学习与未来职业发展需求。<br />此外,学院拥有众多行业经验丰富,并且毕业于全球顶尖大学拥有高等教育学位的教职人员。使学员通过MBA的学习,能够帮助自己的企业及个人事业发展更上一层楼。`
Kelley商学院是印第安纳大学的商科研究生院,前身为Indiana University School of Commerce and Finance。
Kelley自1920年创立以来一直被认为是美国顶尖的商学院之一,在Business Week, U.S.News & World Report, 和The
Economist Intelligence
Unit等权威杂志的商学院排名中更是名列前茅,Kelley的校友在世界各地的企业,非盈利性组织,政府和学术机构中扮演着领导者的角色。`,
con3Txt: `本项目为紫荆教育与美国印第安纳大学Kelley商学院联合推出的金融学硕士项目,同时结合Kelley商学院金融学硕士的全球领先地位,引领中国金融教育实践,旨在培养具有国际视野、具备金融专业能力与实践创新能力,通晓国际金融规则和行业实践经验的金融专业人才。<br />
项目采用中英双语授课,学制为在职15个月(学籍最长可保留5年)。共设有三大模块近20余门学位课程,并结合访学、论文、实践等丰富多彩的教学形式。中美双方各负责50%的教学内容。项目采用线上学习和线下面授的教学方式,学习期间安排一次集中强化式赴美访学。<br />
项目学习结束后,满足毕业条件的学员将获得美国印第安纳大学Kelley商学院授予的金融学硕士学位证书,该证书与印第安纳大学Kelley商学院本校生所获得的学位证书具有完全相同的形式和效力。<br />
世界最发达经济体与世界最大新兴经济体互相合作与学习,美国顶级商学院Kelley School of
Business与清华控股旗下紫荆教育紧密携手,依托清华大学五道口金融学院和美国印第安纳大学Kelley商学院的优质教学资源,打造最原汁原味、最接近实战的金融学硕士学位课程。`
}, },
// 项目特色 // 项目特色
feature: { feature: {
item1Tit: '线上线下结合灵活的授课学习方式', item1Tit: '不出国也能“留学”',
item1Txt1: '线上+线下教学模式', item1Txt1: '不参加研究生联考,申请制入学',
item1Txt2: '在职学习、无需出国、便捷高效', item1Txt2: '不需要雅思、托福成绩',
item1Txt3: '最短15个月最长5年拿到学位', item1Txt3: '不用出国,学习事业两不误',
item2Tit: '高性价比享超高品质教学服务体验', item1Txt4: '中文授课,双语环境',
item2Txt1: '专业金融在线教育品牌', item2Tit: '国际款待业职业发展服务',
item2Txt1:
'高端款待业校友及企业网络,帮助学员突破发展瓶颈。SEG毕业生超五成校友在旅游、会展、奢侈品、国际贸易、教育培训、金融、房地产、媒体等行业任管理职位。',
item2Txt2: '无需联考、快速入门的学习模式', item2Txt2: '无需联考、快速入门的学习模式',
item2Txt3: '全方位的金融职业教育课程体系', item2Txt3: '全方位的金融职业教育课程体系',
item3Tit: '国际视野结合中国本土的实践课程', item3Tit: '学位全球认可,学籍官方可查',
item3Txt1: '先修课程+必修课程+选修课程+美国访学', item3Txt1:
'学籍官方可查,全球认可。修满学分后,授予硕士学位。学位证书与出国留学所获得的学位证书相同。学员可实现全球就业。',
item3Txt2: '全球排名顶尖师资+中国金融界权威专家', item3Txt2: '全球排名顶尖师资+中国金融界权威专家',
item3Txt3: '多次被 U.S. News & World Report评为全美第一', item3Txt3: '多次被 U.S. News & World Report评为全美第一'
}, },
// 证书授予 // 证书授予
cert: { cert: {
txt1: '修满33个学分', txt1: '修满30个学分',
txt2: '完成毕业报告', txt2: '完成毕业报告',
txt3: '达到毕业条件的学员将被授予美国印第安纳大学KELLEY商学院金融硕士学位', txt3: '达到毕业条件的学员将被授予SHMS瑞士酒店管理大学酒店及旅游方向工商管理硕士',
txt4: 'KELLEY商学院学位证书', txt4: 'SHMS瑞士酒店管理大学酒店及旅游方向工商管理硕士',
txt5: '*本学位和美国本校生所获学位相同' txt5: '*本学位和美国本校生所获学位相同'
}, },
// 课程设置 // 课程设置
...@@ -155,31 +149,16 @@ export default { ...@@ -155,31 +149,16 @@ export default {
tit2: '必修课程', tit2: '必修课程',
tit3: '选修课程', tit3: '选修课程',
tit4: '美国访学', tit4: '美国访学',
t1: '金融英语', t1: '高品质运营管理',
t2: '管理经济学', t2: '酒店和旅游行业市场营销',
t3: '会计基础与财务分析', t3: '客户体验设计',
t4: '财务管理', t4: '不确定性下的危机管理',
t5: '资产定价和证券估值', t5: '战略人力资源管理',
t6: '决策过程中的管理会计信息', t6: '款待行业全面营收管理',
t7: '金融风险管理', t7: '运用数据分析的最优决策',
t8: '企业估值与投资', t8: '组织行为和领导力战略',
t9: '证券和投资分析', t9: '商业方案策划',
t10: '国际金融管理', t10: '房地产项目开发和资产管理'
t11: '高级衍生品和固定收益模型',
t12: '金融市场策略',
t13: '行为金融学',
t14: '国际货币体系',
t15: '毕业论文/毕业设计',
t16: '创业金融系列',
t17: '财富管理系列',
t18: '企业理财系列',
t19: '互联网金融系列',
t20: 'ABS系列',
t21: '利率市场化系列',
t22: '转型与发展:金融科技系列等',
t23: '机器学习和商业应用',
t24: '职业发展规划',
t25: '毕业典礼'
}, },
// 师资力量 // 师资力量
teachers: { teachers: {
...@@ -208,51 +187,66 @@ export default { ...@@ -208,51 +187,66 @@ export default {
tea11Name: '王勇', tea11Name: '王勇',
tea11Txt: '加拿大达尔豪斯大学博士<br />国家千人计划专家<br />天风证券首席风险官', tea11Txt: '加拿大达尔豪斯大学博士<br />国家千人计划专家<br />天风证券首席风险官',
tea12Name: '王鹤菲', tea12Name: '王鹤菲',
tea12Txt: '斯坦福大学商学院金融学博士<br />中国人民大学国际学院金融学教授', tea12Txt: '斯坦福大学商学院金融学博士<br />中国人民大学国际学院金融学教授'
}, },
// 有关申请 // 有关申请
apply: { apply: {
con1Tit: '申请条件', con1Tit: '申请条件',
con1Txt: '已获得本科或以上学位<br />有一定工作经验<br />托福79分/雅思6分以上', con1Txt:
con2Tit: '招生对象', '本科及以上学历<br />大专学历,需要至少【3】年以上款待业相关行业工作经验<br />管理岗位工作经验或企业推荐信<br />一定英语基础',
con2Txt: `证劵、基金、银行、财富管理等相关行业人士<br /> con2Tit: '报名流程',
金融相关行业有丰富工作经验的专业人士<br /> con2Txt: `<span>提交材料</span><br />身份证<br />
所从事的金融业务具有国际化需求的人士<br /> 推荐信<br />
其他对本项目有兴趣并自身优异者` 报名表<br />
毕业证(学位证书)<br />
<span>项目初审</span><br />
材料评审,审核合格后发放面试通知<br />
<span>面试</span><br />
线上面试或现场面试<br />
紫荆教育和瑞士酒店管理大学组建的评审团共同组织面试评估<br />
<span>项目终审</span><br />
综合评审后反馈面试结果<br />
<span>缴纳学费&入学</span><br />
面试通过的申请者缴纳全部学费并办理入学手续
`
}, },
// 费用资助 // 费用资助
cost: { cost: {
con1Tit: '学费', con1Tit: '学费',
con1Txt: `本项目学费24.98万元,<br /> con1Txt: `申请费 600元<br />
由学生向清华控股旗下紫荆教育一次性缴纳。`, 学费 120,000 元 (2年)<br />
con2Tit: '贷款', *2022年春季班学费预计上调至128000`,
con2Txt: `1、就读本项目的学生,可以申请多家金融机构的贷款服务。<br /> con2Tit: '奖学金',
2、具体信息会在学生获得正式录取资格后公布。<br /> con2Txt: `为优秀学员提供奖学金`
3、清华控股旗下紫荆教育不为学员担保贷款,不承担催款义务。`
}, },
// 常见问题 // 常见问题
problem: { problem: {
item1Tit: '申请和面试相关问题', item1Tit: '申请和面试相关问题',
item1problem1: 'Q: 如何申请美国印第安纳大学Kelley商学院金融学硕士?大概流程是什么?', item1problem1: 'Q: 如何如何申请瑞士酒店管理大学MBA?大概流程是什么?',
item1answer1: 'A: 本项目为申请面试制; 申请流程为:在线填写申请资料—初审通过—面试安排—综合评审—录取offer—学费缴纳及入学手续办理。', item1answer1:
'A: 本项目为申请面试制;<br />申请流程为:在线填写申请资料—初审通过—面试安排—综合评审—录取offer—学费缴纳及入学手续办理。',
item1problem2: 'Q: 面试多少人?录取多少人?率取比率是多少?', item1problem2: 'Q: 面试多少人?录取多少人?率取比率是多少?',
item1answer2: 'A: 本项目采取现场/视频面试的方式,面试人数和录取人数视申请人数和申请资质而定。', item1answer2: 'A: 本项目采取现场/视频面试的方式,面试人数和录取人数视申请人数和申请资质而定。',
item1problem3: 'Q: 是否要求考生的工作经验必须属于金融行业?', item1problem3: 'Q: 是否要求考生的工作经验必须属于酒店行业?',
item1answer3: 'A: 本项目对考生的行业背景无特殊要求。欢迎有志于从事金融行业或相关工作的考生报考。录取为综合考评,工作背景是综合考评时需要参考的一部分信息。', item1answer3:
item1problem4:'Q: 英语一般可以申请吗?', 'A: 本项目对考生的行业背景无特殊要求。欢迎有志于从事酒店行业或相关工作的考生报考。录取为综合考评,工作背景是综合考评时需要参考的一部分信息。',
item1answer4:'A: 建议强化英语学习,可尝试申请。面试阶段会涉及英文面试,如果被录取,会有先修课程《金融英语》供学员提前学习。', item1problem4: 'Q: 英语一般可以申请吗?',
item1answer4:
'A: 建议强化英语学习,可尝试申请。面试阶段会涉及英文面试,如果被录取,会有先修课程《金融英语》供学员提前学习。',
item1problem5: 'Q: 本项目是在职还是全职?上课安排是怎样的?', item1problem5: 'Q: 本项目是在职还是全职?上课安排是怎样的?',
item1answer5: 'A: 本项目为在职金融硕士项目,采用线上学习和线下面授相结合的学习方式。在线学习每周1-2次实时课程,面授采用周末或短期集中上课形式,中英双语授课。紫荆和Kelley商学院各负责教学内容的百分之五十。课程最后安排一次美国访学(往返交通费用自理),时间为两周左右。', item1answer5:
'A: 本项目为在职金融硕士项目,采用线上学习和线下面授相结合的学习方式。在线学习每周1-2次实时课程,面授采用周末或短期集中上课形式,中英双语授课。紫荆和Kelley商学院各负责教学内容的百分之五十。课程最后安排一次美国访学(往返交通费用自理),时间为两周左右。',
item1problem6: 'Q: 本项目学制多久?获得的硕士学位证书与在美国全日制就读是否相同?', item1problem6: 'Q: 本项目学制多久?获得的硕士学位证书与在美国全日制就读是否相同?',
item1answer6: 'A: 本项目学制15个月,修满学分达到毕业要求,印第安纳大学KELLEY商学院颁发学位证书,与美国本土全日制就读获得的学位证书完全相同。', item1answer6:
'A: 本项目学制15个月,修满学分达到毕业要求,印第安纳大学KELLEY商学院颁发学位证书,与美国本土全日制就读获得的学位证书完全相同。',
item2Tit: '报考资格相关问题', item2Tit: '报考资格相关问题',
item2problem1: 'Q: 大专毕业后,又通过自考获得本科毕业证和学士学位,能否报考?', item2problem1: 'Q: 大专毕业后,又通过自考获得本科毕业证和学士学位,能否报考?',
item2answer1: 'A: 可以报考,只要获得本科学位证书,按照本科毕业生身份报考即可。', item2answer1: 'A: 可以报考,只要获得专科及以上学位证书,即可报考。',
item2problem2: 'Q: 成人教育的本科毕业生(无学位证)能否报考?', item2problem2: 'Q: 成人教育的本科毕业生(无学位证)能否报考?',
item2answer2: 'A: 不可以。需要获得本科学位证书才能符合相应报考条件。', item2answer2: 'A: 可以。',
item3Tit: '费用相关问题', item3Tit: '费用相关问题',
item3problem1: 'Q: 美国印第安纳大学Kelley商学院金融学硕士项目学费是多少? 可以分期吗?', item3problem1: 'Q: 瑞士酒店管理大学项目学费是多少? 可以分期吗?',
item3answer1: 'A: 目前本项目的学费为24.98万元人民币,由学生在入学前向紫荆教育缴清(不可选择分期)。', item3answer1: 'A: 目前本项目的学费为12万元人民币,由学生在入学前向紫荆教育缴清(不可选择分期)。'
}, },
// 杰出校友 // 杰出校友
outstanding: { outstanding: {
......
<template> <template>
<div :class="isMobile ? 'is-h5' : 'is-pc'"> <div :class="isMobile ? 'is-h5' : 'is-pc'">
<app-frame :data="frameParams"> <app-frame :data="frameParams">
<div class="course-content-box" v-if="!isMobile"> <div class="course-content-box" v-if="!isMobile">
<div class="content-mian"> <div class="content-mian">
<div class="border-box"> <div class="border-box">
<template v-for="(item, index) in courseData"> <template v-for="(item, index) in courseData">
<div class="item-box" :key="index"> <div class="item-box" :key="index">
<div class="title">{{ item.title }}</div> <div class="title">{{ item.title }}</div>
<div class="right-content"> <div class="right-content">
<ul> <ul>
<li v-for="(cItem, cIndex) in item.item" :key="cIndex + 'l'"> <li v-for="(cItem, cIndex) in item.item" :key="cIndex + 'l'">
<div class="text">{{ cItem.name }}</div> <div class="text">{{ cItem.name }}</div>
<div class="score">学分:{{ cItem.score }}</div> <div class="score">学分:{{ cItem.score }}</div>
</li> </li>
</ul> </ul>
</div>
</div> </div>
</div> </template>
</template> </div>
</div> </div>
</div> </div>
</div> <div class="course-content" v-else>
<div class="course-content" v-else> <div class="item-box" v-for="(item, index) in courseData" :key="index">
<div class="item-box" v-for="(item, index) in courseData" :key="index"> <div class="title">{{ item.title }}</div>
<div class="title">{{ item.title }}</div> <ul>
<ul> <li v-for="(cItem, cIndex) in item.item" :key="cIndex + 'c'">
<li v-for="(cItem, cIndex) in item.item" :key="cIndex + 'c'"> <div class="name">{{ cItem.name }}</div>
<div class="name">{{ cItem.name }}</div> <div class="score">学分:{{ cItem.score }}</div>
<div class="score">学分:{{ cItem.score }}</div> </li>
</li> </ul>
</ul> </div>
</div> </div>
</div> </app-frame>
</app-frame> </div>
</div>
</template> </template>
<script> <script>
import appFrame from '@/components/appFrame' import appFrame from '@/components/appFrame'
...@@ -44,49 +44,19 @@ export default { ...@@ -44,49 +44,19 @@ export default {
data() { data() {
return { return {
courseData: [ courseData: [
{
title: this.$t('setCourse.tit1'),
item: [
{ name: this.$t('setCourse.t1'), score: 0 },
{ name: this.$t('setCourse.t2'), score: 0 },
{ name: this.$t('setCourse.t3'), score: 0 }
]
},
{ {
title: this.$t('setCourse.tit2'), title: this.$t('setCourse.tit2'),
item: [ item: [
{ name: this.$t('setCourse.t1'), score: 3 },
{ name: this.$t('setCourse.t2'), score: 3 },
{ name: this.$t('setCourse.t3'), score: 3 },
{ name: this.$t('setCourse.t4'), score: 3 }, { name: this.$t('setCourse.t4'), score: 3 },
{ name: this.$t('setCourse.t5'), score: 3 }, { name: this.$t('setCourse.t5'), score: 3 },
{ name: this.$t('setCourse.t6'), score: 3 }, { name: this.$t('setCourse.t6'), score: 3 },
{ name: this.$t('setCourse.t7'), score: 3 }, { name: this.$t('setCourse.t7'), score: 3 },
{ name: this.$t('setCourse.t8'), score: 3 }, { name: this.$t('setCourse.t8'), score: 3 },
{ name: this.$t('setCourse.t9'), score: 3 }, { name: this.$t('setCourse.t9'), score: 3 },
{ name: this.$t('setCourse.t10'), score: 3 }, { name: this.$t('setCourse.t10'), score: 3 }
{ name: this.$t('setCourse.t11'), score: 3 },
{ name: this.$t('setCourse.t12'), score: 3 },
{ name: this.$t('setCourse.t13'), score: 1.5 },
{ name: this.$t('setCourse.t14'), score: 1.5 },
{ name: this.$t('setCourse.t15'), score: 1.5 }
]
},
{
title: this.$t('setCourse.tit3'),
item: [
{ name: this.$t('setCourse.t16'), score: 0 },
{ name: this.$t('setCourse.t17'), score: 0 },
{ name: this.$t('setCourse.t18'), score: 0 },
{ name: this.$t('setCourse.t19'), score: 0 },
{ name: this.$t('setCourse.t20'), score: 0 },
{ name: this.$t('setCourse.t21'), score: 0 },
{ name: this.$t('setCourse.t22'), score: 0 }
]
},
{
title: this.$t('setCourse.tit4'),
item: [
{ name: this.$t('setCourse.t23'), score: 1.5 },
{ name: this.$t('setCourse.t24'), score: 0 },
{ name: this.$t('setCourse.t25'), score: 0 }
] ]
} }
], ],
...@@ -114,7 +84,7 @@ export default { ...@@ -114,7 +84,7 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.is-pc{ .is-pc {
.course-content-box { .course-content-box {
// width: 1200px; // width: 1200px;
// margin: 0 auto; // margin: 0 auto;
...@@ -173,38 +143,38 @@ export default { ...@@ -173,38 +143,38 @@ export default {
} }
} }
} }
.is-h5{ .is-h5 {
.course-content{ .course-content {
background: #fff; background: #fff;
padding: .38rem .28rem .2rem; padding: 0.38rem 0.28rem 0.2rem;
.title{ .title {
font-size: 0.14rem; font-size: 0.14rem;
font-weight: bold; font-weight: bold;
line-height: 100%; line-height: 100%;
color: #AA1941; color: #aa1941;
} }
ul{ ul {
border-top: .01rem solid #E6E6E6; border-top: 0.01rem solid #e6e6e6;
padding-top: .1rem; padding-top: 0.1rem;
margin-top: .19rem; margin-top: 0.19rem;
margin-bottom: .24rem; margin-bottom: 0.24rem;
li{ li {
height: .21rem; height: 0.21rem;
box-sizing: border-box; box-sizing: border-box;
padding-left: .27rem; padding-left: 0.27rem;
display: flex; display: flex;
align-items: center; align-items: center;
&:nth-child(odd) { &:nth-child(odd) {
background: #F7F7F7; background: #f7f7f7;
} }
.name{ .name {
font-size: 0.1rem; font-size: 0.1rem;
color: #666666; color: #666666;
width: 2.17rem; width: 2.17rem;
font-size: 0.1rem; font-size: 0.1rem;
color: #666666; color: #666666;
} }
.score{ .score {
font-size: 0.1rem; font-size: 0.1rem;
color: #666666; color: #666666;
} }
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
<div :class="isMobile ? 'is-h5' : 'is-pc'"> <div :class="isMobile ? 'is-h5' : 'is-pc'">
<app-frame :data="frameParams"> <app-frame :data="frameParams">
<div class="teacher-content-box"> <div class="teacher-content-box">
<div class="content-box"> <img class="teacher" src="https://webapp-pub.ezijing.com/project/seg-shms/all-teacher.jpg" />
<!-- <div class="content-box">
<div class="teacher-box"> <div class="teacher-box">
<div class="mar-t-box" v-for="(item, index) in teacherList" :key="index"> <div class="mar-t-box" v-for="(item, index) in teacherList" :key="index">
<div class="title">{{ item.title }}</div> <div class="title">{{ item.title }}</div>
...@@ -17,7 +18,7 @@ ...@@ -17,7 +18,7 @@
</ul> </ul>
</div> </div>
</div> </div>
</div> </div> -->
</div> </div>
</app-frame> </app-frame>
</div> </div>
...@@ -127,9 +128,13 @@ export default { ...@@ -127,9 +128,13 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.is-pc{ .teacher {
width: 100%;
display: block;
}
.is-pc {
.teacher-content-box { .teacher-content-box {
width: 1200px; // width: 1200px;
margin: 0 auto; margin: 0 auto;
.content-box { .content-box {
padding: 60px 75px 61px; padding: 60px 75px 61px;
...@@ -175,13 +180,13 @@ export default { ...@@ -175,13 +180,13 @@ export default {
} }
} }
} }
.is-h5{ .is-h5 {
.teacher-content-box { .teacher-content-box {
.content-box { .content-box {
padding: .3rem .32rem .3rem; padding: 0.3rem 0.32rem 0.3rem;
.teacher-box { .teacher-box {
.title { .title {
font-size: .14rem; font-size: 0.14rem;
font-weight: bold; font-weight: bold;
line-height: 100%; line-height: 100%;
color: #333333; color: #333333;
...@@ -189,12 +194,12 @@ export default { ...@@ -189,12 +194,12 @@ export default {
ul { ul {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
padding-top: .15rem; padding-top: 0.15rem;
li { li {
width: 1.32rem; width: 1.32rem;
margin-left: .3rem; margin-left: 0.3rem;
margin-bottom: .13rem; margin-bottom: 0.13rem;
&:nth-child(odd){ &:nth-child(odd) {
margin-left: 0; margin-left: 0;
} }
img { img {
...@@ -204,15 +209,15 @@ export default { ...@@ -204,15 +209,15 @@ export default {
.name { .name {
font-size: 0.14rem; font-size: 0.14rem;
line-height: 100%; line-height: 100%;
color: #AA1941; color: #aa1941;
margin-top: .1rem; margin-top: 0.1rem;
margin-bottom: .03rem; margin-bottom: 0.03rem;
} }
.p { .p {
font-size: 0.1rem; font-size: 0.1rem;
line-height: 0.13rem; line-height: 0.13rem;
color: #666666; color: #666666;
margin-top: .03rem; margin-top: 0.03rem;
} }
} }
} }
......
...@@ -44,94 +44,66 @@ export default { ...@@ -44,94 +44,66 @@ export default {
return { return {
alumniList: [ alumniList: [
{ {
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-01.png', avatar: 'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc1.jpg',
name: "Paul H. O'Neill", name: 'Daniel Aylmer',
post: ['前美国财政部长'] post: ['首席运营官', '洲际酒店集团大中华区', 'César Ritz 1995届毕业生']
}, },
{ {
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-02.png', avatar: 'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc2.jpg',
name: 'Alan B. Graf', name: 'Tuomas Laakso',
post: ['Fedex首席财务官'] post: ['欧洲发展部主管', '万豪国际酒店,丽思卡尔顿酒店', '瑞士 苏黎世', 'César Ritz 1 997届毕业生']
}, },
{ {
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-03.png', avatar: 'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc3.jpg',
name: 'John Chambers', name: 'Edward Chan',
post: ['Cisco首席执行官'] post: ['高级副总裁', '亚太区首席发展官', 'Hard Rock 硬石有限公司', 'César Ritz 1987届毕业生']
}, },
{ {
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-04.png', avatar: 'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc4.jpg',
name: 'Ali Tuet', name: 'Michael Smithuis',
post: ['香港ESG控股集团主席总裁'] post: ['总经理', '费尔蒙酒店集团蒙特勒宫', '瑞士 蒙特勒', 'HTTl 1990届毕业生']
}, },
{ {
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-05.png', avatar: 'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc5.jpg',
name: 'Jimmy Wales', name: 'Philip Chong',
post: ['Jimmy Wales'] post: ['F&B 副总裁', '金沙中国有限公司', 'CésarRitz 1987届毕业生']
}, },
{ {
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-06.png', avatar: 'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc6.jpg',
name: 'Mark Cuban', name: 'Teik Kong Chong',
post: ['美国知名投资人', 'NBA达拉斯独行侠球队老板'] post: ['AVP,F&B,North China', '香格里拉酒店集团', 'CésarRitz 1987届毕业生']
},
{
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-07.png',
name: 'Peter Wong',
post: ['汇丰银行', '亚洲区总裁']
},
{
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-08.png',
name: "Paul H. O'Neill",
post: ['美国 Whirlpool', '亚洲副总裁']
} }
], ],
studentList: [ studentList: [
{ {
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-stud-mtq.png', avatar: 'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc7.jpg',
name: '马铁群', name: '沈冬梅',
education: ['斯坦福大学', '管理科学与工程硕士'], education: ['中国电信怡沁园度假村', '常务副总经理', 'SHMS MBA 2021春季班']
post: ['益盟股份有限公司', '执行总裁']
},
{
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-stud-02.png',
name: '赵旭娜',
education: ['北京大学医学物理博士', '约翰霍普金斯大学博士后'],
post: ['瓦里安医疗系统公司(美国)', '大中华区高级临床战略经理']
},
{
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-stud-08.png',
name: '虞东',
education: ['北京大学光华管理学院', '高级工商管理硕士'],
post: ['西安纸贵互联网科技有限公司', '董事合伙人首席风控官']
}, },
{ {
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-stud-01.png', avatar: 'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc8.jpg',
name: '张彧', name: '路瑶',
education: ['泽维尔大学', '工商管理硕士'], education: ['华为集团安朴酒店管理公司', '副总经理', 'SHMS MBA 2020冬季班']
post: ['希尔顿酒店管理有限公司', '财务部副总裁']
}, },
{ {
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-stud-06.png', avatar: 'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc9.jpg',
name: '孙红平', name: '凌云',
education: ['广东外语外贸大学', '翻译硕士'], education: ['东呈国际集团', '集团副总裁', 'SHMS MBA 2021春季班']
post: ['美国IPO直通车公司', '管理合伙人']
}, },
{ {
avatar: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/sgql.png', avatar: 'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc10.jpg',
name: '上官利青', name: '宗锴',
education: ['清华大学', '微电子学硕士'], education: ['国资委甘肃文旅酒店', '管理有限公司', '常务副总经理' , 'SHMS MBA 2021春季班']
post: ['中航信托有限公司', '家族信托事业部副总经理']
}, },
{ {
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-stud-04.png', avatar: 'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc11.jpg',
name: '刘丹', name: '王诤言',
education: ['香港大学李嘉诚医学院', '医学影像学博士'], education: ['三亚海棠湾天房洲际度假', '酒店总经理', 'SHMS MBA 2021春季班']
post: ['华润医疗直属医院', '运营院长']
}, },
{ {
avatar: 'https://webapp-pub.ezijing.com/project/kelley/alumni-outstanding-stud-03.png', avatar: 'https://webapp-pub.ezijing.com/project/seg-shms/alumni-jc12.jpg',
name: '刘育弘', name: 'LEOW KHUN WEI',
education: ['中山大学', '高级工商管理硕士'], education: ['兰州凯悦酒店', '总经理', 'SHMS MBA 2021春季班']
post: ['广州快塑电子商务有限公司', '执行总裁']
} }
], ],
frameParams: { frameParams: {
...@@ -157,7 +129,7 @@ export default { ...@@ -157,7 +129,7 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.is-pc{ .is-pc {
.alumni { .alumni {
padding: 30px 74px; padding: 30px 74px;
h5 { h5 {
...@@ -189,7 +161,7 @@ export default { ...@@ -189,7 +161,7 @@ export default {
} }
} }
.text { .text {
margin-top: 72px; margin-top: 30px;
h6 { h6 {
font-size: 18px; font-size: 18px;
font-family: HelveticaNeueLTPro-Md; font-family: HelveticaNeueLTPro-Md;
...@@ -229,18 +201,18 @@ export default { ...@@ -229,18 +201,18 @@ export default {
} }
} }
} }
.is-h5{ .is-h5 {
.alumni { .alumni {
padding: 0 .16rem .35rem; padding: 0 0.16rem 0.35rem;
h5 { h5 {
font-size: .14rem; font-size: 0.14rem;
font-weight: 700; font-weight: 700;
line-height: 100%; line-height: 100%;
padding: .2rem 0; padding: 0.2rem 0;
color: #333; color: #333;
} }
.card-list { .card-list {
margin-bottom: .15rem; margin-bottom: 0.15rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
...@@ -248,41 +220,41 @@ export default { ...@@ -248,41 +220,41 @@ export default {
box-sizing: border-box; box-sizing: border-box;
width: 1.68rem; width: 1.68rem;
background: #ebebeb; background: #ebebeb;
padding: .11rem .05rem; padding: 0.11rem 0.05rem;
display: flex; display: flex;
margin-bottom: .06rem; margin-bottom: 0.06rem;
margin-left: .06rem; margin-left: 0.06rem;
&:nth-child(odd){ &:nth-child(odd) {
margin-left: 0; margin-left: 0;
} }
.avatar { .avatar {
// width: 204px; // width: 204px;
// height: 100%; // height: 100%;
img { img {
width: .63rem; width: 0.63rem;
height: .63rem; height: 0.63rem;
display: block; display: block;
} }
} }
.text { .text {
// margin-top: .3rem; // margin-top: .3rem;
margin-left: .1rem; margin-left: 0.1rem;
h6 { h6 {
font-size: .11rem; font-size: 0.11rem;
color: #aa1941; color: #aa1941;
font-weight: 700; font-weight: 700;
white-space: nowrap; white-space: nowrap;
} }
p { p {
font-size: .1rem; font-size: 0.1rem;
line-height: .15rem; line-height: 0.15rem;
color: #666; color: #666;
} }
div { div {
font-size: .07rem; font-size: 0.07rem;
line-height: .15rem; line-height: 0.15rem;
color: #666; color: #666;
margin-top: .02rem; margin-top: 0.02rem;
} }
} }
} }
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<template v-for="(cItem, cIndex) in item.problem"> <template v-for="(cItem, cIndex) in item.problem">
<li :key="cIndex + '='"> <li :key="cIndex + '='">
<div class="pro-tit">{{ cItem.tit }}</div> <div class="pro-tit">{{ cItem.tit }}</div>
<div class="answer">{{ cItem.answer }}</div> <div class="answer" v-html="cItem.answer"></div>
</li> </li>
</template> </template>
</ul> </ul>
...@@ -45,18 +45,6 @@ export default { ...@@ -45,18 +45,6 @@ export default {
{ {
tit: this.$t('problem.item1problem3'), tit: this.$t('problem.item1problem3'),
answer: this.$t('problem.item1answer3') answer: this.$t('problem.item1answer3')
},
{
tit: this.$t('problem.item1problem4'),
answer: this.$t('problem.item1answer4')
},
{
tit: this.$t('problem.item1problem5'),
answer: this.$t('problem.item1answer5')
},
{
tit: this.$t('problem.item1problem6'),
answer: this.$t('problem.item1answer6')
} }
] ]
}, },
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<div class="title mar-t55">{{ $t('apply.con2Tit') }}</div> <div class="title mar-t55">{{ $t('apply.con2Tit') }}</div>
<div class="con-txt" v-html="$t('apply.con2Txt')"></div> <div class="con-txt" v-html="$t('apply.con2Txt')"></div>
</div> </div>
<img src="https://webapp-pub.ezijing.com/project/kelley/apply-img.png" alt="" /> <!-- <img src="https://webapp-pub.ezijing.com/project/kelley/apply-img.png" alt="" /> -->
</div> </div>
</div> </div>
</app-frame> </app-frame>
...@@ -52,7 +52,7 @@ export default { ...@@ -52,7 +52,7 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.is-pc{ .is-pc {
.rele-content-box { .rele-content-box {
.content-box { .content-box {
img { img {
...@@ -78,37 +78,47 @@ export default { ...@@ -78,37 +78,47 @@ export default {
line-height: 34px; line-height: 34px;
color: #424242; color: #424242;
margin-top: 20px; margin-top: 20px;
::v-deep{
span{
font-weight: bold;
}
}
} }
} }
} }
} }
} }
.is-h5{ .is-h5 {
.rele-content-box{ .rele-content-box {
background: #fff; background: #fff;
padding: .3rem .2rem; padding: 0.3rem 0.2rem;
.content-box { .content-box {
img { img {
width: 100%; width: 100%;
display: block; display: block;
} }
padding-bottom: .5rem; padding-bottom: 0.5rem;
.text-content { .text-content {
margin-bottom: .4rem; margin-bottom: 0.4rem;
.title { .title {
font-size: 0.14rem; font-size: 0.14rem;
font-weight: bold; font-weight: bold;
line-height: 100%; line-height: 100%;
color: #333333; color: #333333;
&.mar-t55 { &.mar-t55 {
margin-top: .25rem; margin-top: 0.25rem;
} }
} }
.con-txt { .con-txt {
font-size: 0.12rem; font-size: 0.12rem;
line-height: 0.24rem; line-height: 0.24rem;
color: #424242; color: #424242;
padding-top: .14rem; padding-top: 0.14rem;
::v-deep{
span{
font-weight: bold;
}
}
} }
} }
} }
......
...@@ -51,7 +51,7 @@ export default { ...@@ -51,7 +51,7 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.is-pc{ .is-pc {
.rele-content-box { .rele-content-box {
.content-box { .content-box {
padding-top: 46px; padding-top: 46px;
...@@ -77,27 +77,27 @@ export default { ...@@ -77,27 +77,27 @@ export default {
} }
} }
} }
.is-h5{ .is-h5 {
.rele-content-box{ .rele-content-box {
background: #fff; background: #fff;
padding: .3rem .2rem; padding: 0.3rem 0.2rem;
.content-box { .content-box {
.text-content { .text-content {
padding-left: .2rem; padding-left: 0.2rem;
.title { .title {
font-size: 0.14rem; font-size: 0.14rem;
font-weight: bold; font-weight: bold;
line-height: 100%; line-height: 100%;
color: #333333; color: #333333;
&.mar-t55 { &.mar-t55 {
margin-top: .25rem; margin-top: 0.25rem;
} }
} }
.con-txt { .con-txt {
font-size: 0.12rem; font-size: 0.12rem;
line-height: 0.24rem; line-height: 0.24rem;
color: #424242; color: #424242;
padding-top: .14rem; padding-top: 0.14rem;
} }
} }
} }
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
</div> </div>
<div class="kelley" v-if="tabActive === 'kelley'"> <div class="kelley" v-if="tabActive === 'kelley'">
<div class="sub-banner"> <div class="sub-banner">
<img src="https://webapp-pub.ezijing.com/project/kelley/project-intro-bg-kelley.png" /> <img src="https://webapp-pub.ezijing.com/project/seg-shms/project-intor-bg.jpg" />
</div> </div>
<div class="text" v-html="$t('bg.con2Txt')"></div> <div class="text" v-html="$t('bg.con2Txt')"></div>
</div> </div>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<p><i></i>{{ $t('cert.txt2') }}</p> <p><i></i>{{ $t('cert.txt2') }}</p>
</div> </div>
<p class="text">{{ $t('cert.txt3') }}</p> <p class="text">{{ $t('cert.txt3') }}</p>
<img src="https://webapp-pub.ezijing.com/project/kelley/project-intro-certificate-pic.png" /> <img src="https://webapp-pub.ezijing.com/project/seg-shms/SHMS_MBA_Diploma.jpg" />
<p class="certificate-title">{{ $t('cert.txt4') }}</p> <p class="certificate-title">{{ $t('cert.txt4') }}</p>
<p class="certificate-des">{{ $t('cert.txt5') }}</p> <p class="certificate-des">{{ $t('cert.txt5') }}</p>
</div> </div>
...@@ -46,7 +46,7 @@ export default { ...@@ -46,7 +46,7 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.is-pc{ .is-pc {
.certificate { .certificate {
padding: 40px; padding: 40px;
text-align: center; text-align: center;
...@@ -105,9 +105,9 @@ export default { ...@@ -105,9 +105,9 @@ export default {
} }
} }
} }
.is-h5{ .is-h5 {
.certificate { .certificate {
padding: .3rem .52rem; padding: 0.3rem 0.52rem;
text-align: center; text-align: center;
.checkbox { .checkbox {
display: flex; display: flex;
...@@ -119,36 +119,36 @@ export default { ...@@ -119,36 +119,36 @@ export default {
// font-size: .12rem; // font-size: .12rem;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
font-weight: 500; font-weight: 500;
line-height: .17rem; line-height: 0.17rem;
color: #424242; color: #424242;
i { i {
display: inline-block; display: inline-block;
width: .18rem; width: 0.18rem;
height: .18rem; height: 0.18rem;
background: url('https://webapp-pub.ezijing.com/project/kelley/project-intro-certificate-icon.png'); background: url('https://webapp-pub.ezijing.com/project/kelley/project-intro-certificate-icon.png');
background-size: .18rem .18rem; background-size: 0.18rem 0.18rem;
margin-right: .05rem; margin-right: 0.05rem;
vertical-align: middle; vertical-align: middle;
} }
} }
} }
.text { .text {
text-align: center; text-align: center;
font-size: .12rem; font-size: 0.12rem;
color: #424242; color: #424242;
margin-top: .2rem; margin-top: 0.2rem;
} }
img { img {
display: block; display: block;
width: 100%; width: 100%;
display: block; display: block;
// height: 291px; // height: 291px;
margin: .2rem auto; margin: 0.2rem auto;
} }
.certificate-title { .certificate-title {
font-size: .12rem; font-size: 0.12rem;
color: #424242; color: #424242;
margin-top: .13rem; margin-top: 0.13rem;
} }
.certificate-des { .certificate-des {
color: #aa1941; color: #aa1941;
......
...@@ -24,17 +24,22 @@ export default { ...@@ -24,17 +24,22 @@ export default {
{ {
img: 'https://webapp-pub.ezijing.com/project/kelley/project-intro-charac-icon1.png', img: 'https://webapp-pub.ezijing.com/project/kelley/project-intro-charac-icon1.png',
title: this.$t('feature.item1Tit'), title: this.$t('feature.item1Tit'),
texts: [this.$t('feature.item1Txt1'), this.$t('feature.item1Txt2'), this.$t('feature.item1Txt3')] texts: [
this.$t('feature.item1Txt1'),
this.$t('feature.item1Txt2'),
this.$t('feature.item1Txt3'),
this.$t('feature.item1Txt4')
]
}, },
{ {
img: 'https://webapp-pub.ezijing.com/project/kelley/project-intro-charac-icon2.png', img: 'https://webapp-pub.ezijing.com/project/kelley/project-intro-charac-icon2.png',
title: this.$t('feature.item2Tit'), title: this.$t('feature.item2Tit'),
texts: [this.$t('feature.item2Txt1'), this.$t('feature.item2Txt2'), this.$t('feature.item2Txt3')] texts: [this.$t('feature.item2Txt1')]
}, },
{ {
img: 'https://webapp-pub.ezijing.com/project/kelley/project-intro-charac-icon3.png', img: 'https://webapp-pub.ezijing.com/project/kelley/project-intro-charac-icon3.png',
title: this.$t('feature.item3Tit'), title: this.$t('feature.item3Tit'),
texts: [this.$t('feature.item3Txt1'), this.$t('feature.item3Txt2'), this.$t('feature.item3Txt3')] texts: [this.$t('feature.item3Txt1')]
} }
], ],
frameParams: { frameParams: {
...@@ -64,7 +69,7 @@ export default { ...@@ -64,7 +69,7 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.is-pc{ .is-pc {
.card { .card {
width: 763px; width: 763px;
margin: 0 auto 0; margin: 0 auto 0;
...@@ -104,40 +109,40 @@ export default { ...@@ -104,40 +109,40 @@ export default {
} }
} }
} }
.is-h5{ .is-h5 {
.card { .card {
background: #fff; background: #fff;
// padding: .24rem .15rem .56rem; // padding: .24rem .15rem .56rem;
li { li {
background: #f9f8f8; background: #f9f8f8;
box-shadow: 0 0 0 rgb(0 0 0 / 9%); box-shadow: 0 0 0 rgb(0 0 0 / 9%);
margin-bottom: .16rem; margin-bottom: 0.16rem;
display: flex; display: flex;
align-items: center; align-items: center;
box-sizing: border-box; box-sizing: border-box;
padding: .16rem .14rem .1rem; padding: 0.16rem 0.14rem 0.1rem;
.left { .left {
img { img {
width: .72rem; width: 0.72rem;
height: .72rem; height: 0.72rem;
display: block; display: block;
} }
} }
.right { .right {
margin-left: .23rem; margin-left: 0.23rem;
h5 { h5 {
font-size: .12rem; font-size: 0.12rem;
font-weight: 700; font-weight: 700;
line-height: 100%; line-height: 100%;
color: #333; color: #333;
margin-bottom: .16rem; margin-bottom: 0.16rem;
} }
p { p {
font-size: .1rem; font-size: 0.1rem;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
line-height: 100%; line-height: 100%;
color: #424242; color: #424242;
margin-bottom: .1rem; margin-bottom: 0.1rem;
} }
} }
} }
......
...@@ -9,12 +9,6 @@ export default (routes, resolve) => { ...@@ -9,12 +9,6 @@ export default (routes, resolve) => {
component: resolve(__dirname, '../layouts/normal.vue'), component: resolve(__dirname, '../layouts/normal.vue'),
props: { hasFooter: false }, props: { hasFooter: false },
children: [ children: [
{
name: 'apply',
path: '',
component: resolve(__dirname, '../modules/my/welcome/index.vue'),
meta: { requiredLogin: true }
},
{ {
name: 'account', name: 'account',
path: 'account', path: 'account',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论