Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
c2e1b934
提交
c2e1b934
authored
8月 07, 2022
作者:
haodaking
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
9b8a8945
显示空白字符变更
内嵌
并排
正在显示
18 个修改的文件
包含
850 行增加
和
60 行删除
+850
-60
Menu.vue
components/base/h5/Menu.vue
+9
-8
banners.vue
components/home/banners.vue
+1
-1
projectFeatures.vue
components/home/projectFeatures.vue
+2
-1
projectPosition.vue
components/home/projectPosition.vue
+28
-9
schoolSenery.vue
components/home/schoolSenery.vue
+1
-1
Footer.vue
components/layout/h5/Footer.vue
+7
-7
Header.vue
components/layout/h5/Header.vue
+1
-1
Foot.vue
components/layout/pc/Foot.vue
+8
-8
Head.vue
components/layout/pc/Head.vue
+1
-1
Menu.vue
components/layout/pc/Menu.vue
+13
-12
rightAside.vue
components/rightAside.vue
+1
-1
zh-CN.js
langs/zh-CN.js
+3
-3
school.vue
pages/about/school.vue
+756
-0
teacher.vue
pages/about/teacher.vue
+5
-1
_id.vue
pages/news/hot/_id.vue
+6
-2
index.vue
pages/news/hot/index.vue
+6
-2
introduce.vue
pages/project-intro/introduce.vue
+1
-1
school3.vue
pages/school/school3.vue
+1
-1
没有找到文件。
components/base/h5/Menu.vue
浏览文件 @
c2e1b934
...
@@ -17,17 +17,18 @@ export default {
...
@@ -17,17 +17,18 @@ export default {
{
{
name
:
'项目介绍'
,
name
:
'项目介绍'
,
children
:
[
children
:
[
{
name
:
'项目介绍'
,
path
:
'/project-intro/introduce'
},
{
name
:
'玛丽伍德大学'
,
path
:
'/about/school'
},
{
name
:
'师资介绍'
,
path
:
'/about/teacher'
},
{
name
:
'最近动态'
,
path
:
'/news/hot'
}
{
name
:
'最近动态'
,
path
:
'/news/hot'
}
]
]
},
},
{
//
{
name
:
'学校介绍'
,
//
name: '学校介绍',
children
:
[
//
children: [
{
name
:
'玛丽伍德大学'
,
path
:
'/school/school3
'
},
// { name: '玛丽伍德大学', path: '/about/school
' },
{
name
:
'师资介绍'
,
path
:
'/about/teacher'
}
//
{ name: '师资介绍', path: '/about/teacher' }
]
//
]
},
//
},
{
{
name
:
'学历认证'
,
name
:
'学历认证'
,
path
:
'/academic/academic'
path
:
'/academic/academic'
...
...
components/home/banners.vue
浏览文件 @
c2e1b934
...
@@ -76,7 +76,7 @@ export default {
...
@@ -76,7 +76,7 @@ export default {
'https://webapp-pub.ezijing.com/project/marywood-plus/%E7%B4%AB%E8%8D%86%E6%95%99%E8%82%B2-%E7%8E%9B%E4%B8%BD%E4%BC%8D%E5%BE%B7%E5%A4%A7%E5%AD%A6%E5%9B%BD%E9%99%85%E7%A1%95%E5%A3%AB1%2B1%E9%A1%B9%E7%9B%AE%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
'https://webapp-pub.ezijing.com/project/marywood-plus/%E7%B4%AB%E8%8D%86%E6%95%99%E8%82%B2-%E7%8E%9B%E4%B8%BD%E4%BC%8D%E5%BE%B7%E5%A4%A7%E5%AD%A6%E5%9B%BD%E9%99%85%E7%A1%95%E5%A3%AB1%2B1%E9%A1%B9%E7%9B%AE%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
)
)
}
else
if
(
item
.
tag
===
'3'
)
{
}
else
if
(
item
.
tag
===
'3'
)
{
this
.
$router
.
push
(
'/
project-intro/introduce
'
)
this
.
$router
.
push
(
'/
about/school
'
)
}
else
if
(
item
.
tag
===
'4'
)
{
}
else
if
(
item
.
tag
===
'4'
)
{
this
.
$router
.
push
(
'/dataDownload/dataDownload'
)
this
.
$router
.
push
(
'/dataDownload/dataDownload'
)
}
else
if
(
item
.
tag
===
'5'
)
{
}
else
if
(
item
.
tag
===
'5'
)
{
...
...
components/home/projectFeatures.vue
浏览文件 @
c2e1b934
...
@@ -374,7 +374,8 @@ export default {
...
@@ -374,7 +374,8 @@ export default {
}
}
}
}
}
}
.card-item
:hover
{
// .card-item:hover {
.card-item
{
.item_media
{
.item_media
{
img
{
img
{
transform
:
scale
(
1
.1
);
transform
:
scale
(
1
.1
);
...
...
components/home/projectPosition.vue
浏览文件 @
c2e1b934
<
template
>
<
template
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
class=
"service-content max-width-center"
>
<div
class=
"service-content max-width-center"
>
<card
title=
"项目
定位
"
v-if=
"!isMobile"
>
<card
title=
"项目
简介
"
v-if=
"!isMobile"
>
<div
class=
"desc"
>
<div
class=
"desc"
>
玛丽伍德大学国际硕士1+1项目,聚焦商业数据分析、金融科技、大数据、人工智能等数字经济领域前沿专业,以“能力导向一体化”教学体系为指引,建立“通识教育、专业教育、实践教育和创新教育”四位一体的国际化创新人才培养体系,致力于:
<p>
<!-- 1. 培养具有卓越的创新实践能力和国际竞争力的行业领军人才;2. 为无需联考且向往通过国际先进教育资源取得硕士学历与学位的人士提供实现路径。 -->
玛丽伍德大学国际硕士1+1项目是清控紫荆教育联合美国多所知名院校推出的国际硕士1+1项目之一。清控紫荆教育为玛丽伍德大学国际硕士1+1项目官方授权中国招生与教学中心。
<p>
1. 培养具有卓越的创新实践能力和国际竞争力的行业领军人才。
</p>
</p>
<p>
2. 为无需联考且向往通过国际先进教育资源取得硕士学历与学位的人士提供实现路径。
</p>
<p>
玛丽伍德大学(Marywood University)创办于 1915 年,有超过100年的历史。学校位于美国宾夕法尼亚州斯克兰顿市,地理位置优越,距离美国金融中心纽约和美国最古老城市之一的费城均约2小时车程。玛丽伍德大学在2021年U.S. NEWS北部大学排名中位列第44名。MBA项目排在全美TOP50。学校拥有NAAB、ACBSP、APA等多重权威认证。
</p>
<p>
工商管理硕士(MBA)项目通过学习战略管理、设计思维与管理创新、商业智能、数字时代领导力、营销管理与数字化营销、数字化运营管理等创新MBA核心课程体系,让学员获得管理科学前沿知识,把握与国际同步的管理领域新趋势,提升学员在未来职业领域分析和解决问题的能力。培养熟识中美语言文化、富有科技创新精神、引领全球化发展的新一代管理人才。
</p>
<p>
管理信息系统硕士(MIS)项目通过学习数据挖掘、数据库管理系统、数字化运营管理等全球领先的核心课程体系,使学员以人为主导,实现利用计算机硬件、网络通信系统等设备,进行信息的收集、传输、加工、储存、拓展等功能。培养数字经济时代下运用信息技术与方法优化管理、实现目标、引领创新的管理科学与工程学科复合型人才。
</p>
</div>
</div>
</card>
</card>
<div
v-else
>
<div
v-else
>
<div
class=
"tit"
>
项目
定位
</div>
<div
class=
"tit"
>
项目
简介
</div>
<div
class=
"desc"
>
<div
class=
"desc"
>
玛丽伍德大学国际硕士1+1项目,聚焦商业数据分析、金融科技、大数据、人工智能等数字经济领域前沿专业,以“能力导向一体化”教学体系为指引,建立“通识教育、专业教育、实践教育和创新教育”四位一体的国际化创新人才培养体系,致力于:
<p>
<p>
1. 培养具有卓越的创新实践能力和国际竞争力的行业领军人才。
</p>
玛丽伍德大学国际硕士1+1项目是清控紫荆教育联合美国多所知名院校推出的国际硕士1+1项目之一。清控紫荆教育为玛丽伍德大学国际硕士1+1项目官方授权中国招生与教学中心。
<p>
2. 为无需联考且向往通过国际先进教育资源取得硕士学历与学位的人士提供实现路径。
</p>
</p>
<p>
玛丽伍德大学(Marywood University)创办于 1915
年,有超过100年的历史。学校位于美国宾夕法尼亚州斯克兰顿市,地理位置优越,距离美国金融中心纽约和美国最古老城市之一的费城均约2小时车程。玛丽伍德大学在2021年U.S.
NEWS北部大学排名中位列第44名。MBA项目排在全美TOP50。学校拥有NAAB、ACBSP、APA等多重权威认证。
</p>
<p>
工商管理硕士(MBA)项目通过学习战略管理、设计思维与管理创新、商业智能、数字时代领导力、营销管理与数字化营销、数字化运营管理等创新MBA核心课程体系,让学员获得管理科学前沿知识,把握与国际同步的管理领域新趋势,提升学员在未来职业领域分析和解决问题的能力。培养熟识中美语言文化、富有科技创新精神、引领全球化发展的新一代管理人才。
</p>
<p>
管理信息系统硕士(MIS)项目通过学习数据挖掘、数据库管理系统、数字化运营管理等全球领先的核心课程体系,使学员以人为主导,实现利用计算机硬件、网络通信系统等设备,进行信息的收集、传输、加工、储存、拓展等功能。培养数字经济时代下运用信息技术与方法优化管理、实现目标、引领创新的管理科学与工程学科复合型人才。
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
components/home/schoolSenery.vue
浏览文件 @
c2e1b934
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<img
<img
class=
"part"
class=
"part"
src=
"https://webapp-pub.ezijing.com/project/marywood/marwood_senery3.png"
src=
"https://webapp-pub.ezijing.com/project/marywood/marwood_senery3.png"
@
click=
"$router.push('/
school/school3
')"
@
click=
"$router.push('/
about/school
')"
/>
/>
</div>
</div>
</div>
</div>
...
...
components/layout/h5/Footer.vue
浏览文件 @
c2e1b934
...
@@ -3,22 +3,22 @@
...
@@ -3,22 +3,22 @@
<div
class=
"top"
>
<div
class=
"top"
>
<div
class=
"link"
>
<div
class=
"link"
>
<div
class=
"link-left link-con"
>
<div
class=
"link-left link-con"
>
<div
class=
"tit"
><a
href=
"/
project-intro/introduce
"
>
关于项目
</a></div>
<div
class=
"tit"
><a
href=
"/
about/school
"
>
关于项目
</a></div>
<!--
<div
class=
"tit"
><a
href=
"/question/question"
>
常见问题
</a></div>
-->
<!--
<div
class=
"tit"
><a
href=
"/question/question"
>
常见问题
</a></div>
-->
<!--
<div
class=
"tit"
><a
href=
"https://h5.ezijing.com"
target=
"_blank"
>
清控紫荆教育
</a></div>
-->
<!--
<div
class=
"tit"
><a
href=
"https://h5.ezijing.com"
target=
"_blank"
>
清控紫荆教育
</a></div>
-->
<
div
class=
"tit"
><a
href=
"/"
>
国际硕士1+1
</a></div
>
<
!--
<div
class=
"tit"
><a
href=
"/"
>
国际硕士1+1
</a></div>
--
>
</div>
</div>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<div
class=
"link-center link-con"
>
<div
class=
"link-center link-con"
>
<div
class=
"tit"
><a
href=
"/enroll/apply"
>
招生信息
</a></div>
<div
class=
"tit"
><a
href=
"/enroll/apply"
>
招生信息
</a></div>
<
div
class=
"tit"
><a
href=
"/school/school3
"
>
院校介绍
</a></div>
<
!--
<div
class=
"tit"
><a
href=
"/about/school
"
>
院校介绍
</a></div>
<div
class=
"tit"
><a
href=
"/about/teacher"
>
师资力量
</a></div>
<div
class=
"tit"
><a
href=
"/about/teacher"
>
师资力量
</a></div>
-->
</div>
</div>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<div
class=
"link-right link-con"
>
<div
class=
"link-right link-con"
>
<div
class=
"tit"
><a
href=
"/my/account"
>
报名系统
</a></div>
<div
class=
"tit"
><a
href=
"/my/account"
>
报名系统
</a></div>
<div
class=
"tit"
><a
href=
"/dataDownload/dataDownload"
>
资料下载
</a></div>
<
!--
<
div
class=
"tit"
><a
href=
"/dataDownload/dataDownload"
>
资料下载
</a></div>
<div
class=
"tit"
><a
href=
"/returnPolicy/returnPolicy"
>
归国政策
</a></div>
<div
class=
"tit"
><a
href=
"/returnPolicy/returnPolicy"
>
归国政策
</a></div>
-->
</div>
</div>
</div>
</div>
<div
class=
"about"
>
<div
class=
"about"
>
...
@@ -89,7 +89,7 @@ export default {
...
@@ -89,7 +89,7 @@ export default {
align-items
:
flex-start
;
align-items
:
flex-start
;
.line
{
.line
{
width
:
0px
;
width
:
0px
;
height
:
0
.
7
rem
;
height
:
0
.
16
rem
;
border-right
:
0
.005rem
solid
#cc9d9d
;
border-right
:
0
.005rem
solid
#cc9d9d
;
margin-top
:
0
.05rem
;
margin-top
:
0
.05rem
;
opacity
:
0
.5
;
opacity
:
0
.5
;
...
...
components/layout/h5/Header.vue
浏览文件 @
c2e1b934
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
class=
"logo"
>
<nuxt-link
to=
"/"
class=
"logo"
>
<div
class=
"title"
>
<div
class=
"title"
>
玛丽伍德大学国际硕士1+1
玛丽伍德大学国际硕士1+1
项目(专业1:工商管理 专业2:管理信息系统)
</div>
</div>
<!--
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
/>
-->
<!--
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
/>
-->
</nuxt-link>
</nuxt-link>
...
...
components/layout/pc/Foot.vue
浏览文件 @
c2e1b934
...
@@ -9,16 +9,16 @@
...
@@ -9,16 +9,16 @@
</div>
</div>
<div
class=
"bottom"
>
<div
class=
"bottom"
>
<div
class=
"bottom_left con"
>
<div
class=
"bottom_left con"
>
<a
href=
"/
project-intro/introduce
"
>
关于项目
</a>
<a
href=
"/
about/school
"
>
关于项目
</a>
<!--
<a
href=
"/question/question"
>
常见问题
</a>
-->
<!--
<a
href=
"/question/question"
>
常见问题
</a>
-->
<!--
<a
href=
"https://www.ezijing.com/"
target=
"_blank"
>
清控紫荆教育
</a>
-->
<!--
<a
href=
"https://www.ezijing.com/"
target=
"_blank"
>
清控紫荆教育
</a>
-->
<
a
href=
"/"
>
国际硕士1+1
</a
>
<
!--
<a
href=
"/"
>
国际硕士1+1
</a>
--
>
</div>
</div>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<div
class=
"bottom_center con"
>
<div
class=
"bottom_center con"
>
<a
href=
"/enroll/apply"
>
招生信息
</a>
<a
href=
"/enroll/apply"
>
招生信息
</a>
<
a
href=
"/school/school3"
>
院校介绍
</a
>
<
!--
<a
href=
"/about/school"
>
院校介绍
</a>
--
>
<
a
href=
"/about/teacher"
>
师资力量
</a
>
<
!--
<a
href=
"/about/teacher"
>
师资力量
</a>
--
>
<!--
<a
href=
"/about/course"
>
<!--
<a
href=
"/about/course"
>
项目优势
项目优势
</a>
-->
</a>
-->
...
@@ -26,8 +26,8 @@
...
@@ -26,8 +26,8 @@
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<div
class=
"bottom_bottom con"
>
<div
class=
"bottom_bottom con"
>
<a
href=
"/my/account"
>
报名系统
</a>
<a
href=
"/my/account"
>
报名系统
</a>
<
a
href=
"/dataDownload/dataDownload"
>
资料下载
</a
>
<
!--
<a
href=
"/dataDownload/dataDownload"
>
资料下载
</a>
--
>
<
a
href=
"/returnPolicy/returnPolicy"
>
归国政策
</a
>
<
!--
<a
href=
"/returnPolicy/returnPolicy"
>
归国政策
</a>
--
>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
</div>
</div>
</div>
</div>
<div
class=
"right-content"
>
<div
class=
"right-content"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood
/officialAccount.jpe
g"
class=
"code"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood
-plus/wx.pn
g"
class=
"code"
/>
<div
class=
"tips-txt"
>
<div
class=
"tips-txt"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png"
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png"
/>
<div
class=
"txt"
>
{{
$t
(
'foot.weChat'
)
}}
</div>
<div
class=
"txt"
>
{{
$t
(
'foot.weChat'
)
}}
</div>
...
@@ -127,7 +127,7 @@ export default {}
...
@@ -127,7 +127,7 @@ export default {}
}
}
.line
{
.line
{
width
:
0px
;
width
:
0px
;
height
:
110px
;
//
height: 110px;
border-right
:
0
.6px
solid
#cc9d9d
;
border-right
:
0
.6px
solid
#cc9d9d
;
opacity
:
0
.7
;
opacity
:
0
.7
;
margin
:
4px
53px
0
39px
;
margin
:
4px
53px
0
39px
;
...
...
components/layout/pc/Head.vue
浏览文件 @
c2e1b934
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg"
/>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg"
/>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
>
<nuxt-link
to=
"/"
>
<div
class=
"title"
>
玛丽伍德大学国际硕士1+1
</div>
<div
class=
"title"
>
玛丽伍德大学国际硕士1+1
项目(专业1:工商管理 专业2:管理信息系统)
</div>
</nuxt-link>
</nuxt-link>
<!--
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
/>
-->
<!--
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
/>
-->
</div>
</div>
...
...
components/layout/pc/Menu.vue
浏览文件 @
c2e1b934
...
@@ -50,9 +50,10 @@ export default {
...
@@ -50,9 +50,10 @@ export default {
// 项目介绍
// 项目介绍
{
{
name
:
this
.
$t
(
'menu.project'
),
name
:
this
.
$t
(
'menu.project'
),
path
:
'/
project-intro/introduce
'
,
path
:
'/
about/school
'
,
childern
:
[
childern
:
[
{
name
:
this
.
$t
(
'menu.projectChild.bg'
),
path
:
'/project-intro/introduce'
},
{
name
:
this
.
$t
(
'menu.schoolChild.school3'
),
path
:
'/about/school'
},
{
name
:
this
.
$t
(
'menu.courseChild.teachers'
),
path
:
'/about/teacher'
},
{
name
:
this
.
$t
(
'menu.newsChild.hot'
),
path
:
'/news/hot'
}
{
name
:
this
.
$t
(
'menu.newsChild.hot'
),
path
:
'/news/hot'
}
// { name: this.$t('menu.projectChild.feature'), path: '/project-intro/charac' },
// { name: this.$t('menu.projectChild.feature'), path: '/project-intro/charac' },
// { name: this.$t('menu.projectChild.cert'), path: '/project-intro/certificate' }
// { name: this.$t('menu.projectChild.cert'), path: '/project-intro/certificate' }
...
@@ -68,16 +69,16 @@ export default {
...
@@ -68,16 +69,16 @@ export default {
// ]
// ]
// },
// },
// 学校介绍
// 学校介绍
{
//
{
name
:
this
.
$t
(
'menu.school'
),
//
name: this.$t('menu.school'),
path
:
'/school/school3
'
,
// path: '/about/school
',
childern
:
[
//
childern: [
// // { name: this.$t('menu.schoolChild.school1'), path: '/school/school1' },
//
// // { name: this.$t('menu.schoolChild.school1'), path: '/school/school1' },
// // { name: this.$t('menu.schoolChild.school2'), path: '/school/school2' },
//
// // { name: this.$t('menu.schoolChild.school2'), path: '/school/school2' },
{
name
:
this
.
$t
(
'menu.schoolChild.school3'
),
path
:
'/school/school3
'
},
// { name: this.$t('menu.schoolChild.school3'), path: '/about/school
' },
{
name
:
this
.
$t
(
'menu.courseChild.teachers'
),
path
:
'/about/teacher'
}
//
{ name: this.$t('menu.courseChild.teachers'), path: '/about/teacher' }
]
//
]
},
//
},
// 学历认证
// 学历认证
{
{
name
:
this
.
$t
(
'menu.academic'
),
name
:
this
.
$t
(
'menu.academic'
),
...
...
components/rightAside.vue
浏览文件 @
c2e1b934
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
</div>
</div>
<div
class=
"wx_cont"
v-show=
"tabBtnTarget === 'wx'"
>
<div
class=
"wx_cont"
v-show=
"tabBtnTarget === 'wx'"
>
<h5>
{{
$t
(
'aside.follow'
)
}}
</h5>
<h5>
{{
$t
(
'aside.follow'
)
}}
</h5>
<img
src=
"https://
zws-imgs-pub.ezijing.com/static/public/d2d9945d598e81c3b58aff5ce927a78a.jp
g"
/>
<img
src=
"https://
webapp-pub.ezijing.com/project/marywood-plus/wx.pn
g"
/>
</div>
</div>
</div>
</div>
</transition>
</transition>
...
...
langs/zh-CN.js
浏览文件 @
c2e1b934
...
@@ -51,7 +51,7 @@ export default {
...
@@ -51,7 +51,7 @@ export default {
// 首页
// 首页
home
:
{
home
:
{
project
:
{
project
:
{
title
:
'项目
特色
'
,
title
:
'项目
优势
'
,
h5
:
{
h5
:
{
itemT1
:
'百年历史<br />美国大学'
,
itemT1
:
'百年历史<br />美国大学'
,
itemT2
:
'高排名<br />美国大学'
,
itemT2
:
'高排名<br />美国大学'
,
...
@@ -118,7 +118,7 @@ export default {
...
@@ -118,7 +118,7 @@ export default {
link3
:
'玛丽伍德大学'
,
link3
:
'玛丽伍德大学'
,
link4
:
'美国教育部'
,
link4
:
'美国教育部'
,
link5
:
'紫荆教育'
,
link5
:
'紫荆教育'
,
weChat
:
'
微信公众号
'
weChat
:
'
招办官方微信
'
},
},
// 项目背景
// 项目背景
bg
:
{
bg
:
{
...
@@ -282,7 +282,7 @@ export default {
...
@@ -282,7 +282,7 @@ export default {
apply
:
'报名申请'
,
apply
:
'报名申请'
,
apply1
:
'报名咨询'
,
apply1
:
'报名咨询'
,
apply2
:
'我要咨询'
,
apply2
:
'我要咨询'
,
follow
:
'
关注我们
'
,
follow
:
'
招办官方微信
'
,
name
:
'请输入您的名字'
,
name
:
'请输入您的名字'
,
phone
:
'请输入您的电话'
,
phone
:
'请输入您的电话'
,
code
:
'请输入验证码'
,
code
:
'请输入验证码'
,
...
...
pages/about/school.vue
0 → 100644
浏览文件 @
c2e1b934
<
template
>
<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_02.jpg"
/>
<!--
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood_banner.png"
/>
-->
<!--
<div
class=
"btn"
>
<button
class=
"btn1"
@
click=
"$router.push('/my/account')"
>
报名申请
</button>
</div>
-->
</div>
<section
class=
"section"
>
<h2
class=
"title"
>
项目介绍
</h2>
<p>
国际硕士1+1项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是指大三或大四的本科生在被美国大学硕士项目有条件录取后,第1年在国内就读(已工作人土可以边工作边就读)国内就读课程主要为英语强化课程及部分硕士学分课。由美国大学认可的国内大学或者有实力的教育机构实施录取和教学,一般用时12-15个月。第二个“1”是指在完成第一个“1”的要求之后,获得美国大学的无条件录取,本科毕业当年可直接衔接赴美留学(已工作的人士第二年也需赴美全日制学习),完成剩余学分,毕业后获得美方硕士学位,回国后可向中国(教育部)留学服务中心申请认证为硕士研究生学历。
</p>
<p>
国际硕士1+1项目基于美国大学对中国教育机构或者大学的充分认证与授权,使得学生申请过程更加便捷。同其他赴美硕士留学项目相比,节省了国内备考与海外学习时间的同时也节约了可观的留学花费,已经成为越来越多优秀大学生的升硕选择。
</p>
<p>
玛丽伍德大学国际硕士1+1项目,聚焦商业数据分析、金融科技、大数据、人工智能等数字经济领域前沿专业,以“能力导向一体化”教学体系为指引,建立“通识教育、专业教育、实践教育和创新教育”四位一体的国际化创新人才培养体系,致力于:
<br
/>
1. 培养具有卓越的创新实践能力和国际竞争力的行业领军人才。
<br
/>
2.
为无需联考且向往通过国际先进教育资源取得硕士学历与学位的人士提供实现路径。
</p>
</section>
<div
class=
"content"
>
<img
class=
"img1"
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img1.png"
/>
</div>
<div
class=
"content"
>
<div
class=
"img-box"
>
<img
class=
"img2"
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img8.png"
/>
</div>
<img
class=
"img22"
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-college-intro-img.png"
/>
</div>
<img
class=
"img4"
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img9.png"
/>
<div
class=
"content"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/school-apply-img1.png"
/>
</div>
<div
class=
"content_tit"
>
<div
class=
"line"
></div>
<div
class=
"tit_desc"
>
学制安排
</div>
</div>
<div
class=
"content"
>
<div
class=
"img5 img55"
>
<div
class=
"mask"
></div>
<div
class=
"desc"
>
<div
class=
"desc_detail"
>
<div
class=
"num"
>
1+1
<div
class=
"num_tag"
>
国内一年
<br
/>
美国一年
</div>
</div>
</div>
<div
class=
"desc_tit"
>
学制安排
</div>
</div>
</div>
<div
class=
"img6 img55"
>
<div
class=
"mask"
></div>
<div
class=
"desc"
>
<div
class=
"desc_detail"
><span
class=
"num"
>
36
</span><span
class=
"fen"
>
学分
</span></div>
<div
class=
"desc_tit"
>
学分设置
</div>
</div>
</div>
<div
class=
"img7 img55"
>
<div
class=
"mask"
></div>
<div
class=
"desc"
>
<div
class=
"desc_detail"
>
<span
class=
"num"
>
4
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
12
</span
><span
class=
"fen"
>
学分
</span>
</div>
<div
class=
"desc_tit"
>
国内授课
</div>
</div>
</div>
<div
class=
"img8 img55"
>
<div
class=
"mask"
></div>
<div
class=
"desc"
>
<div
class=
"desc_detail"
>
<span
class=
"num"
>
8
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
24
</span
><span
class=
"fen"
>
学分
</span>
</div>
<div
class=
"desc_tit"
>
国外授课
</div>
</div>
</div>
</div>
<div
class=
"content_tit"
>
<div
class=
"line"
></div>
<div
class=
"tit_desc"
>
课程设置
</div>
</div>
<div
class=
"course-set"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-course1.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-course2.png"
style=
"margin-top:93px"
/>
</div>
<div
class=
"content_tit"
>
<div
class=
"line"
></div>
<div
class=
"tit_desc"
>
校园风光
</div>
</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 listData"
:key=
"index"
>
<img
:src=
"item.web_img_uri"
/>
</div>
</div>
</div>
</div>
</div>
<div
v-else
class=
"is-h5"
>
<div
class=
"banner"
>
<!--
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/marywood/banner.jpg"
width=
"100%"
/>
-->
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood_banner_02.jpg"
width=
"100%"
/>
</div>
<div
class=
"h5-content"
>
<h2
class=
"h5-title"
>
项目介绍
</h2>
<p>
国际硕士1+1项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是指大三或大四的本科生在被美国大学硕士项目有条件录取后,第1年在国内就读(已工作人土可以边工作边就读)国内就读课程主要为英语强化课程及部分硕士学分课。由美国大学认可的国内大学或者有实力的教育机构实施录取和教学,一般用时12-15个月。第二个“1”是指在完成第一个“1”的要求之后,获得美国大学的无条件录取,本科毕业当年可直接衔接赴美留学(已工作的人士第二年也需赴美全日制学习),完成剩余学分,毕业后获得美方硕士学位,回国后可向中国(教育部)留学服务中心申请认证为硕士研究生学历。
</p>
<p>
国际硕士1+1项目基于美国大学对中国教育机构或者大学的充分认证与授权,使得学生申请过程更加便捷。同其他赴美硕士留学项目相比,节省了国内备考与海外学习时间的同时也节约了可观的留学花费,已经成为越来越多优秀大学生的升硕选择。
</p>
<p>
玛丽伍德大学国际硕士1+1项目,聚焦商业数据分析、金融科技、大数据、人工智能等数字经济领域前沿专业,以“能力导向一体化”教学体系为指引,建立“通识教育、专业教育、实践教育和创新教育”四位一体的国际化创新人才培养体系,致力于:
<br
/>
1. 培养具有卓越的创新实践能力和国际竞争力的行业领军人才。
<br
/>
2.
为无需联考且向往通过国际先进教育资源取得硕士学历与学位的人士提供实现路径。
</p>
<div
class=
"h5-title"
>
玛丽伍德大学介绍
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5/school-img1.png"
/>
<div
class=
"h5-title m-t-10"
>
专业介绍
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/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"
/>
<div
class=
"h5-title m-t-10"
>
申请条件
</div>
<div
class=
"h5-list"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5/school-img4.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5/school-img5.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/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"
/>
<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
class=
"xz-content"
>
<div
class=
"xz-item xz1"
>
<div
class=
"mask"
></div>
<div
class=
"desc"
>
<div
class=
"desc_detail"
>
<div
class=
"num"
>
1+1
<div
class=
"num_tag"
>
国内一年
<br
/>
美国一年
</div>
</div>
</div>
<div
class=
"desc_tit"
>
学制安排
</div>
</div>
</div>
<div
class=
"xz-item xz2"
>
<div
class=
"mask"
></div>
<div
class=
"desc"
>
<div
class=
"desc_detail"
><span
class=
"num"
>
36
</span><span
class=
"fen"
>
学分
</span></div>
<div
class=
"desc_tit"
>
学分设置
</div>
</div>
</div>
<div
class=
"xz-item xz3"
>
<div
class=
"mask"
></div>
<div
class=
"desc"
>
<div
class=
"desc_detail"
>
<span
class=
"num"
>
4
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
12
</span
><span
class=
"fen"
>
学分
</span>
</div>
<div
class=
"desc_tit"
>
国内授课
</div>
</div>
</div>
<div
class=
"xz-item xz4"
>
<div
class=
"mask"
></div>
<div
class=
"desc"
>
<div
class=
"desc_detail"
>
<span
class=
"num"
>
8
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
24
</span
><span
class=
"fen"
>
学分
</span>
</div>
<div
class=
"desc_tit"
>
国外授课
</div>
</div>
</div>
</div>
</div>
<div
class=
"h5-title m-t-10"
>
课程设置
</div>
<div
class=
"h5-course-set"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5/school-course-img.png"
/>
<!--
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5/school-course-img2.png"
/>
-->
<!--
<div
class=
"h5-head"
>
<div
@
click=
"courseTab(0)"
:class=
"!courseSetTab ? 'btn active' : 'btn'"
style=
"margin: 0 0.42rem 0 0.06rem"
>
<p>
工商管理硕士
</p>
<p>
Master of Business Administration
</p>
</div>
<div
@
click=
"courseTab(1)"
:class=
"courseSetTab ? 'btn active' : 'btn'"
>
<p>
管理信息系统硕士
</p>
<p>
M.S. in Management Information Systems
</p>
</div>
</div>
<div
v-if=
"!courseSetTab"
style=
"padding: 0.35rem 0.1rem"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5-curriculum1.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5-curriculum2.png"
style=
"margin-top: 0.43rem"
/>
</div>
<div
v-else
style=
"padding: 0.35rem 0.1rem"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5-curriculum3.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5-curriculum4.png"
style=
"margin-top: 0.43rem"
/>
</div>
-->
</div>
<div
class=
"h5-title m-t-10"
>
校园风光
</div>
<div
class=
"swiper-content"
@
mouseenter=
"swiperStop"
@
mouseleave=
"swiperStart"
>
<div
v-swiper:mySwiper=
"swiperOption2"
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
class=
"swiper-pagination"
></div>
</div>
</div>
</div>
</div>
</div>
</
template
>
<
script
>
import
'swiper/css/swiper.css'
export
default
{
layout
:
'normal'
,
data
()
{
const
_this
=
this
return
{
courseSetTab
:
0
,
popupVisible
:
false
,
listData
:
[
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_mary1.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_mary2.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/marywood/school_mary3.png'
},
{
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
,
speed
:
400
,
autoplay
:
true
,
delay
:
3000
,
loop
:
true
,
slidesPerView
:
'auto'
,
centeredSlides
:
true
,
spaceBetween
:
20
,
on
:
{
init
()
{
_this
.
swiper
.
slideNext
()
}
}
},
swiperOption2
:
{
observer
:
true
,
observeParents
:
true
,
speed
:
400
,
autoplay
:
true
,
delay
:
3000
,
loop
:
true
,
slidesPerView
:
'auto'
,
centeredSlides
:
true
,
spaceBetween
:
20
,
pagination
:
{
el
:
'.swiper-pagination'
},
on
:
{
init
()
{
_this
.
swiper
.
slideNext
()
}
}
}
// frameParams: {
// banner: 'https://webapp-pub.ezijing.com/project/marywood/mary_banner_nx4.jpg',
// slider: [
// {
// name: this.$t('menu.schoolChild.school3'),
// path: '/about/school'
// },
// {
// name: this.$t('menu.courseChild.teachers'),
// path: '/about/teacher'
// }
// ]
// }
}
},
computed
:
{
swiper
()
{
return
this
.
$refs
.
mySwiper
.
swiper
},
isMobile
()
{
return
this
.
$store
.
state
.
isMobile
}
},
methods
:
{
swiperStop
()
{
this
.
swiper
.
autoplay
.
stop
()
},
swiperStart
()
{
this
.
swiper
.
autoplay
.
start
()
},
courseTab
(
n
)
{
this
.
courseSetTab
=
n
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.is-pc
{
.course-set
{
background
:
#fff
;
width
:
1200px
;
margin
:
30px
auto
0
;
padding
:
50px
30px
;
img
{
width
:
1140px
;
}
// .head-tab {
// height: 120px;
// border-bottom: 1px solid #bebebe;
// display: flex;
// justify-content: space-evenly;
// .btn {
// p {
// font-size: 26px;
// font-weight: 400;
// color: #959595;
// text-align: center;
// line-height: 100%;
// // -webkit-background-clip: text;
// // -webkit-text-fill-color: transparent;
// }
// padding-top: 60px;
// cursor: pointer;
// &.active {
// border-bottom: 1px solid #aa1941;
// p {
// color: #aa1941;
// }
// }
// }
// }
}
.banner
{
position
:
relative
;
.img_banner
{
width
:
100%
;
height
:
100%
;
}
.btn
{
display
:
flex
;
justify-content
:
center
;
position
:
absolute
;
bottom
:
109px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
}
.btn1
{
width
:
104px
;
height
:
32px
;
border
:
1px
solid
#ffffff
;
font-size
:
14px
;
font-weight
:
400
;
line-height
:
8px
;
background
:
none
;
color
:
#fff
;
}
.btn1
:hover
{
background-color
:
#aa1941
;
opacity
:
1
;
}
}
.content
{
width
:
1200px
;
margin
:
auto
;
text-align
:
center
;
margin-top
:
70px
;
display
:
flex
;
img
{
width
:
100%
;
height
:
100%
;
}
.img-box
{
position
:
relative
;
flex
:
1
;
.img2
{
width
:
956px
;
position
:
absolute
;
top
:
0
;
right
:
60px
;
}
}
.img22
{
width
:
540px
;
margin-top
:
65px
;
}
.img55
{
width
:
292px
;
height
:
345px
;
margin-right
:
11px
;
cursor
:
pointer
;
position
:
relative
;
.mask
{
position
:
absolute
;
background
:
rgba
(
0
,
0
,
0
,
0
.6
);
color
:
#ffffff
;
opacity
:
1
;
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
:
137px
;
transition
:
all
0
.15s
ease-in
;
position
:
relative
;
z-index
:
11
;
.desc_tit
{
font-size
:
24px
;
font-weight
:
500
;
color
:
#ffffff
;
margin-top
:
-10px
;
}
.desc_detail
{
color
:
#ffffff
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
flex-wrap
:
nowrap
;
visibility
:
hidden
;
.num
{
font-size
:
55px
;
font-weight
:
bold
;
align-items
:
center
;
display
:
flex
;
.num_tag
{
font-size
:
20px
;
font-weight
:
400
;
line-height
:
24px
;
color
:
#ffffff
;
}
}
.fen
{
font-size
:
20px
;
font-weight
:
400
;
padding-top
:
20px
;
}
.fen1
{
padding-right
:
5px
;
}
}
.detail_tag
{
color
:
#ffffff
;
visibility
:
hidden
;
}
}
}
.img55
{
.mask
{
opacity
:
1
;
background
:
rgba
(
0
,
0
,
0
,
0
.7
);
}
.desc
{
transform
:
translateY
(
-30px
);
}
.desc
.desc_detail
{
visibility
:
visible
;
}
.desc
.detail_tag
{
visibility
:
visible
;
}
}
.img5
{
background
:
url('https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img4.png')
;
}
.img6
{
background
:
url('https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img5.png')
;
}
.img7
{
background
:
url('https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img6.png')
;
}
.img8
{
background
:
url('https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img7.png')
;
}
}
.img4
{
width
:
100%
;
height
:
100%
;
margin-top
:
68px
;
}
.content_tit
{
width
:
1200px
;
margin
:
auto
;
text-align
:
center
;
display
:
flex
;
justify-content
:
flex-start
;
margin-top
:
64px
;
.line
{
width
:
6px
;
height
:
34px
;
background
:
#aa1941
;
margin-right
:
9px
;
margin-top
:
6px
;
}
.tit_desc
{
color
:
#333333
;
font-size
:
34px
;
font-weight
:
bold
;
}
}
.swiper-content
{
padding-top
:
37px
;
padding-bottom
:
132px
;
.swiper-slide
{
position
:
relative
;
width
:
388px
;
height
:
244px
;
margin-top
:
10px
;
img
{
width
:
100%
;
height
:
100%
;
line-height
:
100%
;
}
}
.swiper-slide-active
{
width
:
423px
;
height
:
266px
;
margin-top
:
0
;
}
}
}
.is-h5
{
.banner
{
img
{
width
:
100%
;
display
:
block
;
}
}
.h5-course-set
{
background
:
#fff
;
padding
:
0
.2rem
0
.12rem
;
.h5-head
{
height
:
0
.7rem
;
border-bottom
:
1px
solid
#bebebe
;
display
:
flex
;
overflow-x
:
scroll
;
.btn
{
padding-top
:
0
.25rem
;
p
{
font-size
:
0
.13rem
;
color
:
#959595
;
text-align
:
center
;
white-space
:
nowrap
;
}
&
.active
{
p
{
color
:
#aa1941
;
}
border-bottom
:
1px
solid
#aa1941
;
}
}
}
}
.h5-content
{
padding
:
0
0
.15rem
;
img
{
width
:
100%
;
display
:
block
;
}
.h5-title
{
font-size
:
0
.14rem
;
font-weight
:
bold
;
color
:
#424242
;
line-height
:
0
.36rem
;
&
.m-t-10
{
margin-top
:
0
.1rem
;
}
}
.h5-list
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
flex-direction
:
column
;
img
{
margin-top
:
0
.1rem
;
// width: 1.08rem;
// height: 1.4rem;
// display: block;
}
}
.img-list
{
overflow-x
:
scroll
;
display
:
flex
;
.xz-content
{
width
:
6rem
;
margin
:
auto
;
text-align
:
center
;
display
:
flex
;
.img-box
{
position
:
relative
;
flex
:
1
;
.img2
{
width
:
956px
;
position
:
absolute
;
top
:
0
;
right
:
60px
;
}
}
.xz-item
{
width
:
1
.4rem
;
height
:
1
.6rem
;
margin-right
:
0
.1rem
;
cursor
:
pointer
;
position
:
relative
;
.mask
{
position
:
absolute
;
background
:
rgba
(
0
,
0
,
0
,
0
.6
);
color
:
#ffffff
;
opacity
:
1
;
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
.4rem
;
transition
:
all
0
.15s
ease-in
;
position
:
relative
;
z-index
:
11
;
.desc_tit
{
font-size
:
0
.16rem
;
font-weight
:
500
;
color
:
#ffffff
;
}
.desc_detail
{
color
:
#ffffff
;
display
:
flex
;
justify-content
:
flex-end
;
align-items
:
center
;
flex-wrap
:
nowrap
;
.num
{
font-size
:
0
.3rem
;
font-weight
:
bold
;
display
:
flex
;
align-items
:
center
;
.num_tag
{
font-size
:
0
.1rem
;
}
}
.fen
{
font-size
:
0
.16rem
;
font-weight
:
400
;
padding-top
:
0
.08rem
;
}
.fen1
{
padding-right
:
0
.05rem
;
}
}
}
}
.xz1
{
background
:
url('https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img4.png')
;
}
.xz2
{
background
:
url('https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img5.png')
;
}
.xz3
{
background
:
url('https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img6.png')
;
}
.xz4
{
background
:
url('https://webapp-pub.ezijing.com/project/marywood-plus/pc-school-img7.png')
;
}
}
}
.swiper-content
{
padding-bottom
:
0
.5rem
;
}
}
}
::v-deep
{
.swiper-pagination-bullet-active
{
background
:
#fff
;
}
}
.section
{
max-width
:
1212px
;
margin
:
40px
auto
;
.title
{
position
:
relative
;
margin-top
:
20px
;
margin-bottom
:
20px
;
padding-left
:
20px
;
height
:
32px
;
font-size
:
32px
;
line-height
:
1
;
font-weight
:
700
;
border-left
:
7px
solid
#aa1941
;
}
p
{
font-size
:
20px
;
line-height
:
30px
;
color
:
#666666
;
}
p
+
p
{
margin-top
:
20px
;
}
}
</
style
>
pages/about/teacher.vue
浏览文件 @
c2e1b934
...
@@ -93,11 +93,15 @@ export default {
...
@@ -93,11 +93,15 @@ export default {
slider
:
[
slider
:
[
{
{
name
:
this
.
$t
(
'menu.schoolChild.school3'
),
name
:
this
.
$t
(
'menu.schoolChild.school3'
),
path
:
'/
school/school3
'
path
:
'/
about/school
'
},
},
{
{
name
:
this
.
$t
(
'menu.courseChild.teachers'
),
name
:
this
.
$t
(
'menu.courseChild.teachers'
),
path
:
'/about/teacher'
path
:
'/about/teacher'
},
{
name
:
this
.
$t
(
'menu.newsChild.hot'
),
path
:
'/news/hot'
}
}
]
]
}
}
...
...
pages/news/hot/_id.vue
浏览文件 @
c2e1b934
...
@@ -31,8 +31,12 @@ export default {
...
@@ -31,8 +31,12 @@ export default {
frameParams
:
{
frameParams
:
{
slider
:
[
slider
:
[
{
{
name
:
this
.
$t
(
'menu.projectChild.bg'
),
name
:
this
.
$t
(
'menu.schoolChild.school3'
),
path
:
'/project-intro/introduce'
path
:
'/about/school'
},
{
name
:
this
.
$t
(
'menu.courseChild.teachers'
),
path
:
'/about/teacher'
},
},
{
{
name
:
this
.
$t
(
'menu.newsChild.hot'
),
name
:
this
.
$t
(
'menu.newsChild.hot'
),
...
...
pages/news/hot/index.vue
浏览文件 @
c2e1b934
...
@@ -16,8 +16,12 @@ export default {
...
@@ -16,8 +16,12 @@ export default {
banner
:
'https://webapp-pub.ezijing.com/project/marywood/new_banner.jpg'
,
banner
:
'https://webapp-pub.ezijing.com/project/marywood/new_banner.jpg'
,
slider
:
[
slider
:
[
{
{
name
:
this
.
$t
(
'menu.projectChild.bg'
),
name
:
this
.
$t
(
'menu.schoolChild.school3'
),
path
:
'/project-intro/introduce'
path
:
'/about/school'
},
{
name
:
this
.
$t
(
'menu.courseChild.teachers'
),
path
:
'/about/teacher'
},
},
{
{
name
:
this
.
$t
(
'menu.newsChild.hot'
),
name
:
this
.
$t
(
'menu.newsChild.hot'
),
...
...
pages/project-intro/introduce.vue
浏览文件 @
c2e1b934
...
@@ -59,7 +59,7 @@ export default {
...
@@ -59,7 +59,7 @@ export default {
slider
:
[
slider
:
[
{
{
name
:
this
.
$t
(
'menu.projectChild.bg'
),
name
:
this
.
$t
(
'menu.projectChild.bg'
),
path
:
'/
project-intro/introduce
'
path
:
'/
about/school
'
},
},
{
{
name
:
this
.
$t
(
'menu.newsChild.hot'
),
name
:
this
.
$t
(
'menu.newsChild.hot'
),
...
...
pages/school/school3.vue
浏览文件 @
c2e1b934
...
@@ -277,7 +277,7 @@ export default {
...
@@ -277,7 +277,7 @@ export default {
// slider: [
// slider: [
// {
// {
// name: this.$t('menu.schoolChild.school3'),
// name: this.$t('menu.schoolChild.school3'),
// path: '/
school/school3
'
// path: '/
about/school
'
// },
// },
// {
// {
// name: this.$t('menu.courseChild.teachers'),
// name: this.$t('menu.courseChild.teachers'),
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论