Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
20fabb79
提交
20fabb79
authored
1月 07, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug修复
上级
4cc2c559
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
70 行增加
和
14 行删除
+70
-14
Video.vue
components/home/Video.vue
+45
-9
dataDownload.vue
pages/dataDownload/dataDownload.vue
+25
-5
WM_11_Vue3组件化开发(一).pdf
public/WM_11_Vue3组件化开发(一).pdf
+0
-0
没有找到文件。
components/home/Video.vue
浏览文件 @
20fabb79
<
template
>
<
template
>
<div
class=
"banner-content"
>
<div
class=
"banner-content"
>
<video
<img
class=
"img"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/video.png"
alt=
""
/>
class=
"video"
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/video_logo.png"
alt=
""
@
click=
"open"
/>
src=
"https://webapp-pub.ezijing.com/www/pc/%E7%B4%AB%E8%8D%86%E5%AE%A3%E4%BC%A0%E7%89%8720201224.mp4"
<video
v-show=
"isShow"
class=
"video"
src=
"../../public/marywood.mp4"
controls=
"controls"
preload=
"none"
></video>
controls=
"controls"
<div
class=
"overlay"
v-show=
"isShow"
@
click=
"close"
></div>
preload=
"none"
></video>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{}
export
default
{
data
()
{
return
{
isShow
:
false
}
},
methods
:
{
open
()
{
this
.
isShow
=
true
document
.
getElementsByTagName
(
'body'
)[
0
].
style
.
height
=
'100%'
document
.
getElementsByTagName
(
'body'
)[
0
].
style
.
overflow
=
'hidden'
},
close
()
{
this
.
isShow
=
false
document
.
getElementsByTagName
(
'body'
)[
0
].
style
.
height
=
''
document
.
getElementsByTagName
(
'body'
)[
0
].
style
.
overflow
=
''
}
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.overlay
{
position
:
fixed
;
left
:
0
;
top
:
0
;
right
:
0
;
bottom
:
0
;
z-index
:
1999
;
background
:
rgba
(
0
,
0
,
0
,
0
.5
);
}
.banner-content
{
.banner-content
{
position
:
relative
;
position
:
relative
;
width
:
1200px
;
width
:
1200px
;
margin
:
0
auto
;
margin
:
0
auto
;
padding
:
56px
0
100px
;
margin-top
:
56px
;
margin-bottom
:
100px
;
img
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
}
.video
{
.video
{
width
:
10
0%
;
width
:
6
0%
;
height
:
100%
;
height
:
100%
;
position
:
absolute
;
left
:
50%
;
transform
:
translateX
(
-50%
);
z-index
:
10000
;
}
}
}
}
</
style
>
</
style
>
pages/dataDownload/dataDownload.vue
浏览文件 @
20fabb79
...
@@ -2,7 +2,11 @@
...
@@ -2,7 +2,11 @@
<app-frame
:data=
"frameParams"
>
<app-frame
:data=
"frameParams"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/data_banner.png"
alt=
""
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/data_banner.png"
alt=
""
/>
<div
class=
"dataList"
>
<div
class=
"dataList"
>
<a
href=
"/public/WM_11_Vue3组件化开发(一).pdf"
download=
"111.pdf"
class=
"part"
>
<a
href=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/English_Intro.doc"
download=
"111.pdf"
class=
"part"
>
<div
class=
"item"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/pdf.png"
alt=
""
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/pdf.png"
alt=
""
/>
<p
class=
"doc"
>
招生简章.pdf
</p>
<p
class=
"doc"
>
招生简章.pdf
</p>
...
@@ -10,7 +14,11 @@
...
@@ -10,7 +14,11 @@
<p
class=
"p2"
>
下载
</p>
<p
class=
"p2"
>
下载
</p>
</div>
</div>
</a>
</a>
<a
href=
"/public/WM_11_Vue3组件化开发(一).pdf"
download=
"111.pdf"
class=
"part"
>
<a
href=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.docx"
download=
"常见问题.docx"
class=
"part"
>
<div
class=
"item"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/doc.png"
alt=
""
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/doc.png"
alt=
""
/>
<p
class=
"doc"
>
常见问题.docx
</p>
<p
class=
"doc"
>
常见问题.docx
</p>
...
@@ -18,7 +26,11 @@
...
@@ -18,7 +26,11 @@
<p
class=
"p2"
>
下载
</p>
<p
class=
"p2"
>
下载
</p>
</div>
</div>
</a>
</a>
<a
href=
"/public/WM_11_Vue3组件化开发(一).pdf"
download=
"111.pdf"
class=
"part"
>
<a
href=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/%E6%8E%A8%E8%8D%90%E4%BF%A1%E8%A6%81%E6%B1%82.docx"
download=
"推荐信要求.docx"
class=
"part"
>
<div
class=
"item"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/doc.png"
alt=
""
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/doc.png"
alt=
""
/>
<p
class=
"doc"
>
推荐信要求.docx
</p>
<p
class=
"doc"
>
推荐信要求.docx
</p>
...
@@ -26,7 +38,11 @@
...
@@ -26,7 +38,11 @@
<p
class=
"p2"
>
下载
</p>
<p
class=
"p2"
>
下载
</p>
</div>
</div>
</a>
</a>
<a
href=
"/public/WM_11_Vue3组件化开发(一).pdf"
download=
"111.pdf"
class=
"part"
>
<a
href=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/%E7%94%B3%E8%AF%B7%E6%9D%90%E6%96%99%E6%B8%85%E5%8D%95.docx"
download=
"申请材料清单.docx"
class=
"part"
>
<div
class=
"item"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/doc.png"
alt=
""
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/doc.png"
alt=
""
/>
<p
class=
"doc"
>
申请材料清单.docx
</p>
<p
class=
"doc"
>
申请材料清单.docx
</p>
...
@@ -34,7 +50,11 @@
...
@@ -34,7 +50,11 @@
<p
class=
"p2"
>
下载
</p>
<p
class=
"p2"
>
下载
</p>
</div>
</div>
</a>
</a>
<a
href=
"/public/WM_11_Vue3组件化开发(一).pdf"
download=
"111.pdf"
class=
"part"
>
<a
href=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc"
download=
"英文简历模板.doc"
class=
"part"
>
<div
class=
"item"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/doc.png"
alt=
""
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/doc.png"
alt=
""
/>
<p
class=
"doc"
>
英文简历模板.docx
</p>
<p
class=
"doc"
>
英文简历模板.docx
</p>
...
...
public/WM_11_Vue3组件化开发(一).pdf
deleted
100644 → 0
浏览文件 @
4cc2c559
File deleted
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论