Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
62c1eadb
提交
62c1eadb
authored
8月 07, 2022
作者:
haodaking
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
c1e38739
隐藏空白字符变更
内嵌
并排
正在显示
16 个修改的文件
包含
926 行增加
和
55 行删除
+926
-55
Menu.vue
components/base/h5/Menu.vue
+1
-8
RightAside.vue
components/base/h5/RightAside.vue
+1
-1
banners.vue
components/home/banners.vue
+1
-1
projectFeatures.vue
components/home/projectFeatures.vue
+1
-1
projectPosition.vue
components/home/projectPosition.vue
+21
-4
Footer.vue
components/layout/h5/Footer.vue
+8
-8
Foot.vue
components/layout/pc/Foot.vue
+7
-7
Menu.vue
components/layout/pc/Menu.vue
+12
-12
rightAside.vue
components/rightAside.vue
+1
-1
en-US.js
langs/en-US.js
+3
-3
zh-CN.js
langs/zh-CN.js
+5
-5
school.vue
pages/about/school.vue
+861
-0
index.vue
pages/index.vue
+1
-1
_id.vue
pages/news/hot/_id.vue
+1
-1
index.vue
pages/news/hot/index.vue
+1
-1
introduce.vue
pages/project-intro/introduce.vue
+1
-1
没有找到文件。
components/base/h5/Menu.vue
浏览文件 @
62c1eadb
...
@@ -17,17 +17,10 @@ export default {
...
@@ -17,17 +17,10 @@ export default {
{
{
name
:
'项目介绍'
,
name
:
'项目介绍'
,
children
:
[
children
:
[
{
name
:
'
项目介绍'
,
path
:
'/project-intro/introduce
'
}
{
name
:
'
斯蒂文斯理工学院'
,
path
:
'/about/school
'
}
// { name: '最近动态', path: '/news/hot' }
// { name: '最近动态', path: '/news/hot' }
]
]
},
},
{
name
:
'学校介绍'
,
children
:
[
{
name
:
'斯蒂文斯理工学院'
,
path
:
'/school/school3'
}
// { name: '师资介绍', path: '/about/teacher' }
]
},
{
{
name
:
'学历认证'
,
name
:
'学历认证'
,
path
:
'/academic/academic'
path
:
'/academic/academic'
...
...
components/base/h5/RightAside.vue
浏览文件 @
62c1eadb
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<div
class=
"dialog-box"
@
click
.
stop
>
<div
class=
"dialog-box"
@
click
.
stop
>
<h2
class=
"title"
>
关注我们
</h2>
<h2
class=
"title"
>
关注我们
</h2>
<div
class=
"follow"
>
<div
class=
"follow"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood
/officialAccount.jpe
g"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood
-plus/wx.pn
g"
/>
<p>
扫码关注 了解更多
</p>
<p>
扫码关注 了解更多
</p>
</div>
</div>
</div>
</div>
...
...
components/home/banners.vue
浏览文件 @
62c1eadb
...
@@ -69,7 +69,7 @@ export default {
...
@@ -69,7 +69,7 @@ export default {
'https://webapp-pub.ezijing.com/project/sit-plus/%E6%96%AF%E8%92%82%E6%96%87%E6%96%AF%E7%90%86%E5%B7%A5%E5%AD%A6%E9%99%A2%E5%B7%A5%E7%A8%8B%E7%AE%A1%E7%90%86%E7%A1%95%E5%A3%AB1%2B1%E9%A1%B9%E7%9B%AE.pdf'
'https://webapp-pub.ezijing.com/project/sit-plus/%E6%96%AF%E8%92%82%E6%96%87%E6%96%AF%E7%90%86%E5%B7%A5%E5%AD%A6%E9%99%A2%E5%B7%A5%E7%A8%8B%E7%AE%A1%E7%90%86%E7%A1%95%E5%A3%AB1%2B1%E9%A1%B9%E7%9B%AE.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
浏览文件 @
62c1eadb
...
@@ -388,7 +388,7 @@ export default {
...
@@ -388,7 +388,7 @@ export default {
}
}
}
}
}
}
.card-item
:hover
{
.card-item
{
.item_media
{
.item_media
{
img
{
img
{
transform
:
scale
(
1
.1
);
transform
:
scale
(
1
.1
);
...
...
components/home/projectPosition.vue
浏览文件 @
62c1eadb
...
@@ -9,12 +9,20 @@
...
@@ -9,12 +9,20 @@
<br
/>
<br
/>
<p>
<p>
国际硕士1+1项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是指大三或大四的本科生在被美国大学硕士项目有条件录取后,第1年在国内就读(已工作人士可以边工作边就读)。国内就读课程主要为英语强化课程及部分硕士学分课,由美国大学认可的国内大学或者有实力的教育机构实施录取和教学,一般用时12-15个月。第二个“1”是指在完成第一个“1”的要求之后,获得美国大学的无条件录取,本科毕业当年可直接衔接赴美留学(已工作的人士第二年也需赴美全日制学习),完成剩余学分,毕业后获得美方硕士学位,回国后可向中国(教育部)留学服务中心申请认证为硕士研究生学历。
斯蒂文斯理工学院创办于1870年,和麻省理工、加州理工、伦斯勒理工学院并称为美国四大理工学院,是美国历史最为悠久的理工学院之一。学校坐落于纽约大都会区新泽西州霍博肯市(Hoboken,
New Jersey),与曼哈顿岛隔河相望,是世界上地理位置最佳的学校之一。
</p>
</p>
<br
/>
<br
/>
<p>
<p>
国际硕士1+1项目基于美国大学对中国教育机构或者大学的充分认证与授权,使得学生申请过程更加便捷。同其他赴美硕士留学项目相比,节省了国内备考与海外学习时间的同时也节约了可观的留学花费,已经成为越来越多优秀大学生的升硕选择。
斯蒂文斯理工学院是一所在美国的教育和研究领域中位居前沿的理工类大学,长年位列U.S. News
&
World
Report全美Top100。该校的教授和学者在自然科学及管理科学领域享有盛誉,培养出了诺贝尔物理学奖获得者费瑞得•瑞恩(Frederick
Reines)、诺贝尔化学奖得主欧文•朗缪尔(Irving Langmuir)、现代管理学之父弗雷德里克•温斯洛•泰勒(Frederick
Winslow Taylor)以及甘特图的发明者亨利•劳伦斯•甘特(Henry Laurence Gantt)等杰出人才。
</p>
<br
/>
<p>
工程管理硕士项目通过学习工程管理信息学、工程经济学与成本分析、建模与仿真、决策与风险分析、项目管理等核心前沿课程体系,将工程技术、经济学及管理科学知识融为一体,注重理论与实践相结合,帮助学生掌握系统的工程管理理论、专业知识、技能和方法。旨在培养具备国际视野,有较强的计划、组织、指挥、协调、控制和决策能力的工程管理领域高层次应用型专业人才。
</p>
</p>
</div>
</div>
</card>
</card>
...
@@ -25,13 +33,22 @@
...
@@ -25,13 +33,22 @@
斯蒂文斯理工学院工程管理硕士1+1项目是清控紫荆教育联合美国多所知名院校推出的国际硕士1+1项目之一。清控紫荆教育为斯蒂文斯理工学院工程管理硕士1+1项目官方授权中国招生与教学中心。
斯蒂文斯理工学院工程管理硕士1+1项目是清控紫荆教育联合美国多所知名院校推出的国际硕士1+1项目之一。清控紫荆教育为斯蒂文斯理工学院工程管理硕士1+1项目官方授权中国招生与教学中心。
</p>
</p>
<br
/>
<br
/>
<p>
<p>
国际硕士1+1项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是指大三或大四的本科生在被美国大学硕士项目有条件录取后,第1年在国内就读(已工作人士可以边工作边就读)。国内就读课程主要为英语强化课程及部分硕士学分课,由美国大学认可的国内大学或者有实力的教育机构实施录取和教学,一般用时12-15个月。第二个“1”是指在完成第一个“1”的要求之后,获得美国大学的无条件录取,本科毕业当年可直接衔接赴美留学(已工作的人士第二年也需赴美全日制学习),完成剩余学分,毕业后获得美方硕士学位,回国后可向中国(教育部)留学服务中心申请认证为硕士研究生学历。
斯蒂文斯理工学院创办于1870年,和麻省理工、加州理工、伦斯勒理工学院并称为美国四大理工学院,是美国历史最为悠久的理工学院之一。学校坐落于纽约大都会区新泽西州霍博肯市(Hoboken,
New Jersey),与曼哈顿岛隔河相望,是世界上地理位置最佳的学校之一。
</p>
</p>
<br
/>
<br
/>
<p>
<p>
国际硕士1+1项目基于美国大学对中国教育机构或者大学的充分认证与授权,使得学生申请过程更加便捷。同其他赴美硕士留学项目相比,节省了国内备考与海外学习时间的同时也节约了可观的留学花费,已经成为越来越多优秀大学生的升硕选择。
斯蒂文斯理工学院是一所在美国的教育和研究领域中位居前沿的理工类大学,长年位列U.S. News
&
World
Report全美Top100。该校的教授和学者在自然科学及管理科学领域享有盛誉,培养出了诺贝尔物理学奖获得者费瑞得•瑞恩(Frederick
Reines)、诺贝尔化学奖得主欧文•朗缪尔(Irving Langmuir)、现代管理学之父弗雷德里克•温斯洛•泰勒(Frederick
Winslow Taylor)以及甘特图的发明者亨利•劳伦斯•甘特(Henry Laurence Gantt)等杰出人才。
</p>
<br
/>
<p>
工程管理硕士项目通过学习工程管理信息学、工程经济学与成本分析、建模与仿真、决策与风险分析、项目管理等核心前沿课程体系,将工程技术、经济学及管理科学知识融为一体,注重理论与实践相结合,帮助学生掌握系统的工程管理理论、专业知识、技能和方法。旨在培养具备国际视野,有较强的计划、组织、指挥、协调、控制和决策能力的工程管理领域高层次应用型专业人才。
</p>
</p>
</div>
</div>
</div>
</div>
...
...
components/layout/h5/Footer.vue
浏览文件 @
62c1eadb
...
@@ -3,21 +3,21 @@
...
@@ -3,21 +3,21 @@
<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>
</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=
"/school/school3"
>
院校介绍
</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-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"
>
...
@@ -88,7 +88,7 @@ export default {
...
@@ -88,7 +88,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/pc/Foot.vue
浏览文件 @
62c1eadb
...
@@ -10,16 +10,16 @@
...
@@ -10,16 +10,16 @@
<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=
"/school/school3"
>
院校介绍
</a
>
<
!--
<a
href=
"/school/school3"
>
院校介绍
</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>
-->
</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=
"/"
>
工程管理硕士1+1
</a
>
<
!--
<a
href=
"/"
>
工程管理硕士1+1
</a>
--
>
<!--
<a
href=
"/about/teacher"
>
师资力量
</a>
-->
<!--
<a
href=
"/about/teacher"
>
师资力量
</a>
-->
<!--
<a
href=
"/about/course"
>
<!--
<a
href=
"/about/course"
>
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<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>
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,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>
...
@@ -130,7 +130,7 @@ export default {}
...
@@ -130,7 +130,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/Menu.vue
浏览文件 @
62c1eadb
...
@@ -50,9 +50,9 @@ export default {
...
@@ -50,9 +50,9 @@ export default {
// 项目介绍
// 项目介绍
{
{
name
:
this
.
$t
(
'menu.project'
),
name
:
this
.
$t
(
'menu.project'
),
path
:
'/
project-intro/introduce
'
,
path
:
'/
about/school
'
,
children
:
[
children
:
[
{
name
:
this
.
$t
(
'menu.
projectChild.bg'
),
path
:
'/project-intro/introduce
'
}
{
name
:
this
.
$t
(
'menu.
schoolChild.school3'
),
path
:
'/about/school
'
}
// { 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 +68,16 @@ export default {
...
@@ -68,16 +68,16 @@ export default {
// ]
// ]
// },
// },
// 学校介绍
// 学校介绍
{
//
{
name
:
this
.
$t
(
'menu.school'
),
//
name: this.$t('menu.school'),
path
:
'/school/school3'
,
//
path: '/school/school3',
children
:
[
//
children: [
// // { 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: '/school/school3' }
// { 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
浏览文件 @
62c1eadb
...
@@ -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/en-US.js
浏览文件 @
62c1eadb
...
@@ -12,7 +12,7 @@ export default {
...
@@ -12,7 +12,7 @@ export default {
enroll
:
'报名申请'
,
enroll
:
'报名申请'
,
projectChild
:
{
projectChild
:
{
bg
:
'项目背景'
,
bg
:
'项目背景'
,
feature
:
'项目
特色
'
,
feature
:
'项目
优势
'
,
cert
:
'证书授予'
cert
:
'证书授予'
},
},
courseChild
:
{
courseChild
:
{
...
@@ -36,7 +36,7 @@ export default {
...
@@ -36,7 +36,7 @@ export default {
// 首页
// 首页
home
:
{
home
:
{
project
:
{
project
:
{
title
:
'项目
特色
'
,
title
:
'项目
优势
'
,
h5
:
{
h5
:
{
itemT1
:
'百年历史<br />美国大学'
,
itemT1
:
'百年历史<br />美国大学'
,
itemT2
:
'高排名<br />美国大学'
,
itemT2
:
'高排名<br />美国大学'
,
...
@@ -120,7 +120,7 @@ export default {
...
@@ -120,7 +120,7 @@ export default {
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)已获得美国教育部中部地区认证委员会认证,官网可查https://www.msche.org/institution/0531/<br />
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)已获得美国教育部中部地区认证委员会认证,官网可查https://www.msche.org/institution/0531/<br />
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)玛丽伍德大学官网可查:http://www.marywood.edu/business/graduate/zijing-marywood-mba.html`
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)玛丽伍德大学官网可查:http://www.marywood.edu/business/graduate/zijing-marywood-mba.html`
},
},
// 项目
特色
// 项目
优势
feature
:
{
feature
:
{
item1Tit
:
'线上线下结合灵活的授课学习方式'
,
item1Tit
:
'线上线下结合灵活的授课学习方式'
,
item1Txt1
:
'线上+线下教学模式'
,
item1Txt1
:
'线上+线下教学模式'
,
...
...
langs/zh-CN.js
浏览文件 @
62c1eadb
...
@@ -17,7 +17,7 @@ export default {
...
@@ -17,7 +17,7 @@ export default {
apply
:
'报名申请'
,
apply
:
'报名申请'
,
projectChild
:
{
projectChild
:
{
bg
:
'项目介绍'
,
bg
:
'项目介绍'
,
feature
:
'项目
特色
'
,
feature
:
'项目
优势
'
,
cert
:
'证书授予'
,
cert
:
'证书授予'
,
news
:
'最新动态'
news
:
'最新动态'
},
},
...
@@ -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
:
{
...
@@ -144,7 +144,7 @@ export default {
...
@@ -144,7 +144,7 @@ export default {
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)已获得美国教育部中部地区认证委员会认证,官网可查https://www.msche.org/institution/0531/<br />
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)已获得美国教育部中部地区认证委员会认证,官网可查https://www.msche.org/institution/0531/<br />
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)玛丽伍德大学官网可查:http://www.marywood.edu/business/graduate/zijing-marywood-mba.html`
玛丽伍德工商管理硕士(MBA)学位项目(中文项目)玛丽伍德大学官网可查:http://www.marywood.edu/business/graduate/zijing-marywood-mba.html`
},
},
// 项目
特色
// 项目
优势
feature
:
{
feature
:
{
item1Tit
:
'线上线下结合灵活的授课学习方式'
,
item1Tit
:
'线上线下结合灵活的授课学习方式'
,
item1Txt1
:
'线上+线下教学模式'
,
item1Txt1
:
'线上+线下教学模式'
,
...
@@ -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
浏览文件 @
62c1eadb
<
template
>
<div>
<div
v-if=
"!isMobile"
class=
"is-pc"
>
<div
class=
"banner"
>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/sit-plus/school_banner.png"
/>
</div>
<section
class=
"section"
>
<h2
class=
"title"
>
项目介绍
</h2>
<p>
斯蒂文斯理工学院工程管理硕士1+1项目是清控紫荆教育联合美国多所知名院校推出的国际硕士1+1项目之一。清控紫荆教育为斯蒂文斯理工学院工程管理硕士1+1项目官方授权中国招生与教学中心。
</p>
<p>
国际硕士1+1项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是指大三或大四的本科生在被美国大学硕士项目有条件录取后,第1年在国内就读(已工作人士可以边工作边就读)。国内就读课程主要为英语强化课程及部分硕士学分课,由美国大学认可的国内大学或者有实力的教育机构实施录取和教学,一般用时12-15个月。第二个“1”是指在完成第一个“1”的要求之后,获得美国大学的无条件录取,本科毕业当年可直接衔接赴美留学(已工作的人士第二年也需赴美全日制学习),完成剩余学分,毕业后获得美方硕士学位,回国后可向中国(教育部)留学服务中心申请认证为硕士研究生学历。
</p>
<p>
国际硕士1+1项目基于美国大学对中国教育机构或者大学的充分认证与授权,使得学生申请过程更加便捷。同其他赴美硕士留学项目相比,节省了国内备考与海外学习时间的同时也节约了可观的留学花费,已经成为越来越多优秀大学生的升硕选择。
</p>
</section>
<!-- 学校介绍 -->
<div
class=
"content_school"
>
<div
class=
"content_left"
>
<div
class=
"content_left_tit"
>
<div
class=
"line"
></div>
<div
class=
"tit_desc"
>
斯蒂文斯理工学院介绍
</div>
</div>
<div
class=
"content_left_bottom"
>
<p>
斯蒂文斯理工学院创办于1870年,和麻省理工、加州理工、伦斯勒理工学院并称为美国四大理工学院,是美国历史最为悠久的理工学院之一。学校坐落于纽约大都会区新泽西州霍博肯市。
<br
/><br
/>
斯蒂文斯理工学院是一所在美国的教育和研究领域中位居前沿的理工类大学,长年位列U.S. News
&
World
Report全美Top100。该校的教授和学者在自然科学及管理科学领域享有盛誉,培养出了诺贝尔物理学奖获得者费瑞得•瑞恩、诺贝尔化学奖得主欧文•朗缪尔、现代管理学之父弗雷德里克•温斯洛•泰勒等杰出人才。
<br
/><br
/>
斯蒂文斯理工学院下设四大学院,提供35个本科、58个硕士及20个博士学位专业。该校毕业生享有极高声誉,在PayScale全美大学最高薪酬排行中位列第15位,在二十年投资回报比中位列第三位,USA
Today将其评选为全美最佳七所工程学院之一。
</p>
</div>
</div>
<img
class=
"content_right"
src=
"https://webapp-pub.ezijing.com/project/sit-plus/pc-school-img1.png"
/>
</div>
<!-- 专业介绍 -->
<div
class=
"content_part"
>
<div
class=
"img-box"
style=
"height:600px"
>
<img
class=
"img2"
src=
"https://webapp-pub.ezijing.com/project/sit-plus/pc-school-img2.png"
/>
</div>
<div
class=
"content_desc"
>
<div
class=
"content_tit"
>
<div
class=
"line"
></div>
<div
class=
"tit_desc"
>
专业介绍
</div>
</div>
<div
class=
"content_intro"
>
<span
style=
"color:#424242 !important;font-weight:bold !important"
>
工程管理硕士项目:
</span>
通过学习工程管理信息学、工程经济学与成本分析、系统建模与仿真、决策与风险分析、项目管理等核心前沿课程体系,将工程技术、经济学及管理科学知识融为一体,注重理论与实践相结合,帮助学生掌握在工程、技术及商业运营等领域必备的知识、技能和方法。旨在培养具备国际视野,在国内外从事工程管理、项目管理、风险管理及相关领域研究与分析的复合型高级管理人才。
</div>
</div>
</div>
<!-- 申请条件 -->
<div
class=
"content_part"
style=
"flex-direction: column"
>
<div
class=
"content_tit"
>
<div
class=
"line"
></div>
<div
class=
"tit_desc"
>
申请要求
</div>
</div>
<div
class=
"content_list"
>
<div
class=
"content_list_item"
v-for=
"(item, index) in applyList"
:key=
"index"
>
<div
class=
"content_list_item_top"
>
<img
:src=
"item.img"
alt=
""
/>
<div
class=
"top_text"
>
{{
item
.
tit
}}
</div>
</div>
<div
class=
"content_list_item_center"
v-html=
"item.desc"
></div>
<div
class=
"content_list_item_bottom"
v-html=
"item.tips"
></div>
</div>
</div>
</div>
<!-- 学制安排 -->
<div
class=
"content_tit"
>
<div
class=
"line"
></div>
<div
class=
"tit_desc"
>
学制安排
</div>
</div>
<div
class=
"content_part"
>
<div
class=
"img5 img55"
>
<div
class=
"mask"
></div>
<div
class=
"desc desc_child"
>
<div
class=
"desc_detail"
><span
class=
"num"
>
1+1
</span><span
class=
"fen"
></span></div>
<div
class=
"desc_tit"
>
学制安排
</div>
</div>
</div>
<div
class=
"img6 img55"
>
<div
class=
"mask"
></div>
<div
class=
"desc desc_child"
>
<div
class=
"desc_detail"
><span
class=
"num"
>
30
</span><span
class=
"fen"
>
学分
</span></div>
<div
class=
"desc_tit"
>
学分设置
</div>
</div>
</div>
<div
class=
"img7 img55"
>
<div
class=
"mask"
></div>
<div
class=
"desc desc_child"
>
<div
class=
"desc_detail "
>
<span
class=
"num"
>
3
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
9
</span
><span
class=
"fen"
>
学分
</span>
</div>
<div
class=
"desc_tit"
>
国内授课
</div>
</div>
</div>
<div
class=
"img8 img55"
>
<div
class=
"mask"
></div>
<div
class=
"desc desc_child"
>
<div
class=
"desc_detail"
>
<span
class=
"num"
>
7
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
21
</span
><span
class=
"fen"
>
学分
</span>
</div>
<div
class=
"desc_tit"
>
国外授课
</div>
</div>
</div>
</div>
<div
class=
"content_part"
>
<img
src=
"https://webapp-pub.ezijing.com/project/sit-plus/pc-school-img3.png"
alt=
""
/>
</div>
<!-- 院校荣誉 -->
<img
class=
"img4"
src=
"https://webapp-pub.ezijing.com/project/sit-plus/pc-school-img4.png"
/>
<!-- 课程设置 -->
<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/sit-plus/pc-school-img5.png"
/>
<div
class=
"course-set-tips"
>
注:根据学校培养计划,课程安排可能有所调整
<br
/>
*选修学分课,学生可根据个人兴趣及职业规划选择其他课程
</div>
</div>
</div>
<div
v-else
class=
"is-h5"
>
<div
class=
"banner"
>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/sbu-plus/h5/h5-school-banner.png"
width=
"100%"
/>
</div>
<div
class=
"h5-content"
>
<div
class=
"h5-title"
>
项目介绍
</div>
<p>
斯蒂文斯理工学院工程管理硕士1+1项目是清控紫荆教育联合美国多所知名院校推出的国际硕士1+1项目之一。清控紫荆教育为斯蒂文斯理工学院工程管理硕士1+1项目官方授权中国招生与教学中心。
</p>
<p>
国际硕士1+1项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是指大三或大四的本科生在被美国大学硕士项目有条件录取后,第1年在国内就读(已工作人士可以边工作边就读)。国内就读课程主要为英语强化课程及部分硕士学分课,由美国大学认可的国内大学或者有实力的教育机构实施录取和教学,一般用时12-15个月。第二个“1”是指在完成第一个“1”的要求之后,获得美国大学的无条件录取,本科毕业当年可直接衔接赴美留学(已工作的人士第二年也需赴美全日制学习),完成剩余学分,毕业后获得美方硕士学位,回国后可向中国(教育部)留学服务中心申请认证为硕士研究生学历。
</p>
<p>
国际硕士1+1项目基于美国大学对中国教育机构或者大学的充分认证与授权,使得学生申请过程更加便捷。同其他赴美硕士留学项目相比,节省了国内备考与海外学习时间的同时也节约了可观的留学花费,已经成为越来越多优秀大学生的升硕选择。
</p>
<div
class=
"h5-title"
>
斯蒂文斯理工学院介绍
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/sbu-plus/h5/school-img1.png"
/>
<div
class=
"h5-title m-t-10"
>
专业介绍
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/sbu-plus/h5/school-img2.png"
/>
<div
class=
"h5-title m-t-10"
>
申请条件
</div>
<div
class=
"h5-list"
>
<img
src=
"https://webapp-pub.ezijing.com/project/sbu-plus/h5/school-img3.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/sbu-plus/h5/school-img4.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/sbu-plus/h5/school-img5.png"
/>
</div>
<div
class=
"h5-title m-t-10"
>
学制安排
</div>
<div
class=
"img-list"
>
<div
class=
"xz-content"
>
<div
class=
"xz-item xz1"
>
<div
class=
"mask"
></div>
<div
class=
"desc desc_child"
>
<div
class=
"desc_detail"
><span
class=
"num"
>
1+1
</span><span
class=
"fen"
></span></div>
<div
class=
"desc_tit"
>
学制安排
</div>
</div>
</div>
<div
class=
"xz-item xz2"
>
<div
class=
"mask"
></div>
<div
class=
"desc desc_child"
>
<div
class=
"desc_detail"
><span
class=
"num"
>
30
</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 desc_child"
>
<div
class=
"desc_detail"
>
<span
class=
"num"
>
3
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
9
</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 desc_last"
>
<div
class=
"desc_detail"
>
<span
class=
"num"
>
7
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
21
</span
><span
class=
"fen"
>
学分
</span>
<!--
<div
class=
"desc_detail_item"
>
<span
class=
"fen fen1"
>
强化课程
</span><span
class=
"num"
>
8
</span><span
class=
"fen fen1"
>
门
</span>
</div>
<div
class=
"desc_detail_item"
>
<span
class=
"fen fen1"
>
硕士先修课程
</span><span
class=
"num"
>
4
</span><span
class=
"fen fen1"
>
门
</span>
</div>
<div
class=
"desc_detail_item"
>
<span
class=
"fen fen1"
>
硕士项目课程
</span>
<span
class=
"num"
>
2
</span><span
class=
"fen fen1"
>
门
</span><span
class=
"num"
>
6
</span
><span
class=
"fen fen1"
>
学分
</span>
</div>
-->
</div>
<div
class=
"desc_tit"
>
国外授课
</div>
</div>
</div>
</div>
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/sbu-plus/h5/school-img6.png"
style=
"margin-top:0.25rem"
/>
<div
class=
"h5-title m-t-10"
>
课程设置
</div>
<div
class=
"h5-course-set"
>
<img
src=
"https://webapp-pub.ezijing.com/project/sbu-plus/h5/school-img7.png"
style=
"margin-bottom:0.3rem"
/>
</div>
</div>
</div>
</div>
</
template
>
<
script
>
import
'swiper/css/swiper.css'
export
default
{
layout
:
'normal'
,
data
()
{
const
_this
=
this
return
{
applyList
:
[
{
img
:
'https://webapp-pub.ezijing.com/project/cbu-plus/apply_step3.png'
,
tit
:
'GRE/GMAT'
,
desc
:
'无GRE/GMAT成绩的申请者入学后须参加GRE替代课程并考试合格'
,
tips
:
''
},
{
img
:
'https://webapp-pub.ezijing.com/project/cbu-plus/apply_step2.png'
,
tit
:
'语言'
,
desc
:
'托福≥74分 或 雅思≥6.0 或 多邻国≥100分<br/>未达到上述语言成绩要求的申请者,入学后须参加英语强化课程并考试合格'
,
tips
:
''
},
{
img
:
'https://webapp-pub.ezijing.com/project/cbu-plus/apply_step3.png'
,
tit
:
'GPA'
,
desc
:
'GPA大于3.0<br/>经审核具有研究生学习潜力的优秀学生'
,
tips
:
''
}
],
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
()
}
}
}
}
},
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
;
margin-bottom
:
111px
;
img
{
width
:
1140px
;
}
.course-set-tips
{
font-size
:
16px
;
font-weight
:
400
;
color
:
#666666
;
margin-top
:
25px
;
}
}
.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_school
{
// background-color: #ccc;
height
:
661px
;
width
:
1200px
;
margin
:
70px
auto
;
text-align
:
center
;
display
:
flex
;
justify-content
:
space-around
;
align-items
:
center
;
.content_left
{
padding-right
:
152px
;
min-width
:
524px
;
height
:
100%
;
// background-color: red;
.content_tit
{
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
;
}
}
.content_left_bottom
{
font-size
:
16px
;
font-weight
:
300
;
color
:
#424242
;
margin-top
:
66px
;
text-align
:
left
;
line-height
:
1
.5
;
}
}
.content_right
{
min-width
:
596px
;
height
:
100%
;
// background-color: yellow;
}
}
.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
;
}
}
.content_part
{
width
:
1200px
;
margin
:
auto
;
text-align
:
center
;
margin-top
:
70px
;
display
:
flex
;
.content_list
{
width
:
100%
;
// min-height: 546px;
display
:
flex
;
justify-content
:
space-around
;
align-items
:
flex-start
;
// background-color: #fff;
padding-bottom
:
35px
;
margin-top
:
31px
;
.content_list_item
{
padding
:
68px
32px
0
41px
;
width
:
380px
;
height
:
483px
;
opacity
:
1
;
background-color
:
#fff
;
.content_list_item_top
{
img
{
width
:
91
.66px
;
height
:
100%
;
}
.top_text
{
font-size
:
20px
;
font-weight
:
500
;
color
:
#484848
;
margin-top
:
29px
;
}
}
.content_list_item_center
{
text-align
:
left
;
font-size
:
16px
;
font-weight
:
400
;
color
:
#666666
;
margin-top
:
37px
;
line-height
:
2
;
}
.content_list_item_bottom
{
font-size
:
16px
;
font-weight
:
400
;
color
:
#666666
!
important
;
text-align
:
left
;
line-height
:
2
;
}
}
}
// .content_list_item:nth-child(3) .content_list_item_center {
// text-align: center;
// }
.content_desc
{
width
:
536px
;
padding-left
:
30px
;
.content_tit
{
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
;
}
}
.content_intro
{
font-size
:
16px
;
font-weight
:
300
;
color
:
#424242
;
line-height
:
1
.5
;
margin-top
:
66px
;
text-align
:
left
;
}
}
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_child
{
margin
:
137px
auto
;
}
// .desc_last {
// margin: 43px auto;
// }
.desc
{
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
;
visibility
:
hidden
;
.num
{
font-size
:
55px
;
font-weight
:
bold
;
}
.fen
{
font-size
:
20px
;
font-weight
:
400
;
padding-top
:
20px
;
}
.fen1
{
padding-right
:
5px
;
}
.desc_detail_item
{
margin-top
:
-20px
;
}
}
}
}
.img55
{
.mask
{
opacity
:
1
;
background
:
rgba
(
0
,
0
,
0
,
0
.7
);
}
.desc
{
transform
:
translateY
(
-30px
);
}
.desc
.desc_detail
{
visibility
:
visible
;
}
}
.img5
{
background
:
url('https://webapp-pub.ezijing.com/project/sit-plus/pc-school-img11.png')
;
}
.img6
{
background
:
url('https://webapp-pub.ezijing.com/project/sit-plus/pc-school-img22.png')
;
}
.img7
{
background
:
url('https://webapp-pub.ezijing.com/project/sit-plus/pc-school-img33.png')
;
}
.img8
{
background
:
url('https://webapp-pub.ezijing.com/project/sit-plus/pc-school-img44.png')
;
}
}
.img4
{
width
:
100%
;
height
:
100%
;
margin-top
:
68px
;
}
.content_left_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
.46rem
;
height
:
1
.73rem
;
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_child
{
margin-top
:
0
.53rem
;
}
.desc_last
{
margin
:
0
.1rem
auto
;
}
.desc
{
// display: flex;
// align-items: center;
// flex-direction: column;
// justify-content: center;
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
;
.num
{
font-size
:
0
.25rem
;
font-weight
:
bold
;
}
.fen
{
font-size
:
0
.1rem
;
font-weight
:
400
;
}
.desc_detail_item
{
margin-top
:
-0
.1rem
;
white-space
:
nowrap
;
}
}
}
}
.xz1
{
background
:
url('https://webapp-pub.ezijing.com/project/sbu-plus/h5/h5-img1.png')
;
}
.xz2
{
background
:
url('https://webapp-pub.ezijing.com/project/sbu-plus/h5/h5-img2.png')
;
}
.xz3
{
background
:
url('https://webapp-pub.ezijing.com/project/sbu-plus/h5/h5-img3.png')
;
}
.xz4
{
background
:
url('https://webapp-pub.ezijing.com/project/sbu-plus/h5/h5-img4.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/index.vue
浏览文件 @
62c1eadb
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<banners
/>
<banners
/>
<!-- 项目定位 -->
<!-- 项目定位 -->
<project-position
/>
<project-position
/>
<!-- 项目
特色
-->
<!-- 项目
优势
-->
<project-features
/>
<project-features
/>
<!-- 校园风光 -->
<!-- 校园风光 -->
<!--
<school-senery
/>
-->
<!--
<school-senery
/>
-->
...
...
pages/news/hot/_id.vue
浏览文件 @
62c1eadb
...
@@ -32,7 +32,7 @@ export default {
...
@@ -32,7 +32,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/news/hot/index.vue
浏览文件 @
62c1eadb
...
@@ -17,7 +17,7 @@ export default {
...
@@ -17,7 +17,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/project-intro/introduce.vue
浏览文件 @
62c1eadb
...
@@ -46,7 +46,7 @@ export default {
...
@@ -46,7 +46,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'),
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论