提交 20e241e1 authored 作者: matian's avatar matian

资料下载修改

上级 01188f36
<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;
}
}
}
}
......
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论