Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
test
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
提交
问题看板
Open sidebar
王南南
test
Commits
b695f1cb
提交
b695f1cb
authored
4月 04, 2019
作者:
武宏岩
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
解决ie不能加载过度效果 #13
上级
b52cf2ee
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
29 行增加
和
5 行删除
+29
-5
about.html
about.html
+0
-1
contactus.html
contactus.html
+8
-4
contactus.css
css/contactus.css
+21
-0
commons.js
js/commons.js
+0
-0
没有找到文件。
about.html
浏览文件 @
b695f1cb
...
...
@@ -24,7 +24,6 @@
<div
id=
"top_nav"
class=
"header_scroll"
>
<div
class=
"main_body clear"
>
<a
class=
"logo left"
href=
"./index.html#header"
>
<img
src=
"./images/logo-02.svg"
alt=
""
class=
"left"
>
</a>
<div
class=
"nav right"
>
<a
class=
"nav_first"
href=
"./index.html#header"
>
首页
</a>
...
...
contactus.html
浏览文件 @
b695f1cb
...
...
@@ -24,7 +24,6 @@
<div
id=
"top_nav"
class=
"header_scroll"
>
<div
class=
"main_body clear"
>
<a
class=
"logo left"
href=
"./index.html#header"
>
<img
src=
"./images/logo-02.svg"
alt=
""
class=
"left"
>
</a>
<div
class=
"nav right"
>
<a
class=
"nav_first"
href=
"./index.html#header"
>
首页
</a>
...
...
@@ -122,12 +121,17 @@
<div
class=
"market"
>
<div
class=
"circleProgress_wrapper"
>
<div
class=
"rightcircle_on"
></div>
<!-- 右半边圆 -->
<div
class=
"wrapper right"
>
<div
class=
"circleProgress rightcircle"
><div
class=
"rightcircle_right"
></div></div>
<div
class=
"circleProgress rightcircle"
>
<div
class=
"rightcircle_right"
></div>
</div>
</div>
<!-- 左半边圆 -->
<div
class=
"wrapper left"
>
<div
class=
"circleProgress leftcircle"
><div
class=
"leftcircle_left"
></div></div>
<div
class=
"circleProgress leftcircle"
>
<div
class=
"leftcircle_left"
></div>
</div>
</div>
</div>
<div
class=
"text"
>
...
...
css/contactus.css
浏览文件 @
b695f1cb
...
...
@@ -232,18 +232,21 @@
position
:
absolute
;
top
:
0
;
-webkit-transform
:
rotate
(
-135deg
);
-ms-transform
:
rotate
(
-135deg
);
}
.circleProgress_wrapper
.wrapper
.rightcircle
{
border-top
:
20px
solid
#12ab8d
;
border-right
:
20px
solid
#12ab8d
;
right
:
0
;
-webkit-animation
:
circleProgressLoad_right
2s
linear
forwards
;
-ms-animation
:
circleProgressLoad_right
2s
linear
forwards
;
}
.circleProgress_wrapper
.wrapper
.leftcircle
{
border-bottom
:
20px
solid
#12ab8d
;
border-left
:
20px
solid
#12ab8d
;
left
:
0
;
-webkit-animation
:
circleProgressLoad_left
2s
linear
forwards
;
-ms-animation
:
circleProgressLoad_left
2s
linear
forwards
;
}
@-webkit-keyframes
circleProgressLoad_right
{
0
%
{
...
...
@@ -253,12 +256,30 @@
-webkit-transform
:
rotate
(
45deg
);
}
}
@-ms-keyframes
circleProgressLoad_right
{
0
%
{
-ms-transform
:
rotate
(
-135deg
);
}
50
%,
100
%
{
-ms-transform
:
rotate
(
45deg
);
}
}
@-webkit-keyframes
circleProgressLoad_left
{
0
%,
50
%
{
-webkit-transform
:
rotate
(
-135deg
);
-ms-transform
:
rotate
(
-135deg
);
}
100
%
{
-webkit-transform
:
rotate
(
-15deg
);
-ms-transform
:
rotate
(
-15deg
);
}
}
@-ms-keyframes
circleProgressLoad_left
{
0
%,
50
%
{
-ms-transform
:
rotate
(
-135deg
);
}
100
%
{
-ms-transform
:
rotate
(
-15deg
);
}
}
.circleProgress_wrapper
.right
{
...
...
js/commons.js
浏览文件 @
b695f1cb
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论