Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
test
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
提交
问题看板
Open sidebar
王南南
test
Commits
fa6a59c0
提交
fa6a59c0
authored
9月 20, 2018
作者:
武宏岩
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
天网旋转
上级
db01ca79
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
64 行增加
和
2 行删除
+64
-2
index.css
css/index.css
+61
-2
index.html
index.html
+3
-0
没有找到文件。
css/index.css
浏览文件 @
fa6a59c0
...
...
@@ -569,10 +569,10 @@
#skynet
{
height
:
600px
;
width
:
1920px
;
background
:
url(../images/skynet_img.png)
no-repeat
center
;
/* background: url(../images/skynet_img.png)no-repeat center; */
margin
:
40px
auto
;
text-align
:
center
;
position
:
relative
;
display
:
-webkit-box
;
-webkit-box-orient
:
horizontal
;
...
...
@@ -599,6 +599,65 @@
box-pack
:
center
;
box-align
:
center
;
}
@-webkit-keyframes
rotation
{
from
{
-webkit-transform
:
rotate
(
0deg
);}
to
{
-webkit-transform
:
rotate
(
360deg
);}
}
@-webkit-keyframes
rotations
{
from
{
-webkit-transform
:
rotate
(
360deg
);}
to
{
-webkit-transform
:
rotate
(
0deg
);}
}
#skynet
.first
{
position
:
absolute
;
width
:
580px
;
height
:
580px
;
background
:
url(../images/1.png)
no-repeat
;
background-size
:
100%
100%
;
top
:
50%
;
left
:
50%
;
margin-top
:
-290px
;
margin-left
:
-290px
;
text-align
:
center
;
-webkit-transform
:
rotate
(
360deg
);
animation
:
rotation
13s
linear
infinite
;
-moz-animation
:
rotation
13s
linear
infinite
;
-webkit-animation
:
rotation
13s
linear
infinite
;
-o-animation
:
rotation
13s
linear
infinite
;
}
#skynet
.second
{
position
:
absolute
;
width
:
480px
;
height
:
480px
;
background
:
url(../images/2.png)
no-repeat
;
background-size
:
100%
100%
;
top
:
50%
;
left
:
50%
;
margin-top
:
-240px
;
margin-left
:
-240px
;
text-align
:
center
;
-webkit-transforms
:
rotate
(
0deg
);
animation
:
rotation
11s
linear
infinite
;
-moz-animation
:
rotation
11s
linear
infinite
;
-webkit-animation
:
rotation
11s
linear
infinite
;
-o-animation
:
rotation
11s
linear
infinite
;
}
#skynet
.third
{
position
:
absolute
;
width
:
520px
;
height
:
520px
;
background
:
url(../images/3.png)
no-repeat
;
background-size
:
100%
100%
;
top
:
50%
;
left
:
50%
;
margin-top
:
-260px
;
margin-left
:
-260px
;
text-align
:
center
;
-webkit-transform
:
rotate
(
360deg
);
animation
:
rotations
13s
linear
infinite
;
-moz-animation
:
rotations
13s
linear
infinite
;
-webkit-animation
:
rotations
13s
linear
infinite
;
-o-animation
:
rotations
13s
linear
infinite
;
}
#skynet
.test
{
width
:
380px
;
height
:
380px
;
...
...
index.html
浏览文件 @
fa6a59c0
...
...
@@ -230,6 +230,9 @@
</div>
</div>
<div
id=
"skynet"
class=
"wow"
>
<div
class=
"first"
></div>
<div
class=
"second"
></div>
<div
class=
"third"
></div>
<div
class=
"test"
>
<div
class=
"donkey"
>
天网监察体系
</div>
<div
class=
"sunspot"
>
稽核中心 +MIS
</div>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论