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
63aa3c9a
authored
Nov 22, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
e4c4ffa0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
44 additions
and
8 deletions
mTest/css/index.css
mTest/css/index.less
mTest/images/Lock-no.png
mTest/index.html
mTest/css/index.css
View file @
63aa3c9a
...
@@ -713,10 +713,28 @@
...
@@ -713,10 +713,28 @@
}
}
.secret
{
.secret
{
position
:
absolute
;
position
:
absolute
;
width
:
0.
32
rem
;
width
:
0.
9
rem
;
z-index
:
10
;
z-index
:
10
;
top
:
0.2rem
;
top
:
0.2rem
;
left
:
0.3rem
;
right
:
0.3rem
;
animation
:
lockShow
3s
linear
infinite
;
}
@keyframes
lockShow
{
0
%
{
opacity
:
1
;
}
20
%
{
opacity
:
1
;
}
50
%
{
opacity
:
0.6
;
}
80
%
{
opacity
:
1
;
}
100
%
{
opacity
:
1
;
}
}
}
.nav-shadow
{
.nav-shadow
{
width
:
100vw
;
width
:
100vw
;
...
...
mTest/css/index.less
View file @
63aa3c9a
...
@@ -733,10 +733,28 @@
...
@@ -733,10 +733,28 @@
}
}
.secret{
.secret{
position: absolute;
position: absolute;
width: 0.
32
rem;
width: 0.
9
rem;
z-index: 10;
z-index: 10;
top: 0.2rem;
top: 0.2rem;
left: 0.3rem;
right: 0.3rem;
animation: lockShow 3s linear infinite;
}
@keyframes lockShow {
0% {
opacity: 1;
}
20% {
opacity: 1;
}
50% {
opacity: 0.6;
}
80% {
opacity: 1;
}
100% {
opacity: 1;
}
}
}
.nav-shadow{
.nav-shadow{
width: 100vw;
width: 100vw;
...
...
mTest/images/Lock-no.png
0 → 100644
View file @
63aa3c9a
1.65 KB
mTest/index.html
View file @
63aa3c9a
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<script
src=
"lib/fsize.js"
></script>
<script
src=
"lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"css/base.css?v=2022111701"
>
<link
rel=
"stylesheet"
href=
"css/base.css?v=2022111701"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202211
181
1"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=202211
220
1"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022111811"
>
<link
rel=
"stylesheet"
href=
"css/login.css?v=2022111811"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
...
@@ -683,9 +683,9 @@ $(function(){
...
@@ -683,9 +683,9 @@ $(function(){
for
(
var
i
=
0
;
i
<
data
.
roomList
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
data
.
roomList
.
length
;
i
++
){
var
list
=
data
.
roomList
[
i
]
var
list
=
data
.
roomList
[
i
]
html
+=
'
<
a
href
=
"room/liveRoom.html?roomId='+list.roomId+'&sound=1"
><
li
data
-
type
=
"https://zhibocdn.yabolive.net/comm'+list.face.split("
?
")[0]+'?x-oss-process=image/resize,w_180"
>
';
html
+=
'
<
a
href
=
"room/liveRoom.html?roomId='+list.roomId+'&sound=1"
><
li
data
-
type
=
"https://zhibocdn.yabolive.net/comm'+list.face.split("
?
")[0]+'?x-oss-process=image/resize,w_180"
>
';
if(list.liveScope==3
&&list.selfLock==1)html+='
<
img
class
=
"secret"
src
=
"images/secret-ok
.png"
alt
=
""
>
';
if(list.liveScope==3
)html+='
<
img
class
=
"secret"
src
=
"images/Lock-no
.png"
alt
=
""
>
';
else if(list.liveScope==3&&list.selfLock==0)html+='
<
img
class
=
"secret"
src
=
"images/secret-no.png"
alt
=
""
>
';
html+='
<
div
class
=
"hot-num-box"
><
img
src
=
"images/hot.png"
><
span
>
'+list.onlinenum+'
<
/span></
div
>
';
if(list.onlinenum)
html+='
<
div
class
=
"hot-num-box"
><
img
src
=
"images/hot.png"
><
span
>
'+list.onlinenum+'
<
/span></
div
>
';
// html+='
<
img
class
=
"live-li-face"
src
=
"images/layz.png"
alt
=
""
>
';
// html+='
<
img
class
=
"live-li-face"
src
=
"images/layz.png"
alt
=
""
>
';
html+='
<
img
class
=
"live-li-face"
src
=
"https://zhibocdn.yabolive.net/comm'+list.face.split("
?
")[0]+'?x-oss-process=image/resize,w_180"
alt
=
""
>
';
html+='
<
img
class
=
"live-li-face"
src
=
"https://zhibocdn.yabolive.net/comm'+list.face.split("
?
")[0]+'?x-oss-process=image/resize,w_180"
alt
=
""
>
';
html+='
<
div
class
=
"live-shadow"
><
/div>'
;
html+='
<
div
class
=
"live-shadow"
><
/div>'
;
...
...
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