Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
test
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
提交
问题看板
Open sidebar
王南南
test
Commits
db01ca79
提交
db01ca79
authored
9月 19, 2018
作者:
武宏岩
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
添加天网和部门体系
上级
2cc8e82d
全部展开
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
163 行增加
和
13 行删除
+163
-13
index.css
css/index.css
+163
-13
index.html
index.html
+0
-0
没有找到文件。
css/index.css
浏览文件 @
db01ca79
...
@@ -25,8 +25,13 @@
...
@@ -25,8 +25,13 @@
#top_nav
.logo
p
{
#top_nav
.logo
p
{
font
:
bold
18px
/
23px
'Microsoft'
;
font
:
bold
18px
/
23px
'Microsoft'
;
color
:
#24b298
;
color
:
#24b298
;
font-size
:
31px
;
line-height
:
50px
;
}
}
/* 导航栏 */
/* 导航栏 */
#top_nav
.nav
{
margin-top
:
11px
;
}
#top_nav
.nav
a
{
#top_nav
.nav
a
{
display
:
block
;
display
:
block
;
float
:
left
;
float
:
left
;
...
@@ -560,7 +565,164 @@
...
@@ -560,7 +565,164 @@
top
:
465px
;
top
:
465px
;
left
:
945px
;
left
:
945px
;
}
}
/* 天网系统 */
#skynet
{
height
:
600px
;
width
:
1920px
;
background
:
url(../images/skynet_img.png)
no-repeat
center
;
margin
:
40px
auto
;
text-align
:
center
;
display
:
-webkit-box
;
-webkit-box-orient
:
horizontal
;
-webkit-box-pack
:
center
;
-webkit-box-align
:
center
;
display
:
-moz-box
;
-moz-box-orient
:
horizontal
;
-moz-box-pack
:
center
;
-moz-box-align
:
center
;
display
:
-o-box
;
-o-box-orient
:
horizontal
;
-o-box-pack
:
center
;
-o-box-align
:
center
;
display
:
-ms-box
;
-ms-box-orient
:
horizontal
;
-ms-box-pack
:
center
;
-ms-box-align
:
center
;
display
:
box
;
box-orient
:
horizontal
;
box-pack
:
center
;
box-align
:
center
;
}
#skynet
.test
{
width
:
380px
;
height
:
380px
;
background
:
#fafafa
;
border-radius
:
50%
;
}
#skynet
.test
.donkey
{
margin-top
:
140px
;
font-size
:
45px
;
color
:
#12ab8d
;
font-family
:
"Microsoft Yahei"
;
font-weight
:
bold
;
}
#skynet
.test
.sunspot
{
font-size
:
33px
;
color
:
#424b50
;
font-family
:
"Microsoft Yahei"
;
font-weight
:
Regular
;
}
#hover
{
width
:
1920px
;
height
:
180px
;
margin
:
0
auto
;
}
#hover
ul
{
width
:
1080px
;
height
:
130px
;
margin
:
20px
auto
0
;
}
#hover
ul
li
{
width
:
80px
;
height
:
95px
;
float
:
left
;
padding-top
:
20px
;
border
:
1px
solid
#ccc
;
text-align
:
center
;
line-height
:
30px
;
margin
:
0
14px
;
position
:
relative
;
box-shadow
:
0
0
5px
#eeeeee
;
top
:
0
;
transition
:
top
0.8s
;
}
#hover
ul
li
:hover
{
width
:
80px
;
height
:
95px
;
float
:
left
;
padding-top
:
20px
;
border
:
1px
solid
#ccc
;
text-align
:
center
;
line-height
:
30px
;
margin
:
0
14px
;
position
:
relative
;
top
:
-10px
;
}
#hover
ul
li
.arrow
{
width
:
11px
;
height
:
9px
;
background
:
url(../images/arrow.png)
no-repeat
;
position
:
absolute
;
left
:
35px
;
top
:
93px
;
}
#hover
.doublemint
{
display
:
block
;
margin-left
:
426px
;
width
:
1166px
;
}
/* 部门体系 */
#department
.carousel-inner
{
position
:
relative
;
width
:
100%
;
height
:
600px
;
margin-top
:
86px
;
overflow
:
hidden
;
}
#department
.carousel-inner
.video_box
{
position
:
absolute
;
top
:
0px
;
left
:
0px
;
width
:
154.34%
;
}
#department
.carousel-inner
li
{
width
:
380px
;
height
:
600px
;
margin-right
:
25px
;
float
:
left
;
background
:
#254557
;
}
#department
.carousel-inner
.video_box
ul
li
.images
{
width
:
380px
;
height
:
380px
;
overflow
:
hidden
;
}
#department
.carousel-inner
.video_box
ul
li
.images
img
{
display
:
block
;
transition
:
all
0.8s
ease-in-out
}
#department
.carousel-inner
.video_box
ul
li
:hover
.images
img
{
transform
:
scale
(
1.2
);
transition
:
all
0.8s
ease-in-out
;
}
#department
.carousel-inner
li
.text
{
text-align
:
center
;
padding
:
20px
;
color
:
#fff
;
}
#department
.carousel-inner
li
.text
div
{
font-size
:
14px
;
margin-bottom
:
15px
;
}
#department
.carousel-inner
li
.text
p
{
color
:
#eaeced
;
}
.carousel-control-prev
{
left
:
-200px
!important
;
opacity
:
1
!important
;
}
.carousel-control-next
{
right
:
-200px
!important
;
opacity
:
1
!important
;
}
/* 招贤纳士 */
/* 招贤纳士 */
#department
{
#department
{
position
:
relative
;
position
:
relative
;
...
@@ -570,7 +732,7 @@
...
@@ -570,7 +732,7 @@
position
:
absolute
;
position
:
absolute
;
top
:
50px
;
top
:
50px
;
right
:
0px
;
right
:
0px
;
background
:
#24b298
;
background
:
url(../images/recruit.png)
no-repeat
;
color
:
#fff
;
color
:
#fff
;
width
:
317px
;
width
:
317px
;
height
:
65px
;
height
:
65px
;
...
@@ -588,18 +750,6 @@
...
@@ -588,18 +750,6 @@
left
:
20px
;
left
:
20px
;
bottom
:
-30px
;
bottom
:
-30px
;
}
}
#department_tel
::before
{
border-top
:
15px
solid
#24b298
;
border-left
:
40px
solid
#24b298
;
border-right
:
40px
solid
transparent
;
border-bottom
:
15px
solid
transparent
;
}
#department_tel
::after
{
border-top
:
15px
solid
#fff
;
border-left
:
10px
solid
#fff
;
border-right
:
10px
solid
transparent
;
border-bottom
:
15px
solid
transparent
;
}
#department_tel
{
#department_tel
{
line-height
:
65px
;
line-height
:
65px
;
text-align
:
center
;
text-align
:
center
;
...
...
index.html
浏览文件 @
db01ca79
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论