提交 9c6d724f authored 作者: matian's avatar matian

修改sbu项目特色

上级 3b62dab2
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</div> </div>
<div class="item_desc"> <div class="item_desc">
<div class="item_desc_tit">{{ item.item_desc_tit }}</div> <div class="item_desc_tit">{{ item.item_desc_tit }}</div>
<div class="item_desc_con">{{ item.item_desc_con }}</div> <div class="item_desc_con" v-html="item.item_desc_con"></div>
</div> </div>
</div> </div>
</div> </div>
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
</div> </div>
<div class="item_desc"> <div class="item_desc">
<div class="item_desc_tit">{{ item.item_desc_tit }}</div> <div class="item_desc_tit">{{ item.item_desc_tit }}</div>
<div class="item_desc_con">{{ item.item_desc_con }}</div> <div class="item_desc_con" v-html="item.item_desc_con"></div>
</div> </div>
</div> </div>
</div> </div>
...@@ -86,40 +86,37 @@ export default { ...@@ -86,40 +86,37 @@ export default {
listData: [ listData: [
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-01.png?v=4', web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-01.png?v=4',
item_desc_tit: '国际名校、权威可靠', item_desc_tit: '公立常春藤大学',
item_desc_con: item_desc_con: '2021QS全美39位<br/> US.NEWS.全美88<br/>世界大学前1%'
'纽约大学石溪分校国际硕士项目官方授权中国招生与教学中心--清控紫荆教育是由清华控股有限公司2015年以清华大学五道口金融学院相关知识产权创设而成,自成立以来和世界多所国际名校合作,实现与国外著名大学课程和学分互认,具有丰富的国际化办学经验和教学水平。'
}, },
// {
// web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-02.png?v=4',
// item_desc_tit: '无需联考、灵活录取',
// item_desc_con:
// '无需参加国内竞争激烈的研究生联考,没有托福成绩的学生可以完成紫荆英语强化项目替代语言成绩。该课程以及考核成绩被美国大学认可,达到录取标准即可直接入读相应硕士课程。'
// },
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-03.png?v=4', web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-03.png?v=4',
item_desc_tit: '前沿专业、就业广阔', item_desc_tit: '师资雄厚',
item_desc_con: item_desc_con: '7位诺贝尔奖得主<br/>37位科学院院士<br/>1位图灵奖得主'
'项目提供当前数字经济领域前沿专业,使毕业生具有国际背景和全球化竞争力。此外毕业生享受国家为留学归国人员提供的落户指标、创业支持、购买免税汽车等待遇。'
}, },
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-04.png?v=4', web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-04.png?v=4',
item_desc_tit: '省时省费、性价比优', item_desc_tit: '精英辈出',
item_desc_con: item_desc_con: '斯坦福大学校长<br/>纽约时报CEO <br/>瑞士银行CTO等'
'经过在国内学习一年后,学生只需再在国外学习一年即可获得中国教育部和国际认可的硕士学历学位,既节省时间成本又节约经济花销。'
}, },
{ {
web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-05.png?v=4', web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-05.png?v=4',
item_desc_tit: '国际视野、本土实践', item_desc_tit: '校方直录',
item_desc_con: item_desc_con:
'本项目全部采用双语教学、小班授课,帮助学生提前适应美国教学模式;授课师资由清北人资深教授和优秀外教组成,保证国际化同时兼具本土实践,为留学归国工作建立无缝连接。' '点对点直录<br/>硕士学分<br/>国内提前修'
},
{
web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-02.png?v=4',
item_desc_tit: '免标准化考试',
item_desc_con:
'美国校方考试<br/>替代托福/GMAT'
},
{
web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-06.png?v=4',
item_desc_tit: '省时省费',
item_desc_con: '仅需赴美学习1年<br/>校内住宿安全便捷'
} }
// {
// web_img_uri: 'https://webapp-pub.ezijing.com/project/sbu-plus/pc-index-project-intro-06.png?v=4',
// item_desc_tit: '全额退款、安心无忧',
// item_desc_con:
// '就读期间,因个人原因中途放弃或因外部不可抗力因素(如签证不通过等)无法出国学习,个人缴纳的第1学年费用全额退还。'
// }
], ],
swiperOption: { swiperOption: {
observer: true, observer: true,
...@@ -291,7 +288,7 @@ export default { ...@@ -291,7 +288,7 @@ export default {
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-around; justify-content: space-around;
.card-item { .card-item {
width: 285px; width: 33%;
height: 380px; height: 380px;
margin-bottom: 20px; margin-bottom: 20px;
overflow: hidden; overflow: hidden;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论