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
4d0211c1
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
423f130e
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
css/neck.css
css/neck.less
focus.html
imagesPage.html
index.html
live.html
tag.html
videoPage.html
css/neck.css
View file @
4d0211c1
...
@@ -832,7 +832,7 @@ html * {
...
@@ -832,7 +832,7 @@ html * {
opacity
:
1
;
opacity
:
1
;
}
}
50
%
{
50
%
{
opacity
:
0.
8
;
opacity
:
0.
6
;
}
}
100
%
{
100
%
{
opacity
:
1
;
opacity
:
1
;
...
...
This diff is collapsed.
Click to expand it.
css/neck.less
View file @
4d0211c1
...
@@ -885,7 +885,7 @@
...
@@ -885,7 +885,7 @@
opacity: 1;
opacity: 1;
}
}
50%{
50%{
opacity: 0.
8
;
opacity: 0.
6
;
}
}
100%{
100%{
opacity: 1;
opacity: 1;
...
...
This diff is collapsed.
Click to expand it.
focus.html
View file @
4d0211c1
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/index.html"
>
<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/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
2
"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
3
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://www.footseen.xyz/lib/hello.js"
></script>
<script
src=
"https://www.footseen.xyz/lib/hello.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
imagesPage.html
View file @
4d0211c1
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/index.html"
>
<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/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
2
"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
3
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://www.footseen.xyz/lib/hello.js"
></script>
<script
src=
"https://www.footseen.xyz/lib/hello.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
index.html
View file @
4d0211c1
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"mobile/index.html"
>
<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/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
2
"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
3
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"lib/hello.js"
></script>
<script
src=
"lib/hello.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
live.html
View file @
4d0211c1
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/index.html"
>
<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/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
2
"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
3
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://www.footseen.xyz/lib/hello.js"
></script>
<script
src=
"https://www.footseen.xyz/lib/hello.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
tag.html
View file @
4d0211c1
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/index.html"
>
<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/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
2
"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
3
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://www.footseen.xyz/lib/hello.js"
></script>
<script
src=
"https://www.footseen.xyz/lib/hello.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
videoPage.html
View file @
4d0211c1
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/index.html"
>
<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/base.css?v=20220630"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
2
"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210200
3
"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022101102"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://www.footseen.xyz/lib/hello.js"
></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