Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
test
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
提交
问题看板
Open sidebar
王南南
test
Commits
c1c0b786
提交
c1c0b786
authored
9月 30, 2018
作者:
武宏岩
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
加盟页修改
上级
08efbcb0
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
39 行增加
和
4 行删除
+39
-4
contactus.html
contactus.html
+0
-0
contactus.css
css/contactus.css
+0
-0
index.css
css/index.css
+2
-2
common.js
js/common.js
+37
-2
没有找到文件。
contactus.html
浏览文件 @
c1c0b786
差异被折叠。
点击展开。
css/contactus.css
浏览文件 @
c1c0b786
差异被折叠。
点击展开。
css/index.css
浏览文件 @
c1c0b786
...
...
@@ -649,7 +649,7 @@
text-align
:
center
;
line-height
:
30px
;
margin
:
0
10px
;
box-shadow
:
0
0
2px
5px
#eeeeee
;
box-shadow
:
2px
2px
6px
1px
rgba
(
110
,
110
,
110
,
0.22
)
;
position
:
relative
;
top
:
-10px
;
}
...
...
@@ -659,7 +659,7 @@
background
:
url(../images/arrow.png)
no-repeat
;
position
:
absolute
;
left
:
35px
;
top
:
9
3
px
;
top
:
9
2
px
;
}
#hover
.doublemint
{
display
:
block
;
...
...
js/common.js
浏览文件 @
c1c0b786
...
...
@@ -36,4 +36,40 @@ var common = function () {
img
.
style
.
animation
=
"fadeInBig .8s ease-in-out forwards"
}
}
}
\ No newline at end of file
// 六大支持
$
(
".on"
).
click
(
function
(){
$
(
this
).
css
(
"width"
,
"536px"
).
siblings
().
css
(
"width"
,
"118px"
);
$
(
this
).
addClass
(
'firsted'
).
siblings
().
removeClass
(
'firsted'
);
$
(
this
).
find
(
".oness"
).
css
(
"left"
,
"430px"
);
$
(
this
).
siblings
().
find
(
".oness"
).
css
(
"left"
,
"15px"
);
$
(
this
).
find
(
".shadow .sected"
).
css
(
"display"
,
"block"
);
$
(
this
).
siblings
().
find
(
".shadow .sected"
).
css
(
"display"
,
"none"
);
})
}
// 品牌圆环的事件
var
aaa
=
true
;
window
.
onscroll
=
function
(){
var
topScroll
=
document
.
documentElement
.
scrollTop
;
if
(
topScroll
>=
800
){
if
(
!
aaa
){
}
else
{
$
(
".market"
).
css
(
"display"
,
"block"
);
// 圈内数字加载
var
num
=
0
;
var
t
=
setInterval
(
function
(){
num
++
;
var
arr
=
document
.
getElementsByClassName
(
"numbers"
)[
0
];
arr
.
innerHTML
=
num
;
if
(
num
==
85
){
clearInterval
(
t
);
}
},
60
);
aaa
=
false
;
}
}
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论