提交 8dba64e3 authored 作者: 王鹏飞's avatar 王鹏飞

chore(留学中学): 修改常见问题

上级 cad017d3
......@@ -97,3 +97,53 @@
width: 100%;
}
}
.qa-list2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
row-gap: 20px;
column-gap: 35px;
li {
min-height: 200px;
padding: 28px 30px 28px 0;
background-color: #fff;
box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.1);
border-radius: 22px;
box-sizing: border-box;
}
h2 {
padding-left: 26px;
font-size: 18px;
font-family: SourceHanSansCN-Bold;
line-height: 40px;
color: #ffffff;
background-color: #af1c40;
border-top-right-radius: 22px;
border-bottom-right-radius: 22px;
}
p {
position: relative;
margin-top: 24px;
margin-left: 100px;
margin-right: 9px;
font-size: 18px;
font-family: SourceHanSansCN-Regular;
line-height: 30px;
color: #333333;
background-color: #f9f8f8;
border-radius: 22px;
padding: 14px;
&::after {
content: '';
position: absolute;
top: 50%;
right: -9px;
margin-top: -9px;
transform: translateY(50%);
transform: rotate(45deg);
width: 18px;
height: 18px;
background-color: #f9f8f8;
}
}
}
......@@ -6,7 +6,7 @@
<FormSubmit :type="2" id="form" ref="formSubmit"></FormSubmit>
<div class="w1200">
<ProjectCard title="热门专业" :list="projectList"></ProjectCard>
<div class="why">
<!-- <div class="why">
<h1 class="why-title">为什么选择紫荆教育的国际留学课程?</h1>
<div class="why-list">
<div class="why-item" v-for="(item, index) in whyList" :key="index">
......@@ -23,6 +23,14 @@
<nuxt-link to="/studyAbroad/qa">{{ item.question }}</nuxt-link>
</li>
</ul>
</app-card> -->
<app-card title="常见问题" style="margin-top: 74px;">
<ul class="qa-list2">
<li v-for="(item, index) in qaList2" :key="index">
<h2>Q:{{ item.question }}</h2>
<p>{{ item.answer }}</p>
</li>
</ul>
</app-card>
<NewsCard baseUrl="/studyAbroad/news" :params="newsParams"></NewsCard>
<TeacherCard :list="teacherList"></TeacherCard>
......@@ -186,6 +194,49 @@ export default {
title: '教授',
desc: '石溪大学经济系和商学院的经济学教授<br/>斯坦福大学商学院经济分析与政策博士'
}
],
qaList2: [
{
question: '请问必须有本科学历吗?对专业有没有要求?',
answer: '是的,申请者必须要求本科学历或本科在读。但是对专业没有限制。'
},
{
question: '入学全流程是怎样的?',
answer: '①按项目要求提交资料;②面试;③发放录取通知书;④签订入学协议并缴纳学费;⑤注册入学。'
},
{
question: '签证是自己办理吗?拒签了怎么办?',
answer: '签证需要学生面签。紫荆教育会提供相应的办理辅导和协助。'
},
{
question: '国内学习什么课程?在哪上课?',
answer: '国内开设的是语言强化课、专业先修课、及少量学分课。采用线上授课+线下集中授课的方式。'
},
{
question: '硕士1+1申请面试要注意什么?',
answer:
'面试为中英文方式 ,包括自我介绍以及教授提问等环节。面试将考察专业基础,研究能力,语言表达能力以及其他综合能力。'
},
{
question: '疫情对赴美留学签证有影响吗?从申请到入学需要多久?',
answer: '目前中美双方对学生签证已全面开放,提交资料到入学视材料情况最快60天。'
},
{
question: '申请报名要什么材料?',
answer: '大学成绩单,托福或雅思成绩(非必需),学历证明文件,推荐信等其它能力证明文件。'
},
{
question: '在美国留学期间的住宿费和生活费大概预估是多少钱?',
answer: '留美一年住宿费和生活费预计15-20W人民币。'
},
{
question: '英语基础不好会影响学习吗?',
answer: '紫荆教育提供了英语强化课程,课程测试结果得到美国大学的官方认可。'
},
{
question: '硕士1+1项目有没有奖学金?',
answer: '最高16,000美元奖学金,学生入学后可以申请。'
}
]
}
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论