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
fe0adc63
authored
Oct 20, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
c371dc71
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
47 additions
and
20 deletions
css/neck.css
css/neck.less
focus.html
images/Lock-no.png
imagesPage.html
index.html
lib/default.js
live.html
room/liveRoom.html
tag.html
videoPage.html
css/neck.css
View file @
fe0adc63
...
...
@@ -616,7 +616,8 @@ html * {
z-index
:
5
;
top
:
6px
;
left
:
8px
;
width
:
24px
;
width
:
58px
;
animation
:
lockShow
2s
linear
infinite
;
}
.like-ul
img
{
width
:
73px
;
...
...
@@ -831,6 +832,18 @@ html * {
z-index
:
5
;
top
:
6px
;
left
:
8px
;
animation
:
lockShow
2s
linear
infinite
;
}
@keyframes
lockShow
{
0
%
{
opacity
:
1
;
}
50
%
{
opacity
:
0.8
;
}
100
%
{
opacity
:
1
;
}
}
.live-top-shadow2
{
width
:
268px
;
...
...
css/neck.less
View file @
fe0adc63
...
...
@@ -655,7 +655,8 @@
z-index: 5;
top: 6px;
left: 8px;
width: 24px;
width: 58px;
animation: lockShow 2s linear infinite;
}
img{
width: 73px;
...
...
@@ -884,7 +885,20 @@
z-index: 5;
top: 6px;
left: 8px;
animation: lockShow 2s linear infinite;
}
@keyframes lockShow{
0%{
opacity: 1;
}
50%{
opacity: 0.8;
}
100%{
opacity: 1;
}
}
.live-top-shadow2{
width: 268px;
height: 130px;
...
...
focus.html
View file @
fe0adc63
...
...
@@ -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=202210
13
01"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210
20
01"
>
<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>
...
...
@@ -479,8 +479,8 @@ $(function(){
liveNum
++
likeMcArr
.
push
(
list
.
uid
)
html
+=
'
<
a
href
=
"https://www.footseen.xyz/room/liveRoom.html?roomId='+list.uid+'"
><
li
style
=
"background: url(https://zhibocdn.yabolive.net/comm'+list.face+'?x-oss-process=image/resize,w_368) no-repeat;background-size: cover;"
>
';
if(list.liveScope==3&&list.selfLock==1)html+='
<
img
class
=
"lock"
src
=
"images/Lock-
ok.png
"
>
';
else if(list.liveScope==3&&list.selfLock==0)html+='
<
img
class
=
"lock"
src
=
"images/Lock-no.png"
>
';
if(list.liveScope==3&&list.selfLock==1)html+='
<
img
class
=
"lock"
src
=
"images/Lock-
no.png?v=20221020
"
>
';
else if(list.liveScope==3&&list.selfLock==0)html+='
<
img
class
=
"lock"
src
=
"images/Lock-no.png
?v=20221020
"
>
';
html+='
<
img
class
=
"live"
src
=
"images/front/live.webp"
alt
=
""
>
';
html+='
<
div
class
=
"like-shadow"
><
/div>'
;
html
+=
'
<
p
class
=
"like-li-name"
>
'+list.nickname+'
<
/p>'
;
...
...
images/Lock-no.png
View file @
fe0adc63
295 Bytes
|
W:
|
H:
1.65 KB
|
W:
|
H:
2-up
Swipe
Onion skin
imagesPage.html
View file @
fe0adc63
...
...
@@ -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=202210
13
01"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210
20
01"
>
<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>
...
...
index.html
View file @
fe0adc63
...
...
@@ -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=202210
13
01"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210
20
01"
>
<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>
...
...
@@ -414,8 +414,8 @@ $(function(){
liveNum
++
likeMcArr
.
push
(
list
.
uid
)
html
+=
'
<
a
href
=
"room/liveRoom.html?roomId='+list.uid+'"
><
li
style
=
"background: url(https://zhibocdn.yabolive.net/comm'+list.face+'?x-oss-process=image/resize,w_368) no-repeat;background-size: cover;"
>
';
if(list.liveScope==3&&list.selfLock==1)html+='
<
img
class
=
"lock"
src
=
"images/Lock-
ok.png
"
>
';
else if(list.liveScope==3&&list.selfLock==0)html+='
<
img
class
=
"lock"
src
=
"images/Lock-no.png"
>
';
if(list.liveScope==3&&list.selfLock==1)html+='
<
img
class
=
"lock"
src
=
"images/Lock-
no.png?v=2022102001
"
>
';
else if(list.liveScope==3&&list.selfLock==0)html+='
<
img
class
=
"lock"
src
=
"images/Lock-no.png
?v=2022102001
"
>
';
html+='
<
img
class
=
"live"
src
=
"images/front/live.webp"
alt
=
""
>
';
html+='
<
div
class
=
"like-shadow"
><
/div>'
;
html
+=
'
<
p
class
=
"like-li-name"
>
'+list.nickname+'
<
/p>'
;
...
...
@@ -459,8 +459,8 @@ $(function(){
if
(
roomLikeEnd
==
true
)
continue
;
html
+=
'
<
li
>
';
html+='
<
a
href
=
"room/liveRoom.html?roomId='+list.roomId+'"
><
div
style
=
"background: url(https://zhibocdn.yabolive.net/comm'+list.face.split('?')[0]+'?x-oss-process=image/resize,w_368) no-repeat;background-size: cover;"
class
=
"live-top-box"
>
';
if(list.liveScope==3&&list.selfLock==1)html+='
<
img
class
=
"lock"
src
=
"images/Lock-
ok.png
"
>
';
else if(list.liveScope==3&&list.selfLock==0)html+='
<
img
class
=
"lock"
src
=
"images/Lock-no.png"
>
';
if(list.liveScope==3&&list.selfLock==1)html+='
<
img
class
=
"lock"
src
=
"images/Lock-
no.png?v=2022102001
"
>
';
else if(list.liveScope==3&&list.selfLock==0)html+='
<
img
class
=
"lock"
src
=
"images/Lock-no.png
?v=2022102001
"
>
';
html+='
<
p
class
=
"introduce"
>
'+list.introduce+'
<
/p>
'
html
+=
'
<
div
class
=
"live-cursor-shadow"
><
/div>'
;
html
+=
'
<
img
class
=
"live-icon"
src
=
"images/front/live.webp"
alt
=
"美女直播"
>
';
...
...
@@ -514,8 +514,8 @@ $(function(){
var
list
=
data
.
roomList
[
i
]
html
+=
'
<
li
>
';
html+='
<
a
target
=
"_blank"
rel
=
"opener"
href
=
"room/liveRoom.html?roomId='+list.roomId+'"
><
div
style
=
"background: url(https://zhibocdn.yabolive.net/comm'+list.face.split('?')[0]+'?x-oss-process=image/resize,w_368) no-repeat;background-size: cover;"
class
=
"live-top-box"
>
';
if(list.liveScope==3&&list.selfLock==1)html+='
<
img
class
=
"lock"
src
=
"images/Lock-
ok.png
"
>
';
else if(list.liveScope==3&&list.selfLock==0)html+='
<
img
class
=
"lock"
src
=
"images/Lock-no.png"
>
';
if(list.liveScope==3&&list.selfLock==1)html+='
<
img
class
=
"lock"
src
=
"images/Lock-
no.png?v=2022102001
"
>
';
else if(list.liveScope==3&&list.selfLock==0)html+='
<
img
class
=
"lock"
src
=
"images/Lock-no.png
?v=2022102001
"
>
';
html+='
<
p
class
=
"introduce"
>
'+list.introduce+'
<
/p>
'
html
+=
'
<
div
class
=
"live-cursor-shadow"
><
/div>'
;
html
+=
'
<
img
class
=
"live-icon"
src
=
"images/front/live.webp"
alt
=
"美女直播"
>
';
...
...
lib/default.js
View file @
fe0adc63
...
...
@@ -96,8 +96,8 @@ if(sessionStorage.pmt!=undefined&&sessionStorage.pmt!="undefined"){
webVersion
:
'1000'
},
dataType
:
"JSON"
})
}
})
}
sessionStorage
.
tag
=
data
.
tag
sessionStorage
.
qd
=
data
.
qd
sessionStorage
.
like
=
data
.
like
;
...
...
live.html
View file @
fe0adc63
...
...
@@ -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=202210
13
01"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210
20
01"
>
<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>
...
...
room/liveRoom.html
View file @
fe0adc63
...
...
@@ -1801,8 +1801,8 @@ $(function () {
var
list
=
data
.
roomList
[
i
]
if
(
list
.
roomId
==
sessionStorage
.
roomId
)
continue
;
html
+=
'
<
a
title
=
'+keyEArr[Math.floor(Math.random()*200)]+'
href
=
"https://www.footseen.xyz/room/liveRoom.html?roomId='+list.roomId+'"
><
li
data
-
type
=
"https://zhibocdn.yabolive.net/comm'+list.face.split('?')[0]+'?x-oss-process=image/resize,w_268"
style
=
"background:#E5E5E5;background-size: cover;"
>
';
if(list.liveScope==3&&list.selfLock==1)html+='
<
img
class
=
"lock"
src
=
"../images/Lock-
ok.png
"
>
';
else if(list.liveScope==3&&list.selfLock==0)html+='
<
img
class
=
"lock"
src
=
"../images/Lock-no.png"
>
';
if(list.liveScope==3&&list.selfLock==1)html+='
<
img
class
=
"lock"
src
=
"../images/Lock-
no.png?v=2022102001
"
>
';
else if(list.liveScope==3&&list.selfLock==0)html+='
<
img
class
=
"lock"
src
=
"../images/Lock-no.png
?v=2022102001
"
>
';
html+='
<
img
class
=
"move-live-online"
src
=
"images/live.png"
alt
=
"直播中"
>
';
html+='
<
img
class
=
"more-live-poster"
src
=
"images/face.png"
alt
=
"'+list.introduce+'"
>
'
html+='
<
div
class
=
"more-live-name"
>
'+list.nickname+'
<
/div>'
;
...
...
tag.html
View file @
fe0adc63
...
...
@@ -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=202210
13
01"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210
20
01"
>
<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>
...
...
videoPage.html
View file @
fe0adc63
...
...
@@ -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=202210
13
01"
>
<link
rel=
"stylesheet"
href=
"css/neck.css?v=202210
20
01"
>
<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>
...
...
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