Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b3ff454c
authored
Jun 02, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
08d6cb30
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
5 deletions
download/css/index.css
download/css/index.less
download/download.html
download/download2.html
download/css/index.css
View file @
b3ff454c
...
...
@@ -68,6 +68,20 @@
left
:
50%
;
margin-left
:
-3.17rem
;
}
.down-Go
{
animation
:
downGo
1s
infinite
;
}
@keyframes
downGo
{
0
%
{
transform
:
scale
(
1
);
}
70
%
{
transform
:
scale
(
1.05
);
}
100
%
{
transform
:
scale
(
1
);
}
}
.video-bg
{
width
:
9.76rem
;
height
:
15.13rem
;
...
...
download/css/index.less
View file @
b3ff454c
...
...
@@ -69,7 +69,20 @@
left: 50%;
margin-left: -3.17rem;
}
.down-Go{
animation: downGo 1s infinite;
}
@keyframes downGo{
0%{
transform: scale(1);
}
70%{
transform: scale(1.05);
}
100%{
transform: scale(1);
}
}
.video-bg{
width: 9.76rem;
height: 15.13rem;
...
...
download/download.html
View file @
b3ff454c
...
...
@@ -12,7 +12,7 @@
<script
src=
"../lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"../css/base.css"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202206020
1
"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202206020
8
"
>
<style>
</style>
...
...
@@ -24,7 +24,7 @@
<!-- -->
</div>
<div
class=
"down-btn2"
></div>
<div
class=
"down-btn2
down-Go
"
></div>
</body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../lib/default.js?v='20220407'"
></script>
...
...
download/download2.html
View file @
b3ff454c
...
...
@@ -12,7 +12,7 @@
<script
src=
"../lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"../css/base.css"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202206020
1
"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202206020
8
"
>
<style>
.new-bg
{
background
:
url(images/bg-new2.png)
no-repeat
;
...
...
@@ -28,7 +28,7 @@
<!-- -->
</div>
<div
class=
"down-btn2"
></div>
<div
class=
"down-btn2
down-Go
"
></div>
</body>
<script
src=
"../lib/jquery-3.1.1.min.js"
></script>
<script
src=
"../lib/default.js?v='20220407'"
></script>
...
...
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