Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
c0652797
提交
c0652797
authored
4月 21, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
纽约州立大学石溪分校 h5部分修改
上级
b296bd6c
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
45 行增加
和
32 行删除
+45
-32
Menu.vue
components/base/h5/Menu.vue
+4
-4
Video.vue
components/home/Video.vue
+2
-0
projectFeatures.vue
components/home/projectFeatures.vue
+2
-2
Footer.vue
components/layout/h5/Footer.vue
+9
-7
Header.vue
components/layout/h5/Header.vue
+2
-3
nuxt.config.js
nuxt.config.js
+14
-14
apply.vue
pages/enroll/apply.vue
+12
-2
没有找到文件。
components/base/h5/Menu.vue
浏览文件 @
c0652797
...
...
@@ -17,15 +17,15 @@ export default {
{
name
:
'项目介绍'
,
children
:
[
{
name
:
'项目介绍'
,
path
:
'/project-intro/introduce'
}
,
{
name
:
'最近动态'
,
path
:
'/news/hot'
}
{
name
:
'项目介绍'
,
path
:
'/project-intro/introduce'
}
//
{ name: '最近动态', path: '/news/hot' }
]
},
{
name
:
'学校介绍'
,
children
:
[
{
name
:
'
玛丽伍德大学'
,
path
:
'/school/school3'
},
{
name
:
'师资介绍'
,
path
:
'/about/teacher'
}
{
name
:
'
纽约州立大学石溪分校'
,
path
:
'/school/school3'
}
//
{ name: '师资介绍', path: '/about/teacher' }
]
},
{
...
...
components/home/Video.vue
浏览文件 @
c0652797
...
...
@@ -367,6 +367,8 @@ export default {
}
}
.is-h5
{
margin-top
:
0
.56rem
;
.overlay
{
position
:
fixed
;
left
:
0
;
...
...
components/home/projectFeatures.vue
浏览文件 @
c0652797
...
...
@@ -481,13 +481,13 @@ export default {
overflow-x
:
auto
;
}
.card-list
{
width
:
12
.6
rem
;
width
:
8
rem
;
position
:
relative
;
margin-top
:
17px
;
display
:
flex
;
justify-content
:
space-around
;
.card-item
{
width
:
2
rem
;
width
:
1
.93
rem
;
height
:
2
.75rem
;
overflow
:
hidden
;
position
:
relative
;
...
...
components/layout/h5/Footer.vue
浏览文件 @
c0652797
...
...
@@ -12,7 +12,6 @@
<div
class=
"link-center link-con"
>
<div
class=
"tit"
><a
href=
"/enroll/apply"
>
招生信息
</a></div>
<div
class=
"tit"
><a
href=
"/school/school3"
>
院校介绍
</a></div>
<div
class=
"tit"
><a
href=
"/about/teacher"
>
师资力量
</a></div>
</div>
<div
class=
"line"
></div>
<div
class=
"link-right link-con"
>
...
...
@@ -23,13 +22,16 @@
</div>
<div
class=
"about"
>
<div
class=
"about-item"
>
<label>
地
址:
</label><p>
北京市海淀区中关村东路1号院清华科技园7号楼威盛大厦5层
</p>
<label>
地
址:
</label>
<p>
北京市海淀区中关村东路1号院清华科技园7号楼威盛大厦5层
</p>
</div>
<div
class=
"about-item"
>
<label>
联系电话:
</label><p>
010-62798073
</p>
<label>
联系电话:
</label>
<p>
010-62798073
</p>
</div>
<div
class=
"about-item"
>
<label>
邮
箱:
</label><p><a
href=
"mailto:service@ezijing.com"
>
liuxue@ezijing.com
</a></p>
<label>
邮
箱:
</label>
<p><a
href=
"mailto:service@ezijing.com"
>
liuxue@ezijing.com
</a></p>
</div>
</div>
<!--
<div
class=
"link"
>
...
...
@@ -109,9 +111,9 @@ export default {
font-size
:
0
.11rem
;
font-weight
:
300
;
color
:
#ffffff
;
.about-item
{
display
:flex
;
margin-bottom
:
0
.06rem
;
.about-item
{
display
:
flex
;
margin-bottom
:
0
.06rem
;
}
}
}
...
...
components/layout/h5/Header.vue
浏览文件 @
c0652797
...
...
@@ -7,7 +7,7 @@
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
class=
"logo"
>
<div
class=
"title"
>
国际
硕士1+1
金融学
硕士1+1
</div>
<!--
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
/>
-->
</nuxt-link>
...
...
@@ -95,7 +95,6 @@ export default {
.logo
{
flex
:
1
;
display
:
flex
;
}
.logo-box
{
flex
:
1
;
...
...
@@ -108,7 +107,7 @@ export default {
.line
{
border-right
:
0
.01rem
solid
#aa1941
;
height
:
0
.14rem
;
margin
:
0
.05rem
0
.2rem
0
;
margin
:
0
.05rem
0
.2rem
0
;
}
.title
{
font-size
:
0
.14rem
;
...
...
nuxt.config.js
浏览文件 @
c0652797
...
...
@@ -21,20 +21,20 @@ export default {
htmlAttrs
:
{
lang
:
'en'
},
//
meta: [
//
{ charset: 'utf-8' },
// { hid: 'viewport', name: 'viewport', content: 'width=device-width, initial-scale=1' },
//
{
//
name: 'keywords',
//
content:
//
'工商管理硕士,MBA硕士,免联考MBA,国际MBA,通用MBA,在职MBA,在线MBA,MBA,商学院,管理学,玛丽伍德大学,玛丽伍德,Marywood'
//
},
//
{
//
name: 'description',
//
content:
//
'美国玛丽伍德大学(Marywood University)创办于 1915 年,Money评选的全美最具性价比大学,玛丽伍德大学是一所拥有128名全职教授、超过 3,000 名在校学生的综合性大学,大学设置超过100个本科、硕士及博士专业'
//
}
//
],
meta
:
[
{
charset
:
'utf-8'
},
{
hid
:
'viewport'
,
name
:
'viewport'
,
content
:
'width=device-width, initial-scale=1'
}
//
{
//
name: 'keywords',
//
content:
//
'工商管理硕士,MBA硕士,免联考MBA,国际MBA,通用MBA,在职MBA,在线MBA,MBA,商学院,管理学,玛丽伍德大学,玛丽伍德,Marywood'
//
},
//
{
//
name: 'description',
//
content:
//
'美国玛丽伍德大学(Marywood University)创办于 1915 年,Money评选的全美最具性价比大学,玛丽伍德大学是一所拥有128名全职教授、超过 3,000 名在校学生的综合性大学,大学设置超过100个本科、硕士及博士专业'
//
}
],
link
:
[
{
rel
:
'icon'
,
...
...
pages/enroll/apply.vue
浏览文件 @
c0652797
...
...
@@ -321,7 +321,7 @@ export default {
height
:
100%
;
}
.content-mian
{
ul
{
.content-mian_con
{
padding
:
0
.28rem
0
.325rem
0
.34rem
0
.28rem
;
.applyList_con
{
.apply_name
{
...
...
@@ -334,7 +334,17 @@ export default {
font-size
:
0
.08rem
;
font-weight
:
400
;
color
:
#666666
;
margin-top
:
0
.1rem
;
// margin-top: 0.1rem;
ul
{
margin-left
:
0
.1rem
;
li
{
list-style-type
:
disc
;
color
:
#aa1941
;
p
{
color
:
#666666
!
important
;
}
}
}
}
}
li
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论