提交 90d411fa authored 作者: matian's avatar matian

修改常见问题为报考指南

上级 f99ad007
...@@ -33,7 +33,12 @@ ...@@ -33,7 +33,12 @@
</li> </li>
</ul> </ul>
</app-card> --> </app-card> -->
<app-card title="常见问题" style="margin-top: 74px;"> <app-card title="申请流程" style="margin-top:68px">
<div class="process">
<img src="https://webapp-pub.ezijing.com/www/pc/studyAbroad/process.png" />
</div>
</app-card>
<app-card title="报考指南" style="margin-top: 74px;">
<ul class="qa-list2"> <ul class="qa-list2">
<li v-for="(item, index) in qaList2" :key="index"> <li v-for="(item, index) in qaList2" :key="index">
<h2>Q:{{ item.question }}</h2> <h2>Q:{{ item.question }}</h2>
...@@ -43,11 +48,6 @@ ...@@ -43,11 +48,6 @@
</app-card> </app-card>
<NewsCard baseUrl="/studyAbroad/news" :params="newsParams"></NewsCard> <NewsCard baseUrl="/studyAbroad/news" :params="newsParams"></NewsCard>
<TeacherCard :list="teacherList"></TeacherCard> <TeacherCard :list="teacherList"></TeacherCard>
<app-card title="申请流程">
<div class="process">
<img src="https://webapp-pub.ezijing.com/www/pc/studyAbroad/process.png" />
</div>
</app-card>
</div> </div>
<FormSubmit :type="2"></FormSubmit> <FormSubmit :type="2"></FormSubmit>
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论