Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
20e241e1
提交
20e241e1
authored
8月 09, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
资料下载修改
上级
01188f36
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
50 行增加
和
70 行删除
+50
-70
dataDownload.vue
pages/dataDownload/dataDownload.vue
+39
-57
process.vue
pages/enroll/process.vue
+11
-13
没有找到文件。
pages/dataDownload/dataDownload.vue
浏览文件 @
20e241e1
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/sit-plus/data-download-banner.png"
/>
<div
class=
"dataList"
>
<a
target=
"_blank"
:href=
"item.url"
v-for=
"(item, index) in fileList"
:key=
"index"
>
<div
class=
"item"
@
click=
"download($event, item)"
>
<img
:src=
"item.icon"
/>
<p
class=
"doc"
>
{{
item
.
name
}}
</p>
<!--
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p2"
>
下载
</p>
-->
<img
class=
"item_top"
src=
"https://webapp-pub.ezijing.com/project/sit-plus/download_bg1.png"
alt=
""
/>
<div
class=
"doc"
>
{{
item
.
name
}}
</div>
</div>
</a>
</div>
...
...
@@ -78,84 +75,69 @@ export default {
.dataList
{
width
:
900px
;
display
:
flex
;
justify-content
:
flex-start
;
justify-content
:
center
;
align-items
:
flex-start
;
flex-wrap
:
wrap
;
margin-left
:
50px
;
padding-bottom
:
50px
;
padding
:
96px
0
50px
0
;
.item
{
// flex: 1;
width
:
900px
;
height
:
100px
;
border-radius
:
10px
;
// margin-right: 15px;
margin-top
:
50px
;
width
:
336px
;
height
:
488px
;
opacity
:
1
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
flex-start
;
align-items
:
center
;
flex-direction
:
column
;
background
:
#f9f8f8
;
cursor
:
pointer
;
background
:
#f6f6f6
;
box-shadow
:
0px
2px
16px
rgba
(
0
,
0
,
0
,
0
.38
);
.item_top
{
width
:
100%
;
height
:
348px
;
}
.doc
{
font-size
:
16px
;
width
:
100%
;
height
:
140px
;
font-size
:
22px
;
font-weight
:
400
;
line-height
:
34px
;
line-height
:
141px
;
text-align
:
center
;
color
:
#333333
;
}
.p1
{
font-size
:
14px
;
font-weight
:
400
;
line-height
:
34px
;
color
:
#999999
;
}
.p2
{
font-size
:
16px
;
font-weight
:
500
;
line-height
:
34px
;
color
:
#aa1941
;
}
}
}
}
.is-h5
{
.img
{
width
:
100%
;
height
:
100%
;
}
.dataList
{
// width: 4rem;
// display: flex;
// justify-content: center;
// align-items: center;
// flex-wrap: wrap;
padding-bottom
:
0
.43rem
;
padding
:
0
.48rem
0
0
.25rem
0
;
display
:
flex
;
justify-content
:
center
;
.item
{
// flex: 1;
width
:
2
.12rem
;
height
:
1rem
;
margin
:
0
.2rem
auto
;
width
:
1
.68rem
;
height
:
2
.45rem
;
opacity
:
1
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
flex-start
;
align-items
:
center
;
flex-direction
:
column
;
// margin-right: 0.15rem;
background
:
#f9f8f8
;
background
:
#f6f6f6
;
cursor
:
pointer
;
box-shadow
:
0px
2px
16px
rgba
(
0
,
0
,
0
,
0
.38
);
.item_top
{
width
:
100%
;
height
:
1
.74rem
;
}
.doc
{
width
:
100%
;
height
:
0
.7rem
;
font-size
:
0
.14rem
;
font-weight
:
400
;
line-height
:
0
.7rem
;
text-align
:
center
;
color
:
#333333
;
}
.p1
{
font-size
:
0
.12rem
;
font-weight
:
400
;
color
:
#999999
;
}
.p2
{
font-size
:
0
.14rem
;
font-weight
:
500
;
color
:
#aa1941
;
}
}
}
}
...
...
pages/enroll/process.vue
浏览文件 @
20e241e1
...
...
@@ -8,22 +8,20 @@
<div
class=
"apply-item-hd"
>
在线申请
</div>
<div
class=
"apply-item-bd"
>
<p>
申请者需登录
<a
href=
"https://sit-plus.ezijing.com/"
>
https://sit-plus.ezijing.com/
</a
>
(在线申请,申请费缴纳完成后将如下纸质材料邮寄至:北京市海淀区中关村东路1号院清华科技园威盛大厦5层紫荆教育
邮编100084。
申请者需登录项目官网
<a
href=
"https://sit-plus.ezijing.com/"
>
https://sit-plus.ezijing.com/
</a
>
在线申请并提交电子报名资料
</p>
<
p>
另请提供纸质材料:
</p
>
<
!--
<p>
另请提供纸质材料:
</p>
--
>
<ul>
<li>
1.
身份证复印
件
</li>
<li>
2.本
科学历学位复印件(在读本科生出具在读证明即可
)
</li>
<li>
3.本
科成绩单
</li>
<li>
4.
个人简历(英文
)
</li>
<li>
5.
个人陈述(英文
)
</li>
<li>
6.
两寸免冠彩色照片(白底,两张)
</li>
<li>
7.
英语成绩单
</li>
<li>
1.
有效身份证件扫描
件
</li>
<li>
2.本
、硕学位证彩色扫描件(中英文
)
</li>
<li>
3.本
、硕阶段成绩单(中英文)
</li>
<li>
4.
电子版免冠彩色照片(白底
)
</li>
<li>
5.
英语成绩单(托福、雅思等,非必须
)
</li>
<li>
6.
英文简历
</li>
<li>
7.
推荐信(两封)
</li>
</ul>
<div
class=
"tips"
>
*成绩单类型包括:大学英语六级、托福、雅思、Duolingo、iTEP Academic
</div>
<!--
<p
style=
"margin-top:30px"
>
咨询电话:010-62790329 滑老师 18610017331
</p>
-->
<!--
<div
class=
"tips"
>
*成绩单类型包括:大学英语六级、托福、雅思、Duolingo、iTEP Academic
</div>
-->
</div>
</div>
<div
class=
"apply-item"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论