Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
test
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
提交
问题看板
Open sidebar
王南南
test
Commits
c1a7a2b8
提交
c1a7a2b8
authored
10月 13, 2018
作者:
武宏岩
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
优化圆环
上级
636e86ab
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
35 行增加
和
4 行删除
+35
-4
contactus.html
contactus.html
+4
-2
contactus.css
css/contactus.css
+27
-1
commons.js
js/commons.js
+4
-1
没有找到文件。
contactus.html
浏览文件 @
c1a7a2b8
...
...
@@ -121,11 +121,13 @@
<div
class=
"introduce_box wow animated fadeInUp"
>
<div
class=
"market"
>
<div
class=
"circleProgress_wrapper"
>
<div
class=
"rightcircle_on"
></div>
<div
class=
"wrapper right"
>
<div
class=
"circleProgress rightcircle"
></div>
<div
class=
"circleProgress rightcircle"
><div
class=
"rightcircle_right"
></div></div>
</div>
<div
class=
"wrapper left"
>
<div
class=
"circleProgress leftcircle"
></div>
<div
class=
"circleProgress leftcircle"
><
div
class=
"leftcircle_left"
></div><
/div>
</div>
</div>
<div
class=
"text"
>
...
...
css/contactus.css
浏览文件 @
c1a7a2b8
...
...
@@ -257,7 +257,7 @@
-webkit-transform
:
rotate
(
-135deg
);
}
100
%
{
-webkit-transform
:
rotate
(
-1
0
deg
);
-webkit-transform
:
rotate
(
-1
5
deg
);
}
}
.circleProgress_wrapper
.right
{
...
...
@@ -266,6 +266,32 @@
.circleProgress_wrapper
.left
{
left
:
0px
;
}
.rightcircle_on
{
position
:
absolute
;
left
:
213px
;
top
:
0px
;
width
:
20px
;
height
:
20px
;
background
:
url(../images/yuan.png)
no-repeat
;
z-index
:
10
;
}
.rightcircle_right
{
position
:
absolute
;
left
:
342px
;
top
:
335px
;
width
:
20px
;
height
:
20px
;
background
:
url(../images/yuan.png)
no-repeat
;
}
.leftcircle_left
{
display
:
none
;
position
:
absolute
;
left
:
43px
;
top
:
40px
;
width
:
20px
;
height
:
20px
;
background
:
url(../images/yuan.png)
no-repeat
;
}
/* 圈内文字 */
.text
{
width
:
100%
;
...
...
js/commons.js
浏览文件 @
c1a7a2b8
...
...
@@ -16,7 +16,10 @@ window.onscroll=function(){
arr
.
innerHTML
=
num
;
if
(
num
==
85
){
clearInterval
(
t
);
}
}
if
(
num
>
40
){
$
(
".leftcircle_left"
).
show
()
}
},
25
);
aaa
=
false
;
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论