Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
test
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
提交
问题看板
Open sidebar
王南南
test
Commits
b2fd9e34
提交
b2fd9e34
authored
10月 10, 2018
作者:
武宏岩
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
后备支持,和加盟支持
上级
9fec0fc3
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
22 行增加
和
46 行删除
+22
-46
contactus.html
contactus.html
+6
-2
contactus.css
css/contactus.css
+13
-20
index.css
css/index.css
+1
-22
common.js
js/common.js
+2
-2
没有找到文件。
contactus.html
浏览文件 @
b2fd9e34
...
...
@@ -184,6 +184,10 @@
<div
class=
"oness twor"
>
培训
</div>
<div
class=
"sected secteds"
>
<p
class=
"two"
>
培训支持
</p>
<p>
免费千家商学院,数百套名师授课精品视频
</p>
<p>
行业公开课,分享行内的最新资讯
</p>
<p>
公司年会,提供学习分享观摩交流平台
</p>
<p>
更切实际的滚动式培训,培养人才
</p>
</div>
</div>
</li>
...
...
@@ -211,7 +215,7 @@
</div>
</div>
</li>
<li
class=
"on last"
>
<li
class=
"on last"
>
<div
class=
"shadow"
>
<div
class=
"oness twor"
>
系统
</div>
<div
class=
"sected secteds"
>
...
...
@@ -296,7 +300,7 @@
<div
id=
"qj_map"
>
<div
class=
"model_top"
>
<div
class=
"model_title"
>
千家大地图
</div>
<p
class=
"model_eng"
>
CONTACT US
</p>
<p
class=
"model_eng"
>
MAP
</p>
</div>
<div
class=
"introduce_box wow animated fadeInUp"
>
<div
class=
"map"
>
...
...
css/contactus.css
浏览文件 @
b2fd9e34
...
...
@@ -350,14 +350,15 @@
#test1
ul
{
float
:
left
;
height
:
400px
;
width
:
1
200
px
width
:
1
197
px
}
#test1
ul
li
{
float
:
left
;
height
:
400px
;
width
:
118px
;
margin-right
:
1
1
px
;
margin-right
:
1
4
px
;
position
:
relative
;
overflow
:
hidden
;
}
#test1
ul
.last
{
margin-right
:
0
;
...
...
@@ -365,70 +366,62 @@
#test1
ul
li
:nth-of-type
(
1
)
{
width
:
536px
;
background
:
url(../images/a1.jpg)
no-repeat
;
transition
:
background
0.4s
ease-out
0.3s
,
width
0.6s
;
}
#test1
ul
.firsted
:nth-of-type
(
1
)
{
width
:
536px
;
background
:
url(../images/a.jpg)
no-repeat
;
transition
:
background
0.4s
,
width
0.6s
;
}
#test1
ul
li
:nth-of-type
(
2
)
{
background
:
url(../images/b1.jpg)
no-repeat
;
transition
:
background
0.4s
ease-out
0.3s
,
width
0.6s
;
}
#test1
ul
.firsted
:nth-of-type
(
2
)
{
background
:
url(../images/b.jpg)
no-repeat
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
#test1
ul
li
:nth-of-type
(
3
)
{
background
:
url(../images/c1.jpg)
no-repeat
;
transition
:
background
0.4s
ease-out
0.3s
,
width
0.6s
;
}
#test1
ul
.firsted
:nth-of-type
(
3
)
{
background
:
url(../images/c.jpg)
no-repeat
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
#test1
ul
li
:nth-of-type
(
4
)
{
background
:
url(../images/d1.jpg)
no-repeat
;
transition
:
background
0.4s
ease-out
0.3s
,
width
0.6s
;
}
#test1
ul
.firsted
:nth-of-type
(
4
)
{
background
:
url(../images/d.jpg)
no-repeat
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
#test1
ul
li
:nth-of-type
(
5
)
{
background
:
url(../images/e1.jpg)
no-repeat
;
transition
:
background
0.4s
ease-out
0.3s
,
width
0.6s
;
}
#test1
ul
.firsted
:nth-of-type
(
5
)
{
background
:
url(../images/e.jpg)
no-repeat
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
#test1
ul
li
:nth-of-type
(
6
)
{
background
:
url(../images/f1.jpg)
no-repeat
;
transition
:
background
0.4s
ease-out
0.3s
,
width
0.6s
;
}
#test1
ul
.firsted
:nth-of-type
(
6
)
{
background
:
url(../images/f.jpg)
no-repeat
;
transition
:
background
0.4s
ease-in
,
width
0.6s
;
}
#test1
.on
p
{
color
:
#fff
;
text-align
:
right
;
}
#test1
.on
.two
{
#test1
.on
.two
{
font-size
:
23.37px
;
font-family
:
"Microsoft Yahei"
;
font-weight
:
bold
;
}
#test1
.on
.sected
{
width
:
378px
;
height
:
140px
;
overflow
:
hidden
;
position
:
absolute
;
top
:
220px
;
right
:
15px
;
left
:
140px
;
opacity
:
1
;
transition
:
all
.7s
;
}
#test1
.on
.oness
{
width
:
90px
;
...
...
@@ -450,13 +443,13 @@
linear-gradient
(
to
left
,
#fff
,
#fff
)
right
bottom
no-repeat
,
linear-gradient
(
to
left
,
#fff
,
#fff
)
right
bottom
no-repeat
;
background-size
:
2px
20px
,
20px
2px
,
2px
20px
,
20px
2px
;
transition
:
left
.8s
;
}
#test1
.on
.twor
{
left
:
15px
;
}
#test1
.on
.secteds
{
display
:
none
;
opacity
:
0
;
}
/* 加盟流程 */
#process
{
...
...
css/index.css
浏览文件 @
b2fd9e34
...
...
@@ -250,10 +250,9 @@
top
:
0
;
}
#support
li
:hover
{
top
:
-
5
px
;
top
:
-
10
px
;
}
#support
li
img
{
/* height: 83px; */
display
:
block
;
margin
:
0px
auto
;
}
...
...
@@ -276,35 +275,15 @@
}
#support
.support_person
div
{
background
:
url('../images/icon1.png')
no-repeat
center
;
transition
:
background
0.8s
;
}
#support
.support_person
:hover
div
{
background
:
url('../images/icon1_1.png')
no-repeat
center
;
transition
:
background
0.8s
;
}
#support
.support_house
div
{
background
:
url('../images/icon2.png')
no-repeat
center
;
transition
:
background
0.8s
;
}
#support
.support_house
:hover
div
{
background
:
url('../images/icon2_1.png')
no-repeat
center
;
transition
:
background
0.8s
;
}
#support
.support_network
div
{
background
:
url('../images/icon3.png')
no-repeat
center
;
transition
:
background
0.8s
;
}
#support
.support_network
:hover
div
{
background
:
url('../images/icon3_1.png')
no-repeat
center
;
transition
:
background
0.8s
;
}
#support
.support_warrant
div
{
background
:
url('../images/icon4.png')
no-repeat
center
;
transition
:
background
0.8s
;
}
#support
.support_warrant
:hover
div
{
background
:
url('../images/icon4_1.png')
no-repeat
center
;
transition
:
background
0.8s
;
}
/* 模块头部 */
.model_top
.model_title
{
...
...
js/common.js
浏览文件 @
b2fd9e34
...
...
@@ -44,8 +44,8 @@ var common = function () {
$
(
this
).
addClass
(
'firsted'
).
siblings
().
removeClass
(
'firsted'
);
$
(
this
).
find
(
".oness"
).
css
(
"left"
,
"430px"
);
$
(
this
).
siblings
().
find
(
".oness"
).
css
(
"left"
,
"15px"
);
$
(
this
).
find
(
".sected"
).
css
(
"display"
,
"block"
);
$
(
this
).
siblings
().
find
(
".sected"
).
css
(
"display"
,
"none"
);
$
(
this
).
find
(
".sected"
).
css
(
{
"opacity"
:
"1"
,
"left"
:
"140px"
,
"width"
:
"378px"
}
);
$
(
this
).
siblings
().
find
(
".sected"
).
css
(
{
"opacity"
:
"0"
,
"left"
:
"-100px"
,
"width"
:
"0px"
}
);
})
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论