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
75779156
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
4d0211c1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
22 additions
and
10 deletions
css/neck.css
css/neck.less
focus.html
imagesPage.html
index.html
live.html
tag.html
videoPage.html
css/neck.css
View file @
75779156
...
...
@@ -617,7 +617,7 @@ html * {
top
:
6px
;
left
:
8px
;
width
:
58px
;
animation
:
lockShow
2
s
linear
infinite
;
animation
:
lockShow
3
s
linear
infinite
;
}
.like-ul
img
{
width
:
73px
;
...
...
@@ -831,9 +831,15 @@ html * {
0
%
{
opacity
:
1
;
}
20
%
{
opacity
:
1
;
}
50
%
{
opacity
:
0.6
;
}
80
%
{
opacity
:
1
;
}
100
%
{
opacity
:
1
;
}
...
...
@@ -843,7 +849,7 @@ html * {
z-index
:
5
;
top
:
6px
;
left
:
8px
;
animation
:
lockShow
2
s
linear
infinite
;
animation
:
lockShow
3
s
linear
infinite
;
}
.live-top-shadow2
{
width
:
268px
;
...
...
This diff is collapsed.
Click to expand it.
css/neck.less
View file @
75779156
...
...
@@ -656,7 +656,7 @@
top: 6px;
left: 8px;
width: 58px;
animation: lockShow
2
s linear infinite;
animation: lockShow
3
s linear infinite;
}
img{
width: 73px;
...
...
@@ -884,9 +884,15 @@
0%{
opacity: 1;
}
20%{
opacity: 1;
}
50%{
opacity: 0.6;
}
80%{
opacity: 1;
}
100%{
opacity: 1;
}
...
...
@@ -896,7 +902,7 @@
z-index: 5;
top: 6px;
left: 8px;
animation: lockShow
2
s linear infinite;
animation: lockShow
3
s linear infinite;
}
...
...
This diff is collapsed.
Click to expand it.
focus.html
View file @
75779156
...
...
@@ -38,7 +38,7 @@
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/index.html"
>
<link
rel=
"stylesheet"
href=
"css/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
3
"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
4
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://www.footseen.xyz/lib/hello.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
imagesPage.html
View file @
75779156
...
...
@@ -38,7 +38,7 @@
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/index.html"
>
<link
rel=
"stylesheet"
href=
"css/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
3
"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
4
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://www.footseen.xyz/lib/hello.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
index.html
View file @
75779156
...
...
@@ -40,7 +40,7 @@
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"mobile/index.html"
>
<link
rel=
"stylesheet"
href=
"css/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
3
"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
4
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"lib/hello.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
live.html
View file @
75779156
...
...
@@ -38,7 +38,7 @@
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/index.html"
>
<link
rel=
"stylesheet"
href=
"css/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
3
"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
4
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://www.footseen.xyz/lib/hello.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
tag.html
View file @
75779156
...
...
@@ -38,7 +38,7 @@
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/index.html"
>
<link
rel=
"stylesheet"
href=
"css/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
3
"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
4
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://www.footseen.xyz/lib/hello.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
videoPage.html
View file @
75779156
...
...
@@ -38,7 +38,7 @@
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/index.html"
>
<link
rel=
"stylesheet"
href=
"css/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
3
"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
4
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://www.footseen.xyz/lib/hello.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
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