Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
b882705d
提交
b882705d
authored
10月 10, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
资料下载新增文件
上级
bfd19338
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
98 行增加
和
54 行删除
+98
-54
dataDownload.vue
pages/dataDownload/dataDownload.vue
+98
-54
没有找到文件。
pages/dataDownload/dataDownload.vue
浏览文件 @
b882705d
...
...
@@ -3,8 +3,14 @@
<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
class=
"item_top"
src=
"https://webapp-pub.ezijing.com/project/sit-plus/download_bg1.png"
alt=
""
/>
<div
class=
"doc"
>
{{
item
.
name
}}
</div>
<div
class=
"item_left"
>
<img
class=
"item_left_img"
src=
"https://webapp-pub.ezijing.com/project/sbu-plus/icon_download.png"
alt=
""
/>
<div
class=
"item_left_line"
></div>
<div
class=
"item_left_doc"
>
{{
item
.
name
}}
</div>
</div>
<div
class=
"item_right"
>
<div
class=
"btn"
@
click=
"download($event, item)"
>
立即下载
</div>
</div>
</div>
</a>
</div>
...
...
@@ -31,27 +37,16 @@ export default {
{
name
:
'招生简章'
,
url
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/%E6%96%AF%E8%92%82%E6%96%87%E6%96%AF%E7%90%86%E5%B7%A5%E5%AD%A6%E9%99%A2%E5%B7%A5%E7%A8%8B%E7%AE%A1%E7%90%86%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'
,
'https://webapp-pub.ezijing.com/project/sit-plus/%E6%96%AF%E8%92%82%E6%96%87%E6%96%AF%E7%90%86%E5%B7%A5%E5%AD%A6%E9%99%A2%E5%B7%A5%E7%A8%8B%E7%AE%A1%E7%90%86%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'
,
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
},
{
name
:
'学分模块介绍'
,
url
:
'https://webapp-pub.ezijing.com/project/sit-plus/SIT%E7%A1%95%E5%A3%AB%E5%AD%A6%E5%88%86%E6%A8%A1%E5%9D%97%E4%BB%8B%E7%BB%8D.pdf'
,
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
}
// {
// name: '常见问题',
// url:
// 'https://webapp-pub.ezijing.com/project/sbu-plus/SBU%E9%87%91%E8%9E%8D%E5%AD%A6%E7%A1%95%E5%A3%AB%20Q%26A.pdf',
// icon: 'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
// }
// {
// name: '申请材料清单.docx',
// url:
// 'https://webapp-pub.ezijing.com/project/marywood/%E7%94%B3%E8%AF%B7%E6%9D%90%E6%96%99%E6%B8%85%E5%8D%95.docx',
// icon: 'https://webapp-pub.ezijing.com/project/marywood/doc.png'
// },
// {
// name: '英文简历模板.doc',
// url:
// 'https://webapp-pub.ezijing.com/project/marywood/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc',
// icon: 'https://webapp-pub.ezijing.com/project/marywood/doc.png'
// }
]
}
},
...
...
@@ -82,61 +77,110 @@ export default {
padding
:
96px
0
108px
0
;
.item
{
width
:
336
px
;
height
:
488
px
;
width
:
790
px
;
height
:
110
px
;
opacity
:
1
;
display
:
flex
;
justify-content
:
flex-start
;
justify-content
:
space-between
;
align-items
:
center
;
flex-direction
:
column
;
cursor
:
pointer
;
background
:
#f6f6f6
;
box-shadow
:
0px
2px
16px
rgba
(
0
,
0
,
0
,
0
.38
);
border-top
:
1px
solid
#dedede
;
border-bottom
:
1px
solid
#dedede
;
padding
:
0
46px
0
21px
;
margin-top
:
20px
;
.item_left
{
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
.item_top
{
width
:
100%
;
height
:
348px
;
}
.doc
{
width
:
100%
;
height
:
140px
;
font-size
:
22px
;
.item_left_img
{
width
:
47
.36px
;
height
:
47
.36px
;
}
.item_left_line
{
width
:
0px
;
height
:
59px
;
border
:
1px
solid
#dedede
;
opacity
:
1
;
margin-left
:
52px
;
}
.item_left_doc
{
font-size
:
18px
;
font-weight
:
400
;
line-height
:
141px
;
margin-left
:
48px
;
color
:
#666666
;
}
}
.item_right
{
.btn
{
width
:
78px
;
height
:
27px
;
background
:
#aa1941
;
border-radius
:
4px
;
line-height
:
27px
;
text-align
:
center
;
color
:
#333333
;
font-size
:
14px
;
color
:
#ffffff
;
}
}
}
}
}
.is-h5
{
.dataList
{
padding
:
0
.48rem
0
0
.54rem
0
;
width
:
3
.3rem
;
display
:
flex
;
justify-content
:
center
;
align-items
:
flex-start
;
flex-wrap
:
wrap
;
margin-left
:
0
.15rem
;
padding
:
0
.48rem
0
.61rem
0
.3rem
;
.item
{
width
:
1
.68
rem
;
height
:
2
.4
5rem
;
width
:
3
.3
rem
;
height
:
0
.
5rem
;
opacity
:
1
;
display
:
flex
;
justify-content
:
flex-start
;
justify-content
:
space-between
;
align-items
:
center
;
flex-direction
:
column
;
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
;
border-top
:
1px
solid
#dedede
;
border-bottom
:
1px
solid
#dedede
;
padding
:
0
0
.23rem
0
0
.1rem
;
.item_left
{
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
.item_left_img
{
width
:
0
.235rem
;
height
:
0
.235rem
;
}
.item_left_line
{
width
:
0px
;
height
:
0
.3rem
;
border
:
1px
solid
#dedede
;
opacity
:
1
;
margin-left
:
0
.26rem
;
}
.item_left_doc
{
font-size
:
0
.08rem
;
font-weight
:
400
;
line-height
:
0
.7rem
;
margin-left
:
0
.24rem
;
color
:
#666666
;
}
}
.item_right
{
.btn
{
width
:
0
.65rem
;
height
:
0
.16rem
;
background
:
#aa1941
;
border-radius
:
4px
;
line-height
:
0
.16rem
;
text-align
:
center
;
color
:
#333333
;
font-size
:
0
.08rem
;
color
:
#ffffff
;
}
}
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论