提交 7988dcd1 authored 作者: pengxiaohui's avatar pengxiaohui

修改文案及图片

上级 98307962
...@@ -118,6 +118,9 @@ export default { ...@@ -118,6 +118,9 @@ export default {
margin-left: 0.1rem; margin-left: 0.1rem;
} }
} }
.title{
line-height: 0.22rem;
}
} }
.search { .search {
width: 0.18rem; width: 0.18rem;
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
<img src="https://webapp-pub.ezijing.com/project/marywood/introduce_banner.png" class="banner" /> <img src="https://webapp-pub.ezijing.com/project/marywood/introduce_banner.png" 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”之后,获得美国大学的无条件录取并赴美留学。对于时间安排合理的在校大学生,一般在大四本科毕业后可直接衔接赴美。对已工作的人士,须全日制学习,完成剩余学分,毕业后获得美方硕士学位,回国后可被中国(教育部)留学服务中心认证为硕士研究生学历。
</div> </div>
<div class="part_item"> <div class="part_item">
此类国际硕士1+1项目基于美国大学对中国教育机构或者大学的充分认证和授权,使得学生申请起来更加方便,同毕业后申请出国留学相比,节省了1-2年的时间,节约了可观的留学花费,已经成为越来越多优秀大学生的升硕选择。 此类国际硕士 1+1 项目基于美国大学对中国教育机构或者大学的充分认证与授权,使得学生申请过程更加便捷。同毕业后申请出国留学相比,节省了 1-2 年的时间,节约了可观的留学花费,已经成为越来越多优秀大学生的升硕选择。
</div> </div>
<img <img
v-if="!isMobile" v-if="!isMobile"
......
...@@ -28,11 +28,38 @@ ...@@ -28,11 +28,38 @@
</div> </div>
</div> </div>
</div> </div>
<img <div v-else>
<div class="com_top">
<h1 class="com_title">留学回国人员福利政策</h1>
<h2 class="com_title_dec">中华人民共和国教育部:“鼓励留学,支持回国”</h2>
<div class="com_con">
中国教育部思想政治工作司司长魏士强2021年12月7日的新闻发布会中发表评论:“支持留学、鼓励回国、来去自由、发挥作用” 是我国多年来奉行的留学政策,即使是进入新时代,我们依然要一以贯之地实行。
<br />我国各省市、地区针对留学生回国颁布了人才引流福利政策,留学已经成为越来越多学生的升学选择。
</div>
</div>
<div class="com_bottom">
<div class="left_part">
<div class="line"></div>
</div>
<div class="right_part">
<div class="right_part_item" v-for="(item, id) in policyData" :key="id">
<div class="item_title">
<span class="item_id">{{ item.id }}</span>
<span class="item_tit">{{ item.title }}</span>
</div>
<div class="dash_line"></div>
<div class="item_desc">
{{ item.desc }}
</div>
</div>
</div>
</div>
</div>
<!-- <img
class="bottom" class="bottom"
v-else v-else
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/h5/return_con.png" src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/h5/return_con.png"
/> /> -->
</app-frame> </app-frame>
</template> </template>
<script> <script>
...@@ -187,6 +214,89 @@ export default { ...@@ -187,6 +214,89 @@ export default {
} }
} }
} }
.is-h5 {
.com_top {
padding: 0.2rem 0.2rem 0 0.2rem;
box-sizing: border-box;
.com_title {
font-size: 0.22rem;
font-weight: 500;
color: #333333;
}
.com_title_dec {
font-size: 0.14rem;
font-weight: 400;
color: #424242;
margin-top: 0.1rem;
}
.com_con {
font-size: 0.13rem;
font-weight: 300;
color: #424242;
line-height: 0.22rem;
margin-top: 0.2rem;
}
}
.com_bottom {
display: flex;
justify-content: center;
padding: 0.3rem 0.3rem 0.5rem 0.3rem;
.left_part {
display: flex;
justify-content: center;
flex-direction: column;
position: relative;
.line {
width: 0px;
height: 8.6rem;
border: 1px dashed #aa1941;
z-index: 10;
margin-top: -1.12rem;
}
}
.right_part {
position: relative;
.item_title {
.item_id {
display: inline-block;
width: 0.24rem;
height:0.24rem;
line-height: 0.24rem;
background: #aa1941;
border-radius: 50%;
text-align: center;
margin-left: -0.14rem;
margin-top: 0.06rem;
position: absolute;
z-index: 1000000;
color: #fff;
}
.item_tit {
font-size: 0.16rem;
font-weight: bold;
line-height: 0.36rem;
color: #666666;
padding-left: 0.2rem;
}
}
.dash_line {
border-bottom: 1px dashed #d5d5d5;
width: 3.1rem;
margin-left: 0.2rem;
}
.item_desc {
font-size: 0.14rem;
font-weight: 300;
line-height: 0.22rem;
color: #424242;
padding-left: 0.2rem;
margin: 0.1rem 0 0.2rem 0px;
}
}
}
}
.is-h5 { .is-h5 {
// .com_top { // .com_top {
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
<div> <div>
<div v-if="!isMobile" class="is-pc"> <div v-if="!isMobile" class="is-pc">
<div class="banner"> <div class="banner">
<img class="img_banner" src="https://webapp-pub.ezijing.com/project/marywood/marywood_banner.png" /> <img class="img_banner" src="https://webapp-pub.ezijing.com/project/marywood/marywood_banner_02.jpg" />
<!-- <img class="img_banner" src="https://webapp-pub.ezijing.com/project/marywood/marywood_banner.png" /> -->
<div class="btn"> <div class="btn">
<button class="btn1" @click="$router.push('/my/account')">报名申请</button> <button class="btn1" @click="$router.push('/my/account')">报名申请</button>
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论