提交 4842d48e authored 作者: matian's avatar matian

代码提交

上级 34dec078
......@@ -263,7 +263,7 @@ export default {
.content_tit {
font-size: 0.12rem;
font-weight: 300;
font-weight: 400;
line-height: 0.32rem;
color: #424242;
}
......@@ -300,33 +300,33 @@ export default {
background: #fff;
padding: 48px 65px 75px 51px;
.p {
font-size: 0.14rem;
font-weight: 300;
line-height: 0.32rem;
font-size: 0.12rem;
font-weight: 400;
line-height: 0.24rem;
color: #424242;
}
}
.descList {
margin-top: 0.32rem;
.list_tit {
font-size: 0.18rem;
font-size: 0.13rem;
font-weight: 500;
line-height: 0.24rem;
color: #666666;
line-height: 0.26rem;
color: #484848;
}
.list_desc {
font-size: 0.14rem;
font-size: 0.08rem;
font-weight: 300;
line-height: 0.4rem;
line-height: 0.3rem;
color: #424242;
}
}
.admissionList {
margin-top: 0.47rem;
.list_tit {
font-size: 0.18rem;
font-size: 0.13rem;
font-weight: 500;
line-height: 0.36rem;
line-height: 0.26rem;
color: #666666;
}
.admission_desc {
......@@ -343,7 +343,7 @@ export default {
box-shadow: 0px 0.01rem 0.25rem rgba(0, 0, 0, 0.06);
border-radius: 0.1rem 0.1rem 0px 0px;
text-align: center;
font-size: 0.18rem;
font-size: 0.12rem;
font-weight: 400;
color: #ffffff;
.tit1 {
......@@ -356,10 +356,10 @@ export default {
.part_desc {
width: 2.69rem;
.item_desc {
font-size: 0.14rem;
font-weight: 300;
line-height: 0.28rem;
color: #424242;
font-size: 0.12rem;
font-weight: 400;
line-height: 0.24rem;
color: #333333;
text-align: center;
}
.item_desc:nth-child(odd) {
......
<template>
<app-frame :data="frameParams" :class="isMobile ? 'is-h5' : 'is-pc'">
<img src="https://webapp-pub.ezijing.com/project/marywood/introduce_banner.png" alt="" class="banner"/>
<img src="https://webapp-pub.ezijing.com/project/marywood/introduce_banner.png" alt="" class="banner" />
<div class="part_content">
<div class="part_item">
国际硕士1+1项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是在被美国大学有条件录取为硕士后,第1年在国内就读。对在校大学生可以在大三和大四完成,对已经工作的人士可以边工作边就读,主要是语言学习并完成硕士项目所需的部分学分课程(一般不超过总学分的40%)。若语言学习顺利,一般用时12-15个月。这个“1”是由美国大学认可的国内大学或者有实力的教育机构实施录取和教学。第二个“1”是在完成第一个“1”之后,获得美国大学的无条件录取,签证通过后赴美留学。时间安排合理的在校大学生,一般就是在大四本科毕业后,直接衔接上。对已经工作的人士,须脱产学习,完成剩余60%左右的学分,毕业后获得美国大学的硕士学位,回国后可获得中留服认证为研究生学历。
......@@ -8,8 +8,18 @@
<div class="part_item">
此类国际硕士1+1项目基于美国大学对中国教育机构或者大学的充分认证和授权,使得学生申请起来更加方便,同毕业后申请出国留学相比,节省了1-2年的时间,节约了可观的留学花费,已经成为越来越多优秀大学生的升硕选择。
</div>
<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="">
<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>
</app-frame>
</template>
......@@ -68,7 +78,7 @@ export default {
}
</script>
<style lang="scss" scoped>
.is_pc{
.is_pc {
.part_content {
padding: 62px 59px 62px 68px;
.part_item {
......@@ -89,16 +99,16 @@ export default {
// &.main-layout{
// background-color: rgba(249, 248, 248, 1) !important;
// }
::v-deep{
.main-page-content{
::v-deep {
.main-page-content {
background-color: rgba(249, 248, 248, 1) !important;
}
}
.banner{
.banner {
width: 100%;
}
.part_content{
padding: .2rem .15rem
.part_content {
padding: 0.2rem 0.15rem;
}
.img {
width: 100%;
......@@ -107,9 +117,9 @@ export default {
.part_item {
// width: 80%;
margin: auto;
font-size: 0.14rem;
font-weight: 300;
line-height: 0.28rem;
font-size: 0.12rem;
font-weight: 400;
line-height: 0.24rem;
color: #424242;
padding-bottom: 0.2rem;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论