Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
876ead62
提交
876ead62
authored
8月 09, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
updates
上级
97a18e94
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
39 行增加
和
58 行删除
+39
-58
dataDownload.vue
pages/dataDownload/dataDownload.vue
+39
-58
没有找到文件。
pages/dataDownload/dataDownload.vue
浏览文件 @
876ead62
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/data-download-banner1.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>
...
...
@@ -76,85 +73,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
108px
0
;
.item
{
flex
:
1
;
width
:
900px
;
height
:
100px
;
border-radius
:
10px
;
margin-right
:
15px
;
margin-top
:
50px
;
margin-right
:
15px
;
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
.54rem
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
;
}
}
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论