Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
01e385a1
提交
01e385a1
authored
3月 18, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore:常见问题内容修改;重构报名流程页面;
上级
2e95aa65
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
145 行增加
和
34 行删除
+145
-34
dataDownload.vue
pages/dataDownload/dataDownload.vue
+1
-1
process.vue
pages/enroll/process.vue
+144
-33
question.vue
pages/question/question.vue
+0
-0
没有找到文件。
pages/dataDownload/dataDownload.vue
浏览文件 @
01e385a1
...
@@ -38,7 +38,7 @@ export default {
...
@@ -38,7 +38,7 @@ export default {
},
},
{
{
name
:
'常见问题'
,
name
:
'常见问题'
,
url
:
'https://webapp-pub.ezijing.com/project/marywood
/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.pdf?v=3
'
,
url
:
'https://webapp-pub.ezijing.com/project/marywood
-plus/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.pdf
'
,
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
}
}
// {
// {
...
...
pages/enroll/process.vue
浏览文件 @
01e385a1
<
template
>
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/enroll-process-banner.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/enroll-process-banner.png"
/>
<div
v-if=
"!isMobile"
style=
"position: relative;"
>
<div
class=
"apply"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-class-schedule.png?v=1"
class=
"img_bottom"
/>
<div
class=
"apply-line"
></div>
<a
href=
"https://marywood-plus.ezijing.com/my/account"
class=
"click-tag"
></a>
<div
class=
"apply-item"
>
</div>
<div
class=
"apply-item-num"
>
1
</div>
<div
v-else
style=
"position: relative;"
>
<div
class=
"apply-item-hd"
>
在线申请
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/h5/apply-process.png"
class=
"img_bottom"
/>
<div
class=
"apply-item-bd"
>
<a
href=
"https://marywood-plus.ezijing.com/my/account"
class=
"click-tag1"
></a>
<p>
<a
href=
"https://marywood-plus.ezijing.com/my/account"
class=
"click-tag2"
></a>
在线填写申请,网址为
<a
href=
"https://marywood-plus.ezijing.com/my/account"
>
https://marywood-plus.ezijing.com/my/account
</a
>
(申请费700元,申请费不子退还)。在线填写完成提交后,将如下资料邮寄至:北京市海淀区中关村东路1号院清华科技园威盛大厦5层留学中心
滑老师 18515115895(收)
</p>
<ul>
<li>
1、身份证复印件一份
</li>
<li>
2、本科学历学位复印件1份(在读本科生出具在读证明即可)
</li>
<li>
3、本科标准成绩单(在读本科生出具截止目前的成绩单即可)
</li>
<li>
4、2寸免冠彩色照片2张
</li>
<li>
5、各种语言考试成绩单(托福、雅思等,非必需)
</li>
</ul>
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
2
</div>
<div
class=
"apply-item-hd"
>
材料审核
</div>
<div
class=
"apply-item-bd"
>
<p>
项目招生办的老师审核学生提交的材料,根据审核结果反馈给申请人
</p>
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
3
</div>
<div
class=
"apply-item-hd"
>
面试
</div>
<div
class=
"apply-item-bd"
>
<p>
对符合条件的申请人进行面试,面试合格预录取
</p>
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
4
</div>
<div
class=
"apply-item-hd"
>
条件录取通知书
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
5
</div>
<div
class=
"apply-item-hd"
>
注册入学
</div>
</div>
</div>
</div>
</app-frame>
</app-frame>
</
template
>
</
template
>
...
@@ -37,19 +72,58 @@ export default {
...
@@ -37,19 +72,58 @@ export default {
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.is-pc
{
.is-pc
{
.img_bottom
{
.apply
{
padding-left
:
101px
;
position
:
relative
;
padding-right
:
49px
;
margin
:
65px
100px
;
margin-top
:
65px
;
padding-bottom
:
109px
;
}
}
.click-tag
{
.apply-line
{
width
:
360px
;
height
:
20px
;
opacity
:
0
.3
;
position
:
absolute
;
position
:
absolute
;
top
:
150px
;
left
:
23px
;
left
:
360px
;
top
:
0
;
bottom
:
0
;
width
:
1px
;
height
:
100%
;
background-color
:
#aa1941
;
}
.apply-item
{
position
:
relative
;
padding-left
:
96px
;
margin-top
:
40px
;
}
.apply-item-hd
{
padding
:
16px
0
;
font-size
:
22px
;
font-weight
:
500
;
color
:
#aa1941
;
border-bottom
:
1px
dashed
#b9b9b9
;
}
.apply-item-num
{
position
:
absolute
;
left
:
0
;
width
:
47px
;
height
:
64px
;
background
:
url(https://webapp-pub.ezijing.com/project/marywood-plus/aplly_num_bg.png)
no-repeat
;
background-size
:
contain
;
font-size
:
30px
;
font-weight
:
500
;
line-height
:
50px
;
color
:
#ffffff
;
text-align
:
center
;
}
.apply-item-bd
{
padding-top
:
20px
;
font-size
:
16px
;
color
:
#424242
;
line-height
:
30px
;
a
{
color
:
#aa1941
;
}
ul
{
margin-top
:
10px
;
}
li
{
color
:
#666666
;
}
}
}
}
}
.is-h5
{
.is-h5
{
...
@@ -57,24 +131,61 @@ export default {
...
@@ -57,24 +131,61 @@ export default {
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
}
}
.img_bottom
{
.apply
{
padding
:
0
.4rem
0
.14rem
1rem
0
.25rem
;
position
:
relative
;
margin
:
20px
15px
40px
;
}
}
.click-tag1
{
.apply-line
{
width
:
1rem
;
height
:
0
.15rem
;
opacity
:
0
.3
;
position
:
absolute
;
position
:
absolute
;
top
:
0
.8rem
;
left
:
11px
;
left
:
1
.86rem
;
top
:
0
;
bottom
:
0
;
width
:
1px
;
height
:
100%
;
background-color
:
#aa1941
;
}
.apply-item
{
position
:
relative
;
padding-left
:
48px
;
margin-top
:
30px
;
}
}
.click-tag2
{
.apply-item-hd
{
width
:
1
.6rem
;
padding
:
4px
0
;
height
:
0
.15rem
;
font-size
:
14px
;
opacity
:
0
.3
;
font-weight
:
500
;
color
:
#aa1941
;
border-bottom
:
1px
dashed
#b9b9b9
;
}
.apply-item-num
{
position
:
absolute
;
position
:
absolute
;
top
:
1rem
;
left
:
0
;
left
:
0
.7rem
;
width
:
23px
;
height
:
32px
;
background
:
url(https://webapp-pub.ezijing.com/project/marywood-plus/aplly_num_bg.png)
no-repeat
;
background-size
:
contain
;
font-size
:
15px
;
font-weight
:
500
;
line-height
:
25px
;
color
:
#ffffff
;
text-align
:
center
;
}
.apply-item-bd
{
padding-top
:
10px
;
font-size
:
12px
;
color
:
#424242
;
line-height
:
24px
;
a
{
color
:
#aa1941
;
}
ul
{
margin-top
:
10px
;
}
li
{
color
:
#666666
;
}
}
::v-deep
.main-content-html
{
overflow
:
hidden
;
}
}
}
}
</
style
>
</
style
>
pages/question/question.vue
浏览文件 @
01e385a1
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论