Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
e8cee3f7
提交
e8cee3f7
authored
9月 15, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
8b3e3d02
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
65 行增加
和
16 行删除
+65
-16
.env
.env
+2
-2
.env.dev
.env.dev
+2
-2
.env.test
.env.test
+2
-2
base.css
assets/css/base.css
+49
-6
Footer.vue
components/layout/Footer.vue
+1
-1
layout.vue
modules/my/layout.vue
+1
-0
index.vue
pages/download/index.vue
+5
-0
index.vue
pages/index.vue
+2
-2
course.vue
pages/intro/course.vue
+0
-0
project.vue
pages/intro/project.vue
+1
-1
guide.vue
pages/sign/guide.vue
+0
-0
没有找到文件。
.env
浏览文件 @
e8cee3f7
...
...
@@ -4,4 +4,4 @@ newProjectId=37584363305005056
baseURL=https://project-api.ezijing.com
loginURL=https://login.ezijing.com/sbu-plus-sdau
\ No newline at end of file
loginURL=https://login.ezijing.com/marywood-plus-stu
\ No newline at end of file
.env.dev
浏览文件 @
e8cee3f7
...
...
@@ -4,4 +4,4 @@ newProjectId=37584363305005056
baseURL=https://project-api.ezijing.com
loginURL=https://login.ezijing.com/sbu-plus-sdau
\ No newline at end of file
loginURL=https://login.ezijing.com/marywood-plus-stu
\ No newline at end of file
.env.test
浏览文件 @
e8cee3f7
...
...
@@ -4,4 +4,4 @@ newProjectId=37584363305005056
baseURL
=
https
://
project
-
api2
.
ezijing
.
com
loginURL
=
https
://
login
.
ezijing
.
com
/
sbu
-
plus
-
sdau
\ No newline at end of file
loginURL
=
https
://
login
.
ezijing
.
com
/
marywood
-
plus
-
stu
\ No newline at end of file
assets/css/base.css
浏览文件 @
e8cee3f7
...
...
@@ -386,12 +386,50 @@ textarea {
line-height
:
20px
;
background
:
rgb
(
162
,
38
,
69
);
margin
:
0
6px
;
background
:
-moz-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
-webkit-gradient
(
radial
,
center
center
,
0px
,
center
center
,
100%
,
color-stop
(
0%
,
rgba
(
162
,
38
,
69
,
1
)),
color-stop
(
91%
,
rgba
(
162
,
38
,
69
,
1
)),
color-stop
(
100%
,
rgba
(
146
,
33
,
61
,
1
)));
background
:
-webkit-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
-o-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
-ms-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
radial-gradient
(
ellipse
at
center
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
-moz-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
-webkit-gradient
(
radial
,
center
center
,
0px
,
center
center
,
100%
,
color-stop
(
0%
,
rgba
(
162
,
38
,
69
,
1
)),
color-stop
(
91%
,
rgba
(
162
,
38
,
69
,
1
)),
color-stop
(
100%
,
rgba
(
146
,
33
,
61
,
1
))
);
background
:
-webkit-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
-o-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
-ms-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
radial-gradient
(
ellipse
at
center
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#3579d6'
,
endColorstr
=
'#1b559d'
,
GradientType
=
1
);
border-radius
:
5px
;
-moz-border-radius
:
5px
;
...
...
@@ -541,3 +579,8 @@ textarea {
font-size
:
0.875em
;
line-height
:
1.6
;
}
th
,
td
{
text-align
:
center
;
}
components/layout/Footer.vue
浏览文件 @
e8cee3f7
...
...
@@ -8,7 +8,7 @@
<a
href=
"https://www.moe.gov.cn"
target=
"_blank"
>
中国教育部
</a>
<a
href=
"http://jsj.moe.gov.cn"
target=
"_blank"
>
中国涉外教育监管网
</a>
<a
href=
"https://www.stu.edu.cn"
target=
"_blank"
>
汕头大学
</a>
<a
href=
"https://www.
stonybrook
.edu"
target=
"_blank"
>
玛丽伍德大学
</a>
<a
href=
"https://www.
marywood
.edu"
target=
"_blank"
>
玛丽伍德大学
</a>
<a
href=
"https://www.ezijing.com"
target=
"_blank"
>
紫荆教育
</a>
</p>
<p>
...
...
modules/my/layout.vue
浏览文件 @
e8cee3f7
...
...
@@ -25,6 +25,7 @@ export default {
max-width
:
1000px
;
margin
:
0
auto
;
overflow
:
hidden
;
min-height
:
71vh
;
}
.layout-hd
{
.title
{
...
...
pages/download/index.vue
浏览文件 @
e8cee3f7
...
...
@@ -18,6 +18,11 @@ export default {
name
:
'玛丽伍德大学国际硕士保研项目-招生简章.pdf'
,
href
:
'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%AB%E4%BF%9D%E7%A0%94%E9%A1%B9%E7%9B%AE%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
},
{
name
:
'玛丽伍德大学国际硕士保研项目-招生简章.docx'
,
href
:
'https://webapp-pub.ezijing.com/project/marywood-plus/%E7%8E%9B%E4%B8%BD%E4%BC%8D%E5%BE%B7%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.docx'
}
]
}
...
...
pages/index.vue
浏览文件 @
e8cee3f7
...
...
@@ -44,7 +44,7 @@
<article
class=
"home-article"
>
<h2>
项目简介
</h2>
<p>
玛丽伍德大学国际硕士保研项目为清控紫荆教育联合美国多所知名院校推出的国际硕士保研项目之一。清控紫荆教育为玛丽伍德大学国际硕士保研项目官方授权中国招生与教学中心
。项目给予大三、大四在读的优秀本科生或往届生提前获得玛丽伍德大学国际硕士录取的机会,包含四大模块:
本项目由汕头大学与玛丽伍德大学国际硕士保研项目中国招生与教学中心合作推出
。项目给予大三、大四在读的优秀本科生或往届生提前获得玛丽伍德大学国际硕士录取的机会,包含四大模块:
</p>
<p>
<b>
1、玛丽伍德大学直录
</b>
...
...
@@ -56,7 +56,7 @@
<b>
2、免试托福/雅思(校方课程替代)
</b>
</p>
<p>
通过学习玛丽伍德大学国际硕士保研项目招生与教学中心提供的英语强化课程,可分别替代托福或雅思考试成绩。
通过学习玛丽伍德大学国际硕士保研项目招生与教学中心提供的英语强化课程,可分别替代托福或雅思考试成绩。
<br
/>
注:报名时提供托福≥79或雅思≥6.0的同学无须参加此模块学习。
</p>
<p>
...
...
pages/intro/course.vue
浏览文件 @
e8cee3f7
差异被折叠。
点击展开。
pages/intro/project.vue
浏览文件 @
e8cee3f7
...
...
@@ -5,7 +5,7 @@
style=
"width:100%;margin-bottom:20px;"
/>
<p>
玛丽伍德大学国际硕士保研项目为清控紫荆教育联合美国多所知名院校推出的国际硕士保研项目之一。清控紫荆教育为玛丽伍德大学国际硕士保研项目官方授权中国招生与教学中心
。项目给予大三、大四在读的优秀本科生或往届生提前获得玛丽伍德大学国际硕士录取的机会,包含四大模块:
本项目由汕头大学与玛丽伍德大学国际硕士保研项目中国招生与教学中心合作推出
。项目给予大三、大四在读的优秀本科生或往届生提前获得玛丽伍德大学国际硕士录取的机会,包含四大模块:
</p>
<p>
<b>
1、玛丽伍德大学直录
</b>
...
...
pages/sign/guide.vue
浏览文件 @
e8cee3f7
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论