Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
34dec078
提交
34dec078
authored
1月 27, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'origin/marywood-plus' into marywood-plus
上级
691b6413
4663da9c
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
100 行增加
和
171 行删除
+100
-171
process.vue
pages/enroll/process.vue
+3
-2
introduce.vue
pages/project-intro/introduce.vue
+23
-6
school3.vue
pages/school/school3.vue
+74
-163
没有找到文件。
pages/enroll/process.vue
浏览文件 @
34dec078
<
template
>
<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_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>
</
template
>
<
script
>
...
...
@@ -42,7 +43,7 @@ export default {
height
:
100%
;
}
.img_bottom
{
padding
:
1rem
0
.49rem
1rem
0
.49
rem
;
padding
:
.4rem
0
.14rem
1rem
0
.25
rem
;
}
}
</
style
>
pages/project-intro/introduce.vue
浏览文件 @
34dec078
<
template
>
<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_item"
>
国际硕士1+1项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是在被美国大学有条件录取为硕士后,第1年在国内就读。对在校大学生可以在大三和大四完成,对已经工作的人士可以边工作边就读,主要是语言学习并完成硕士项目所需的部分学分课程(一般不超过总学分的40%)。若语言学习顺利,一般用时12-15个月。这个“1”是由美国大学认可的国内大学或者有实力的教育机构实施录取和教学。第二个“1”是在完成第一个“1”之后,获得美国大学的无条件录取,签证通过后赴美留学。时间安排合理的在校大学生,一般就是在大四本科毕业后,直接衔接上。对已经工作的人士,须脱产学习,完成剩余60%左右的学分,毕业后获得美国大学的硕士学位,回国后可获得中留服认证为研究生学历。
...
...
@@ -8,7 +8,8 @@
<div
class=
"part_item"
>
此类国际硕士1+1项目基于美国大学对中国教育机构或者大学的充分认证和授权,使得学生申请起来更加方便,同毕业后申请出国留学相比,节省了1-2年的时间,节约了可观的留学花费,已经成为越来越多优秀大学生的升硕选择。
</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>
</app-frame>
</
template
>
...
...
@@ -67,7 +68,8 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.part_content
{
.is_pc
{
.part_content
{
padding
:
62px
59px
62px
68px
;
.part_item
{
font-size
:
16px
;
...
...
@@ -81,14 +83,29 @@ export default {
height
:
100%
;
margin-top
:
45px
;
}
}
}
.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
{
width
:
100%
;
height
:
100%
;
}
.part_item
{
width
:
80%
;
//
width: 80%;
margin
:
auto
;
font-size
:
0
.14rem
;
font-weight
:
300
;
...
...
@@ -98,8 +115,8 @@ export default {
}
.part_img
{
width
:
100%
;
height
:
100%
;
padding
:
0
.5rem
0
.3rem
0
.3rem
0
.3rem
;
//
height: 100%;
//
padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
}
</
style
>
pages/school/school3.vue
浏览文件 @
34dec078
<
template
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div>
<div
v-if=
"!isMobile"
class=
"is-pc"
>
<div
class=
"banner"
>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood_banner.png"
/>
<div
class=
"btn"
>
...
...
@@ -78,6 +79,45 @@
</div>
</div>
</div>
<div
v-else
class=
"is-h5"
>
<div
class=
"banner"
>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood_banner.png"
/>
</div>
<div
class=
"h5-content"
>
<div
class=
"h5-title"
>
玛丽伍德大学介绍
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img1.png"
alt=
""
>
<div
class=
"h5-title m-t-10"
>
专业介绍
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img2.png"
alt=
""
>
<div
class=
"h5-title m-t-10"
>
合作院校
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img3.png"
alt=
""
>
<div
class=
"h5-title m-t-10"
>
申请条件
</div>
<div
class=
"h5-list"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img4.png"
alt=
""
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img5.png"
alt=
""
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img6.png"
alt=
""
>
</div>
<div
class=
"h5-title m-t-10"
>
学制安排
</div>
<div
class=
"img-list"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-nimg1.png"
alt=
""
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-nimg2.png"
alt=
""
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-nimg3.png"
alt=
""
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-nimg4.png"
alt=
""
>
</div>
<div
class=
"h5-title m-t-10"
>
课程设置
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img7.png"
alt=
""
>
<div
class=
"h5-title m-t-10"
>
校园风光
</div>
<div
class=
"swiper-content"
@
mouseenter=
"swiperStop"
@
mouseleave=
"swiperStart"
>
<div
v-swiper:mySwiper=
"swiperOption"
ref=
"mySwiper"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in listDataH5"
:key=
"index"
>
<img
:src=
"item.web_img_uri"
/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
...
...
@@ -94,6 +134,13 @@ export default {
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_mary4.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_mary5.png'
}
],
listDataH5
:
[
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg1.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg2.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg3.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg4.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/h5/school-bimg5.png'
}
],
swiperOption
:
{
observer
:
true
,
observeParents
:
true
,
...
...
@@ -327,182 +374,46 @@ export default {
}
}
.is-h5
{
.banner
{
position
:
relative
;
.img_banner
{
.banner
{
img
{
width
:
100%
;
height
:
100%
;
}
.btn
{
display
:
flex
;
justify-content
:
center
;
position
:
absolute
;
bottom
:
0
.2rem
;
left
:
50%
;
transform
:
translateX
(
-50%
);
.btn1
{
width
:
0
.7rem
;
height
:
0
.18rem
;
border
:
0
.01rem
solid
#ffffff
;
font-size
:
0
.1rem
;
font-weight
:
400
;
line-height
:
0
.06rem
;
text-align
:
center
;
background
:
none
;
color
:
#fff
;
}
.btn1
:hover
{
background-color
:
#aa1941
;
opacity
:
1
;
display
:
block
;
}
}
}
.content
{
width
:
90%
;
margin
:
auto
;
text-align
:
center
;
margin-top
:
0
.35rem
;
display
:
flex
;
img
{
.h5-content
{
padding
:
0
.15rem
;
img
{
width
:
100%
;
height
:
100%
;
}
.img-box
{
position
:
relative
;
flex
:
1
;
.img2
{
width
:
4
.8rem
;
position
:
absolute
;
top
:
0
;
right
:
0
.6rem
;
}
display
:
block
;
}
.img22
{
width
:
1
.35rem
;
margin-top
:
0
.3px
;
}
.img55
{
width
:
0
.8rem
;
height
:
1
.7rem
;
margin-right
:
0
.05rem
;
cursor
:
pointer
;
position
:
relative
;
.mask
{
position
:
absolute
;
background
:
rgba
(
0
,
0
,
0
,
0
.16862745098039217
);
color
:
#ffffff
;
opacity
:
0
.7
;
top
:
0
;
right
:
0
;
width
:
100%
;
height
:
100%
;
pointer-events
:
none
;
}
.desc
{
display
:
flex
;
align-items
:
center
;
flex-direction
:
column
;
justify-content
:
center
;
margin-top
:
0
.6rem
;
transition
:
all
0
.15s
ease-in
;
.desc_tit
{
font-size
:
0
.12rem
;
font-weight
:
500
;
color
:
#ffffff
;
// margin-top: -0.25rem;
}
.desc_detail
{
color
:
#ffffff
;
display
:
flex
;
justify-content
:
flex-end
;
align-items
:
center
;
flex-wrap
:
nowrap
;
// visibility: hidden;
.num
{
font-size
:
0
.2rem
;
.h5-title
{
font-size
:
.14rem
;
font-weight
:
bold
;
color
:
#424242
;
line-height
:
.36rem
;
&
.m-t-10
{
margin-top
:
.1rem
;
}
.fen
{
font-size
:
0
.12rem
;
font-weight
:
400
;
white-space
:
nowrap
;
// padding-top: 0.1rem;
}
}
}
}
// .img55:hover .mask {
// opacity: 1;
// background: rgba(0, 0, 0, 0.41568627450980394);
// }
// .img55:hover .desc {
// transform: translateY(-30px);
// }
// .img55:hover .desc .desc_detail {
// visibility: visible;
// }
.img5
{
background
:
url('https://webapp-pub.ezijing.com/project/marywood/educational1.png')
;
}
.img6
{
background
:
url('https://webapp-pub.ezijing.com/project/marywood/educational2.png')
;
}
.img7
{
background
:
url('https://webapp-pub.ezijing.com/project/marywood/educational3.png')
;
}
.img8
{
background
:
url('https://webapp-pub.ezijing.com/project/marywood/educational4.png')
;
}
}
.img4
{
width
:
100%
;
height
:
100%
;
margin-top
:
0
.34rem
;
}
.content_tit
{
width
:
90%
;
margin
:
auto
;
text-align
:
center
;
.h5-list
{
display
:
flex
;
justify-content
:
flex-start
;
margin-top
:
0
.32rem
;
.line
{
width
:
0
.03rem
;
height
:
0
.15rem
;
background
:
#aa1941
;
margin-right
:
0
.05rem
;
margin-top
:
0
.03rem
;
}
.tit_desc
{
color
:
#333333
;
font-size
:
0
.17rem
;
font-weight
:
bold
;
justify-content
:
space-between
;
img
{
width
:
1
.08rem
;
display
:
block
;
}
}
.swiper-content
{
padding-top
:
0
.37rem
;
padding-bottom
:
0
.32rem
;
.swiper-slide
{
position
:
relative
;
width
:
1
.9rem
;
height
:
1
.2rem
;
margin-top
:
0
.1rem
;
img
{
width
:
100%
;
height
:
100%
;
line-height
:
100%
;
.img-list
{
overflow-x
:
scroll
;
display
:
flex
;
img
{
width
:
1
.46rem
;
margin-right
:
.05rem
;
}
}
.swiper-slide-active
{
width
:
2
.1rem
;
height
:
1
.3rem
;
margin-top
:
0
;
.swiper-content
{
padding-bottom
:
.5rem
;
}
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论