Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
test
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
提交
问题看板
Open sidebar
王南南
test
Commits
eec9718e
提交
eec9718e
authored
10月 03, 2018
作者:
武宏岩
浏览文件
操作
浏览文件
下载
差异文件
压缩图片
上级
a82ca59e
6271dc4f
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
32 行增加
和
20 行删除
+32
-20
about.html
about.html
+5
-5
contactus.css
css/contactus.css
+15
-13
about.js
js/about.js
+8
-1
commons.js
js/commons.js
+4
-1
index.js
js/index.js
+0
-0
没有找到文件。
about.html
浏览文件 @
eec9718e
...
@@ -316,21 +316,21 @@
...
@@ -316,21 +316,21 @@
<span>
SHORT FILM
</span>
<span>
SHORT FILM
</span>
</div>
</div>
<div
class=
"box_show"
>
<div
class=
"box_show"
>
<ul
class=
"video_box clear"
>
<ul
class=
"video_box clear"
id=
"videoBox"
>
<li>
<li>
<video
src=
"https://qjvideo.oss-cn-beijing.aliyuncs.com/1.%E9%BA%BB%E9%9B%80%20%E6%9C%80%E7%BB%88%E9%85%8D%E9%9F%B3%E7%89%88_x264.mp4"
<video
class=
"video_one"
src=
"https://qjvideo.oss-cn-beijing.aliyuncs.com/1.%E9%BA%BB%E9%9B%80%20%E6%9C%80%E7%BB%88%E9%85%8D%E9%9F%B3%E7%89%88_x264.mp4"
poster=
"./images/short_cut2.jpg"
controls
></video>
poster=
"./images/short_cut2.jpg"
controls
></video>
</li>
</li>
<li>
<li>
<video
src=
"https://qjvideo.oss-cn-beijing.aliyuncs.com/%E5%9B%9E%E5%AE%B6%E6%8E%A2%E4%BA%B2_x264.mp4"
poster=
"./images/short_cut4.jpg"
<video
class=
"video_two"
src=
"https://qjvideo.oss-cn-beijing.aliyuncs.com/%E5%9B%9E%E5%AE%B6%E6%8E%A2%E4%BA%B2_x264.mp4"
poster=
"./images/short_cut4.jpg"
controls
></video>
controls
></video>
</li>
</li>
<li>
<li>
<video
src=
"https://qjvideo.oss-cn-beijing.aliyuncs.com/%E7%AC%AC%E4%B8%80%E9%AB%98%E5%B3%B0.mp4"
poster=
"./images/short_cut1.jpg"
<video
class=
"video_there"
src=
"https://qjvideo.oss-cn-beijing.aliyuncs.com/%E7%AC%AC%E4%B8%80%E9%AB%98%E5%B3%B0.mp4"
poster=
"./images/short_cut1.jpg"
controls
></video>
controls
></video>
</li>
</li>
<li>
<li>
<video
src=
"https://qjvideo.oss-cn-beijing.aliyuncs.com/4.%E4%BA%BA%E6%9C%89%E5%85%B6%E5%B1%85.mp4"
poster=
"./images/short_cut3.jpg"
<video
class=
"video_four"
src=
"https://qjvideo.oss-cn-beijing.aliyuncs.com/4.%E4%BA%BA%E6%9C%89%E5%85%B6%E5%B1%85.mp4"
poster=
"./images/short_cut3.jpg"
controls
></video>
controls
></video>
</li>
</li>
</ul>
</ul>
...
...
css/contactus.css
浏览文件 @
eec9718e
...
@@ -364,58 +364,60 @@
...
@@ -364,58 +364,60 @@
#test1
ul
li
:nth-of-type
(
1
)
{
#test1
ul
li
:nth-of-type
(
1
)
{
width
:
536px
;
width
:
536px
;
background
:
url(../images/a1.png)
no-repeat
;
background
:
url(../images/a1.png)
no-repeat
;
transition
:
width
0.6s
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
}
#test1
ul
.firsted
:nth-of-type
(
1
)
{
#test1
ul
.firsted
:nth-of-type
(
1
)
{
width
:
536px
;
width
:
536px
;
background
:
url(../images/a.png)
no-repeat
;
background
:
url(../images/a.png)
no-repeat
;
transition
:
width
0.6s
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
}
#test1
ul
li
:nth-of-type
(
2
)
{
#test1
ul
li
:nth-of-type
(
2
)
{
background
:
url(../images/b1.png)
no-repeat
;
background
:
url(../images/b1.png)
no-repeat
;
transition
:
width
0.6s
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
}
#test1
ul
.firsted
:nth-of-type
(
2
)
{
#test1
ul
.firsted
:nth-of-type
(
2
)
{
background
:
url(../images/b.png)
no-repeat
;
background
:
url(../images/b.png)
no-repeat
;
transition
:
width
0.6s
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
}
#test1
ul
li
:nth-of-type
(
3
)
{
#test1
ul
li
:nth-of-type
(
3
)
{
background
:
url(../images/c1.png)
no-repeat
;
background
:
url(../images/c1.png)
no-repeat
;
transition
:
width
0.6s
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
}
#test1
ul
.firsted
:nth-of-type
(
3
)
{
#test1
ul
.firsted
:nth-of-type
(
3
)
{
background
:
url(../images/c.png)
no-repeat
;
background
:
url(../images/c.png)
no-repeat
;
transition
:
width
0.6s
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
}
#test1
ul
li
:nth-of-type
(
4
)
{
#test1
ul
li
:nth-of-type
(
4
)
{
background
:
url(../images/d1.png)
no-repeat
;
background
:
url(../images/d1.png)
no-repeat
;
transition
:
width
0.6s
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
}
#test1
ul
.firsted
:nth-of-type
(
4
)
{
#test1
ul
.firsted
:nth-of-type
(
4
)
{
background
:
url(../images/d.png)
no-repeat
;
background
:
url(../images/d.png)
no-repeat
;
transition
:
width
0.6s
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
}
#test1
ul
li
:nth-of-type
(
5
)
{
#test1
ul
li
:nth-of-type
(
5
)
{
background
:
url(../images/e1.png)
no-repeat
;
background
:
url(../images/e1.png)
no-repeat
;
transition
:
width
0.6s
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
}
#test1
ul
.firsted
:nth-of-type
(
5
)
{
#test1
ul
.firsted
:nth-of-type
(
5
)
{
background
:
url(../images/e.png)
no-repeat
;
background
:
url(../images/e.png)
no-repeat
;
transition
:
width
0.6s
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
}
#test1
ul
li
:nth-of-type
(
6
)
{
#test1
ul
li
:nth-of-type
(
6
)
{
background
:
url(../images/f1.png)
no-repeat
;
background
:
url(../images/f1.png)
no-repeat
;
transition
:
width
0.6s
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
}
#test1
ul
.firsted
:nth-of-type
(
6
)
{
#test1
ul
.firsted
:nth-of-type
(
6
)
{
background
:
url(../images/f.png)
no-repeat
;
background
:
url(../images/f.png)
no-repeat
;
transition
:
width
0.6s
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
}
#test1
.on
.shadow
{
#test1
.on
.shadow
:nth-of-type
(
1
)
{
background
:
rgba
(
0
,
0
,
0
,
0.5
);
background
:
rgba
(
0
,
0
,
0
,
0.5
);
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
position
:
relative
;
position
:
relative
;
transition
:
all
linear
500ms
;
}
}
#test1
.on
.shadow
p
{
#test1
.on
.shadow
p
{
color
:
#fff
;
color
:
#fff
;
...
...
js/about.js
浏览文件 @
eec9718e
...
@@ -68,9 +68,16 @@ window.onload = function () {
...
@@ -68,9 +68,16 @@ window.onload = function () {
},
14
);
},
14
);
}
}
autoPlay
();
autoPlay
();
$
(
"#videoBox li"
).
bind
(
"click"
,
"vodio"
,
function
(){
this
.
getElementsByTagName
(
"video"
)[
0
].
play
();
$
(
this
).
siblings
(
"li"
).
each
(
function
(
i
,
el
){
el
.
children
[
0
].
pause
();
clearInterval
(
timer
);
})
})
video_box
.
onmouseover
=
function
(){
video_box
.
onmouseover
=
function
(){
clearInterval
(
timer
);
clearInterval
(
timer
);
};
};
video_box
.
onmouseout
=
function
(){
video_box
.
onmouseout
=
function
(){
autoPlay
();
autoPlay
();
}
}
...
...
js/commons.js
浏览文件 @
eec9718e
...
@@ -21,11 +21,13 @@ window.onscroll=function(){
...
@@ -21,11 +21,13 @@ window.onscroll=function(){
aaa
=
false
;
aaa
=
false
;
}
}
}
}
// 地图的坐标
if
(
topScroll
>=
3900
){
if
(
topScroll
>=
3900
){
setTimeout
(
function
(){
var
sha
=
document
.
getElementsByClassName
(
"shadowd"
)[
0
];
var
sha
=
document
.
getElementsByClassName
(
"shadowd"
)[
0
];
console
.
log
(
sha
)
var
map
=
document
.
getElementsByClassName
(
"maps"
)[
0
];
var
map
=
document
.
getElementsByClassName
(
"maps"
)[
0
];
map
.
classList
.
add
(
"add"
);
map
.
classList
.
add
(
"add"
);
sha
.
classList
.
add
(
"sha"
);
sha
.
classList
.
add
(
"sha"
);
},
1000
);
}
}
}
}
\ No newline at end of file
js/index.js
浏览文件 @
eec9718e
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论