提交 34dec078 authored 作者: matian's avatar matian

Merge remote-tracking branch 'origin/marywood-plus' into marywood-plus

<template> <template>
<app-frame :data="frameParams" :class="isMobile ? 'is-h5' : 'is-pc'"> <app-frame :data="frameParams" :class="isMobile ? 'is-h5' : 'is-pc'">
<img src="https://webapp-pub.ezijing.com/project/marywood/sign_banner.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/marywood/sign_banner.png" alt="" />
<img src="https://webapp-pub.ezijing.com/project/marywood/sign_content1.png" alt="" class="img_bottom" /> <img v-if="!isMobile" src="https://webapp-pub.ezijing.com/project/marywood/sign_content1.png" alt="" class="img_bottom" />
<img v-else src="https://webapp-pub.ezijing.com/project/marywood/h5/%E7%BB%84%20286%20(1).png" alt="" class="img_bottom" />
</app-frame> </app-frame>
</template> </template>
<script> <script>
...@@ -42,7 +43,7 @@ export default { ...@@ -42,7 +43,7 @@ export default {
height: 100%; height: 100%;
} }
.img_bottom { .img_bottom {
padding: 1rem 0.49rem 1rem 0.49rem; padding: .4rem 0.14rem 1rem 0.25rem;
} }
} }
</style> </style>
<template> <template>
<app-frame :data="frameParams" :class="isMobile ? 'is-h5' : 'is-pc'"> <app-frame :data="frameParams" :class="isMobile ? 'is-h5' : 'is-pc'">
<img src="https://webapp-pub.ezijing.com/project/marywood/introduce_banner.png" alt="" /> <img src="https://webapp-pub.ezijing.com/project/marywood/introduce_banner.png" alt="" class="banner"/>
<div class="part_content"> <div class="part_content">
<div class="part_item"> <div class="part_item">
国际硕士1+1项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是在被美国大学有条件录取为硕士后,第1年在国内就读。对在校大学生可以在大三和大四完成,对已经工作的人士可以边工作边就读,主要是语言学习并完成硕士项目所需的部分学分课程(一般不超过总学分的40%)。若语言学习顺利,一般用时12-15个月。这个“1”是由美国大学认可的国内大学或者有实力的教育机构实施录取和教学。第二个“1”是在完成第一个“1”之后,获得美国大学的无条件录取,签证通过后赴美留学。时间安排合理的在校大学生,一般就是在大四本科毕业后,直接衔接上。对已经工作的人士,须脱产学习,完成剩余60%左右的学分,毕业后获得美国大学的硕士学位,回国后可获得中留服认证为研究生学历。 国际硕士1+1项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是在被美国大学有条件录取为硕士后,第1年在国内就读。对在校大学生可以在大三和大四完成,对已经工作的人士可以边工作边就读,主要是语言学习并完成硕士项目所需的部分学分课程(一般不超过总学分的40%)。若语言学习顺利,一般用时12-15个月。这个“1”是由美国大学认可的国内大学或者有实力的教育机构实施录取和教学。第二个“1”是在完成第一个“1”之后,获得美国大学的无条件录取,签证通过后赴美留学。时间安排合理的在校大学生,一般就是在大四本科毕业后,直接衔接上。对已经工作的人士,须脱产学习,完成剩余60%左右的学分,毕业后获得美国大学的硕士学位,回国后可获得中留服认证为研究生学历。
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
<div class="part_item"> <div class="part_item">
此类国际硕士1+1项目基于美国大学对中国教育机构或者大学的充分认证和授权,使得学生申请起来更加方便,同毕业后申请出国留学相比,节省了1-2年的时间,节约了可观的留学花费,已经成为越来越多优秀大学生的升硕选择。 此类国际硕士1+1项目基于美国大学对中国教育机构或者大学的充分认证和授权,使得学生申请起来更加方便,同毕业后申请出国留学相比,节省了1-2年的时间,节约了可观的留学花费,已经成为越来越多优秀大学生的升硕选择。
</div> </div>
<img class="part_img" src="https://webapp-pub.ezijing.com/project/marywood/intro_bottom111.png" alt="" /> <img v-if="!isMobile" class="part_img" src="https://webapp-pub.ezijing.com/project/marywood/intro_bottom111.png" alt="" />
<img v-else class="part_img" src="https://webapp-pub.ezijing.com/project/marywood/h5/%E7%BB%84%202850%20(1).png" alt="">
</div> </div>
</app-frame> </app-frame>
</template> </template>
...@@ -67,28 +68,44 @@ export default { ...@@ -67,28 +68,44 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.part_content { .is_pc{
padding: 62px 59px 62px 68px; .part_content {
.part_item { padding: 62px 59px 62px 68px;
font-size: 16px; .part_item {
font-weight: 300; font-size: 16px;
line-height: 34px; font-weight: 300;
color: #424242; line-height: 34px;
padding-bottom: 20px; color: #424242;
} padding-bottom: 20px;
.part_img { }
width: 100%; .part_img {
height: 100%; width: 100%;
margin-top: 45px; height: 100%;
margin-top: 45px;
}
} }
} }
.is-h5 { .is-h5 {
// &.main-layout{
// background-color: rgba(249, 248, 248, 1) !important;
// }
::v-deep{
.main-page-content{
background-color: rgba(249, 248, 248, 1) !important;
}
}
.banner{
width: 100%;
}
.part_content{
padding: .2rem .15rem
}
.img { .img {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
.part_item { .part_item {
width: 80%; // width: 80%;
margin: auto; margin: auto;
font-size: 0.14rem; font-size: 0.14rem;
font-weight: 300; font-weight: 300;
...@@ -98,8 +115,8 @@ export default { ...@@ -98,8 +115,8 @@ export default {
} }
.part_img { .part_img {
width: 100%; width: 100%;
height: 100%; // height: 100%;
padding: 0.5rem 0.3rem 0.3rem 0.3rem; // padding: 0.5rem 0.3rem 0.3rem 0.3rem;
} }
} }
</style> </style>
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论