Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
animateCom-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王丹
animateCom-web
Commits
e83e1764
Commit
e83e1764
authored
Mar 24, 2022
by
wangdan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
0bd7a87f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
components/floatup/floatup.css
+1
-1
components/textscale/img/LOGO.png
+0
-0
components/textscale/textscale.css
+5
-5
components/textscale/文本渐入.html
+2
-2
No files found.
components/floatup/floatup.css
View file @
e83e1764
...
@@ -20,7 +20,7 @@ body,html{
...
@@ -20,7 +20,7 @@ body,html{
left
:
0
;
left
:
0
;
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
background
:
url(./img/bg1.png)
no-repeat
34%
5
0
%
;
background
:
url(./img/bg1.png)
no-repeat
34%
5
5
%
;
background-size
:
86%
;
background-size
:
86%
;
animation
:
floatup_anibg
3s
linear
0s
infinite
;
animation
:
floatup_anibg
3s
linear
0s
infinite
;
-webkit-animation
:
floatup_anibg
3s
linear
0s
infinite
;
-webkit-animation
:
floatup_anibg
3s
linear
0s
infinite
;
...
...
components/textscale/img/LOGO.png
View file @
e83e1764
1.27 KB
|
W:
|
H:
5.32 KB
|
W:
|
H:
2-up
Swipe
Onion skin
components/textscale/textscale.css
View file @
e83e1764
...
@@ -45,9 +45,9 @@ body,html{
...
@@ -45,9 +45,9 @@ body,html{
width
:
80px
;
width
:
80px
;
background
:
url(./img/bg2.png)
no-repeat
;
background
:
url(./img/bg2.png)
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
animation
:
textscale_ani
1s
linear
;
animation
:
textscale_ani
2
1s
linear
;
-webkit-animation
:
textscale_ani
1s
linear
;
-webkit-animation
:
textscale_ani
2
1s
linear
;
-moz-animation
:
textscale_ani
1s
linear
;
-moz-animation
:
textscale_ani
2
1s
linear
;
}
}
.textscale_area
{
.textscale_area
{
width
:
460px
;
width
:
460px
;
...
@@ -102,11 +102,11 @@ body,html{
...
@@ -102,11 +102,11 @@ body,html{
@keyframes
textscale_ani
{
@keyframes
textscale_ani
{
from
{
transform
:
scale
(
0
.6
);}
from
{
transform
:
scale
(
0
);}
to
{
transform
:
scale
(
1
);}
to
{
transform
:
scale
(
1
);}
}
}
@-webkit-keyframes
textscale_ani
{
@-webkit-keyframes
textscale_ani
{
from
{
transform
:
scale
(
0
.6
);}
from
{
transform
:
scale
(
0
);}
to
{
transform
:
scale
(
1
);}
to
{
transform
:
scale
(
1
);}
}
}
@keyframes
textscale_ani2
{
@keyframes
textscale_ani2
{
...
...
components/textscale/文本渐入.html
View file @
e83e1764
<!DOC
TYPE html>
<!DOC
TYPE html>
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<body>
<body>
<div
class=
"textscale_body"
>
<div
class=
"textscale_body"
>
<h2
class=
"textscale_title"
>
人脸识别综合管理系统
</h2>
<h2
class=
"textscale_title"
>
<img
src=
"./img/logo.png"
/>
</h2>
<div
class=
"textscale_area"
></div>
<div
class=
"textscale_area"
></div>
</div>
</div>
</body>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment