Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
eb35ae53
提交
eb35ae53
authored
1月 28, 2022
作者:
haodaking
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug fixes
上级
4b38aab9
隐藏空白字符变更
内嵌
并排
正在显示
18 个修改的文件
包含
65 行增加
和
108 行删除
+65
-108
Video.vue
components/home/Video.vue
+5
-6
banners.vue
components/home/banners.vue
+3
-3
news.vue
components/home/news.vue
+2
-2
schoolSenery.vue
components/home/schoolSenery.vue
+1
-2
Foot.vue
components/layout/pc/Foot.vue
+15
-40
newsItem.vue
components/news/newsItem.vue
+2
-2
recommend.vue
components/recommend.vue
+1
-1
course.vue
pages/about/course.vue
+2
-2
teacher.vue
pages/about/teacher.vue
+1
-1
academic.vue
pages/academic/academic.vue
+1
-1
relevant.vue
pages/apply/relevant.vue
+1
-1
dataDownload.vue
pages/dataDownload/dataDownload.vue
+7
-7
apply.vue
pages/enroll/apply.vue
+1
-1
process.vue
pages/enroll/process.vue
+4
-4
bg.vue
pages/project-intro/bg.vue
+4
-13
introduce.vue
pages/project-intro/introduce.vue
+1
-3
returnPolicy.vue
pages/returnPolicy/returnPolicy.vue
+1
-6
school3.vue
pages/school/school3.vue
+13
-13
没有找到文件。
components/home/Video.vue
浏览文件 @
eb35ae53
<
template
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
class=
"banner-content"
>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/marywood/video.png"
alt=
""
/>
<img
class=
"img1"
src=
"https://webapp-pub.ezijing.com/project/marywood/video_logo.png"
alt=
""
@
click=
"open"
/>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/marywood/video.png"
/>
<img
class=
"img1"
src=
"https://webapp-pub.ezijing.com/project/marywood/video_logo.png"
@
click=
"open"
/>
<video
v-if=
"isShow === true"
class=
"video"
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood.mp4"
controls=
"controls"
preload=
"
none
"
preload=
"
auto
"
autoplay=
"autoplay"
x5-playsinline=
""
playsinline
...
...
@@ -110,11 +110,10 @@ export default {
height
:
100%
;
}
.video
{
width
:
8
0%
;
width
:
10
0%
;
position
:
fixed
;
left
:
50%
;
top
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
Y
(
-50%
);
z-index
:
10000
;
}
}
...
...
components/home/banners.vue
浏览文件 @
eb35ae53
<
template
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
class=
"banner-content"
>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/marywood/banner.jpg"
alt=
""
/>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/marywood/banner.jpg"
/>
<div
class=
"banner_navList"
>
<div
class=
"banner_nav"
v-for=
"(item, index) in navList"
:key=
"index"
@
click=
"navClick(item)"
>
<div
class=
"nav_top"
>
<img
class=
"nav_img"
:src=
"item.img"
alt=
""
v-if=
"!isMobile"
/>
<img
class=
"nav_img"
:src=
"item.imgH5"
alt=
""
v-else
/>
<img
class=
"nav_img"
:src=
"item.img"
v-if=
"!isMobile"
/>
<img
class=
"nav_img"
:src=
"item.imgH5"
v-else
/>
</div>
<div
class=
"nav_tit"
>
{{
item
.
tit
}}
</div>
</div>
...
...
components/home/news.vue
浏览文件 @
eb35ae53
...
...
@@ -8,7 +8,7 @@
<div
class=
"content-box"
v-if=
"Object.keys(listData.first).length"
>
<div
class=
"news-left"
>
<app-link
:data=
"listData.first"
:to=
"`/news/hot/${listData.first.id}`"
>
<img
:src=
"listData.first.web_img_uri"
alt=
""
/>
<img
:src=
"listData.first.web_img_uri"
/>
<div
class=
"mantle-box"
>
<div
class=
"tit"
v-if=
"!isMobile"
>
{{ listData.first.title }}
</div>
<div
class=
"con-txt"
>
{{ listData.first.abstract }}
</div>
...
...
@@ -36,7 +36,7 @@
<div
class=
"content-box"
v-if=
"Object.keys(listData.first).length"
>
<div
class=
"news-left"
>
<app-link
:data=
"listData.first"
:to=
"`/news/hot/${listData.first.id}`"
>
<img
:src=
"listData.first.web_img_uri"
alt=
""
/>
<img
:src=
"listData.first.web_img_uri"
/>
<div
class=
"mantle-box"
>
<div
class=
"tit"
v-if=
"!isMobile"
>
{{ listData.first.title }}
</div>
<div
class=
"con-txt"
>
{{ listData.first.abstract }}
</div>
...
...
components/home/schoolSenery.vue
浏览文件 @
eb35ae53
...
...
@@ -3,7 +3,7 @@
<div
class=
"main-content"
>
<div
class=
"tit"
v-if=
"isMobile"
>
合作院校
</div>
<img
class=
"img1"
src=
"https://webapp-pub.ezijing.com/project/marywood/marwood_senery11.png"
alt=
""
/>
<img
class=
"img1"
src=
"https://webapp-pub.ezijing.com/project/marywood/marwood_senery11.png"
/>
<div
class=
"title"
v-if=
"!isMobile"
>
<div
class=
"line1"
></div>
<div
class=
"name"
>
合作院校
</div>
...
...
@@ -13,7 +13,6 @@
<img
class=
"part"
src=
"https://webapp-pub.ezijing.com/project/marywood/marwood_senery3.png"
alt=
""
@
click=
"$router.push('/school/school3')"
/>
</div>
...
...
components/layout/pc/Foot.vue
浏览文件 @
eb35ae53
...
...
@@ -3,48 +3,28 @@
<div
class=
"foot-box"
>
<div
class=
"foot-content"
>
<div
class=
"left-content"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/bottom_logo.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/bottom_logo.png"
/>
<div
class=
"bottom"
>
<div
class=
"bottom_left con"
>
<a
href=
"/project-intro/introduce"
target=
"_blank"
>
关于项目
</a>
<a
href=
"/question/question"
target=
"_blank"
>
常见问题
</a>
<a
href=
"https://www.ezijing.com/"
target=
"_blank"
>
清控紫荆教育
</a>
<a
href=
"/"
target=
"_blank"
>
国际硕士1+1
</a>
<a
href=
"/project-intro/introduce"
>
关于项目
</a>
<a
href=
"/question/question"
>
常见问题
</a>
<a
href=
"https://www.ezijing.com/"
target=
"_blank"
>
清控紫荆教育
</a>
<a
href=
"/"
>
国际硕士11
</a>
</div>
<div
class=
"line"
></div>
<div
class=
"bottom_center con"
>
<a
href=
"/enroll/apply"
target=
"_blank"
>
招生信息
</a>
<a
href=
"/school/school3"
target=
"_blank"
>
院校介绍
</a>
<a
href=
"/about/teacher"
target=
"_blank"
>
师资力量
</a>
<!--
<a
href=
"/about/course"
target=
"_blank"
>
<a
href=
"/enroll/apply"
>
招生信息
</a>
<a
href=
"/school/school3"
>
院校介绍
</a>
<a
href=
"/about/teacher"
>
师资力量
</a>
<!--
<a
href=
"/about/course"
>
项目优势
</a>
-->
</a>
-->
</div>
<div
class=
"line"
></div>
<div
class=
"bottom_bottom con"
>
<a
href=
"/my/account"
target=
"_blank"
>
报名系统
</a>
<a
href=
"/dataDownload/dataDownload"
target=
"_blank"
>
资料下载
</a>
<a
href=
"/returnPolicy/returnPolicy"
target=
"_blank"
>
归国政策
</a>
<a
href=
"/my/account"
>
报名系统
</a>
<a
href=
"/dataDownload/dataDownload"
>
资料下载
</a>
<a
href=
"/returnPolicy/returnPolicy"
>
归国政策
</a>
</div>
</div>
</div>
...
...
@@ -57,13 +37,9 @@
</div>
</div>
<div
class=
"right-content"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/734d8fd7b853b838e5e029049e2d9db3.png"
alt=
""
class=
"code"
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/734d8fd7b853b838e5e029049e2d9db3.png"
class=
"code"
/>
<div
class=
"tips-txt"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png"
alt=
""
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png"
/>
<div
class=
"txt"
>
{{
$t
(
'foot.weChat'
)
}}
</div>
</div>
</div>
...
...
@@ -92,7 +68,6 @@
>
<img
src=
"https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png"
alt=
""
style=
"width: 20px;height: 20px;margin: 0 6px;display: block;"
/>
<p
style=
"font-size: 12px;"
>
安备 11010802023681号
</p>
...
...
components/news/newsItem.vue
浏览文件 @
eb35ae53
...
...
@@ -5,7 +5,7 @@
<template
v-if=
"item.uri"
>
<a
:href=
"item.uri"
target=
"_black"
:key=
"index"
>
<li>
<img
:src=
"item.web_img_uri"
alt=
""
/>
<img
:src=
"item.web_img_uri"
/>
<div
class=
"right-con"
>
<div
class=
"time"
>
{{
formatDate
(
item
.
start_time
)
}}
</div>
<div
class=
"title"
>
{{
item
.
title
}}
</div>
...
...
@@ -16,7 +16,7 @@
</
template
>
<
template
v-else
>
<li
:key=
"index"
@
click=
"handleClick(item)"
>
<img
:src=
"item.web_img_uri"
alt=
""
/>
<img
:src=
"item.web_img_uri"
/>
<div
class=
"right-con"
>
<div
class=
"time"
>
{{
formatDate
(
item
.
start_time
)
}}
</div>
<div
class=
"title"
>
{{
item
.
title
}}
</div>
...
...
components/recommend.vue
浏览文件 @
eb35ae53
...
...
@@ -8,7 +8,7 @@
<ul
class=
"list-box"
>
<li
v-for=
"(item, index) in listData"
:key=
"index"
>
<app-link
:data=
"item"
:to=
"`/news/hot/$
{item.id}`">
<img
:src=
"item.web_img_uri"
alt=
""
/>
<img
:src=
"item.web_img_uri"
/>
<div
class=
"dec"
>
{{
item
.
title
}}
</div>
</app-link>
</li>
...
...
pages/about/course.vue
浏览文件 @
eb35ae53
<
template
>
<app-frame
:data=
"frameParams"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/adva_banner.png"
alt=
""
/>
<img
class=
"img_bottom"
src=
"https://webapp-pub.ezijing.com/project/marywood/adva_1.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/adva_banner.png"
/>
<img
class=
"img_bottom"
src=
"https://webapp-pub.ezijing.com/project/marywood/adva_1.png"
/>
</app-frame>
</
template
>
<
script
>
...
...
pages/about/teacher.vue
浏览文件 @
eb35ae53
...
...
@@ -9,7 +9,7 @@
<ul>
<template
v-for=
"(cItem, cIndex) in item.list"
>
<li
:key=
"cIndex + '='"
>
<img
:src=
"cItem.image"
alt=
""
/>
<img
:src=
"cItem.image"
/>
<div
class=
"name"
>
{{
cItem
.
name
}}
</div>
<div
class=
"p"
v-html=
"cItem.intr"
></div>
</li>
...
...
pages/academic/academic.vue
浏览文件 @
eb35ae53
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/academic1.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/academic1.png"
/>
<div
class=
"main_content"
>
<!--
<el-image
:src=
"url1"
>
</el-image>
<el-image
:src=
"url2"
>
</el-image>
-->
...
...
pages/apply/relevant.vue
浏览文件 @
eb35ae53
...
...
@@ -9,7 +9,7 @@
<!--
<div
class=
"title mar-t55"
>
{{
$t
(
'apply.con2Tit'
)
}}
</div>
-->
<!--
<div
class=
"con-txt"
v-html=
"$t('apply.con2Txt')"
></div>
-->
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/apply-img-x.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/apply-img-x.png"
/>
</div>
</div>
</app-frame>
...
...
pages/dataDownload/dataDownload.vue
浏览文件 @
eb35ae53
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/marywood/data_banner.png"
alt=
""
/>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/marywood/data_banner.png"
/>
<div
class=
"dataList"
>
<a
href=
"https://webapp-pub.ezijing.com/project/marywood/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf"
...
...
@@ -9,7 +9,7 @@
v-if=
"!isMobile"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/pdf.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/pdf.png"
/>
<p
class=
"doc"
>
招生简章.pdf
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p2"
>
下载
</p>
...
...
@@ -17,7 +17,7 @@
</a>
<div
class=
"item"
v-else
@
click=
"download"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/pdf.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/pdf.png"
/>
<p
class=
"doc"
>
招生简章.pdf
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p2"
>
下载
</p>
...
...
@@ -29,7 +29,7 @@
class=
"part"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/doc.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/doc.png"
/>
<p
class=
"doc"
>
常见问题.docx
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p2"
>
下载
</p>
...
...
@@ -41,7 +41,7 @@
class=
"part"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/doc.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/doc.png"
/>
<p
class=
"doc"
>
推荐信要求.docx
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p2"
>
下载
</p>
...
...
@@ -53,7 +53,7 @@
class=
"part"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/doc.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/doc.png"
/>
<p
class=
"doc"
>
申请材料清单.docx
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p2"
>
下载
</p>
...
...
@@ -65,7 +65,7 @@
class=
"part"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/doc.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/doc.png"
/>
<p
class=
"doc"
>
英文简历模板.docx
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p2"
>
下载
</p>
...
...
pages/enroll/apply.vue
浏览文件 @
eb35ae53
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/apply_banner.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/apply_banner.png"
/>
<div
class=
"content-mian"
>
<tab-content
@
tabChange=
"tabChange"
></tab-content>
...
...
pages/enroll/process.vue
浏览文件 @
eb35ae53
<
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
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"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/sign_banner.png"
/>
<img
v-if=
"!isMobile"
src=
"https://webapp-pub.ezijing.com/project/marywood/sign_content1.png"
class=
"img_bottom"
/>
<img
v-else
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/%E7%BB%84%20286%20(1).png"
class=
"img_bottom"
/>
</app-frame>
</
template
>
<
script
>
...
...
@@ -43,7 +43,7 @@ export default {
height
:
100%
;
}
.img_bottom
{
padding
:
.4rem
0
.14rem
1rem
0
.25rem
;
padding
:
0
.4rem
0
.14rem
1rem
0
.25rem
;
}
}
</
style
>
pages/project-intro/bg.vue
浏览文件 @
eb35ae53
...
...
@@ -4,32 +4,23 @@
<div
class=
"content-mian"
v-if=
"isMobile"
>
<tab-content
@
tabChange=
"tabChange"
></tab-content>
<div
class=
"content-mod1"
v-if=
"showIndex === 0"
>
<img
src=
"https://webapp-pub.ezijing.com/project/kelley-h5/project-mod1-banner.png"
class=
"main-banner"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/kelley-h5/project-mod1-banner.png"
class=
"main-banner"
/>
<div
class=
"content-txt"
>
<div
class=
"tit"
></div>
<div
class=
"text"
>
<div
class=
"p"
v-html=
"$t('bg.con1Txt')"
></div>
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/kelley-h5/project-mod1-img.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/kelley-h5/project-mod1-img.png"
/>
</div>
</div>
<div
class=
"content-mod2"
v-if=
"showIndex === 1"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/mary_banner_nx.jpg"
class=
"main-banner"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/mary_banner_nx.jpg"
class=
"main-banner"
/>
<div
class=
"content-txt"
>
<div
class=
"p"
v-html=
"$t('bg.con2Txt')"
></div>
</div>
</div>
<div
class=
"content-mod2"
v-if=
"showIndex === 2"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/mary-new-tabimg.jpg"
class=
"main-banner"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/mary-new-tabimg.jpg"
class=
"main-banner"
/>
<div
class=
"content-txt"
>
<div
class=
"p"
v-html=
"$t('bg.con3Txt')"
></div>
</div>
...
...
pages/project-intro/introduce.vue
浏览文件 @
eb35ae53
<
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"
class=
"banner"
/>
<div
class=
"part_content"
>
<div
class=
"part_item"
>
国际硕士1+1项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是在被美国大学有条件录取为硕士后,第1年在国内就读。对在校大学生可以在大三和大四完成,对已经工作的人士可以边工作边就读,主要是语言学习并完成硕士项目所需的部分学分课程(一般不超过总学分的40%)。若语言学习顺利,一般用时12-15个月。这个“1”是由美国大学认可的国内大学或者有实力的教育机构实施录取和教学。第二个“1”是在完成第一个“1”之后,获得美国大学的无条件录取,签证通过后赴美留学。时间安排合理的在校大学生,一般就是在大四本科毕业后,直接衔接上。对已经工作的人士,须脱产学习,完成剩余60%左右的学分,毕业后获得美国大学的硕士学位,回国后可获得中留服认证为研究生学历。
...
...
@@ -12,13 +12,11 @@
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>
...
...
pages/returnPolicy/returnPolicy.vue
浏览文件 @
eb35ae53
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
style=
"width:100%;height:100%;"
src=
"https://webapp-pub.ezijing.com/project/marywood/return_banner.png"
alt=
""
/>
<img
style=
"width:100%;height:100%;"
src=
"https://webapp-pub.ezijing.com/project/marywood/return_banner.png"
/>
<div
v-if=
"!isMobile"
>
<div
class=
"com_top"
>
<h1
class=
"com_title"
>
留学回国人员福利政策
</h1>
...
...
@@ -36,7 +32,6 @@
class=
"bottom"
v-else
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/h5/return_con.png"
alt=
""
/>
</app-frame>
</
template
>
...
...
pages/school/school3.vue
浏览文件 @
eb35ae53
...
...
@@ -24,7 +24,7 @@
<div
class=
"line"
></div>
<div
class=
"tit_desc"
>
学制安排
</div>
</div>
<!--
<img
class=
"img4"
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood3611.png"
alt=
""
/>
-->
<!--
<img
class=
"img4"
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood3611.png"
/>
-->
<div
class=
"content"
>
<div
class=
"img5 img55"
>
<div
class=
"mask"
></div>
...
...
@@ -85,26 +85,26 @@
</div>
<div
class=
"h5-content"
>
<div
class=
"h5-title"
>
玛丽伍德大学介绍
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img1.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img1.png"
/>
<div
class=
"h5-title m-t-10"
>
专业介绍
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img2.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img2.png"
/>
<div
class=
"h5-title m-t-10"
>
院校荣誉
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img3.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img3.png"
/>
<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=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img4.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img5.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img6.png"
/>
</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=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-nimg1.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-nimg2.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-nimg3.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-nimg4.png"
/>
</div>
<div
class=
"h5-title m-t-10"
>
课程设置
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img7.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/h5/school-img7.png"
/>
<div
class=
"h5-title m-t-10"
>
校园风光
</div>
<div
class=
"swiper-content"
@
mouseenter=
"swiperStop"
@
mouseleave=
"swiperStart"
>
<div
v-swiper:mySwiper=
"swiperOption2"
ref=
"mySwiper"
>
...
...
@@ -431,7 +431,7 @@ export default {
img
{
width
:
1
.46rem
;
height
:
1
.7rem
;
display
:block
;
display
:
block
;
margin-right
:
0
.05rem
;
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论