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
5b1c4322
Commit
5b1c4322
authored
Mar 14, 2022
by
wangdan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码修改
parent
591dfaee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
13 deletions
+7
-13
components/floatup/floatup.css
+1
-1
index.html
+6
-12
No files found.
components/floatup/floatup.css
View file @
5b1c4322
...
...
@@ -6,7 +6,7 @@ body,html{
}
.floatup_body
{
height
:
70%
;
width
:
70%
;
/* width:70%; */
margin
:
0px
auto
;
/* background: url(./img/bg1.png) no-repeat;
background-size:100% 100%; */
...
...
index.html
View file @
5b1c4322
...
...
@@ -28,10 +28,10 @@
height
:
100%
;
display
:
flex
;
}
.loginAnimate_body
>
.
floatup_body
{
.loginAnimate_body
>
.
loginAnimate_left
{
width
:
65%
;
}
.loginAnimate_body
>
.
textscale_body
{
.loginAnimate_body
>
.
loginAnimate_right
{
width
:
35%
;
}
</style>
...
...
@@ -39,17 +39,11 @@
<body>
<div
class=
"loginAnimate_body"
>
<div
class=
"floatup_body"
>
<div
class=
"floatup_1"
></div>
<div
class=
"floatup_2"
></div>
<div
class=
"floatup_3"
></div>
<div
class=
"floatup_4"
></div>
<div
class=
"floatup_5"
></div>
<div
class=
"floatup_6"
></div>
<div
class=
"loginAnimate_left"
>
<iframe
src=
"./components/floatup/元素向上漂浮.html"
style=
"width:100%;height:100%;border:0;overflow: hidden;"
></iframe>
</div>
<div
class=
"textscale_body"
>
<h2
class=
"textscale_title"
>
人脸识别综合管理系统
</h2>
<div
class=
"textscale_area"
></div>
<div
class=
"loginAnimate_right"
>
<iframe
src=
"./components/textscale/文本渐入.html"
style=
"width:100%;height:100%;border:0;overflow: hidden;"
></iframe>
</div>
</div>
</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