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
e5337243
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
12be5840
master
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
13 deletions
mTest/images/layz.png
mTest/index.html
mTest/room/css/liveRoom.css
mTest/room/css/liveRoom.less
mTest/room/liveRoom.html
mTest/images/layz.png
0 → 100644
View file @
e5337243
4.16 KB
This diff is collapsed.
Click to expand it.
mTest/index.html
View file @
e5337243
...
...
@@ -628,11 +628,11 @@ $(function(){
var
html
=
[];
for
(
var
i
=
0
;
i
<
data
.
roomList
.
length
;
i
++
){
var
list
=
data
.
roomList
[
i
]
html
+=
'
<
a
href
=
"room/liveRoom.html?roomId='+list.roomId+'&sound=1"
><
li
>
';
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
=
""
>
';
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
>
';
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
=
"
images/layz.png
"
alt
=
""
>
';
html+='
<
div
class
=
"live-shadow"
><
/div>'
;
html
+=
'
<
div
class
=
"live-bottom-box"
>
';
html+='
<
p
>
'+list.nickname+'
<
/p>'
;
...
...
@@ -645,7 +645,9 @@ $(function(){
}
})
}
function layzGo(){
}
function searchGoUser(e,pageNum){
$.ajax({
url:$ip+'
search
/
queryUser
',
...
...
This diff is collapsed.
Click to expand it.
mTest/room/css/liveRoom.css
View file @
e5337243
...
...
@@ -1617,12 +1617,12 @@
.loading-face
{
position
:
absolute
;
display
:
none
;
width
:
15
rem
;
height
:
15
rem
;
width
:
20
rem
;
height
:
20
rem
;
z-index
:
-1
;
left
:
-
2.
5rem
;
left
:
-5rem
;
top
:
50%
;
margin-top
:
-
7.5
rem
;
margin-top
:
-
10
rem
;
opacity
:
0.5
;
filter
:
blur
(
0.
3
rem
);
filter
:
blur
(
0.
4
rem
);
}
This diff is collapsed.
Click to expand it.
mTest/room/css/liveRoom.less
View file @
e5337243
...
...
@@ -1669,12 +1669,12 @@
.loading-face{
position: absolute;
display: none;
width:
15
rem;
height:
15
rem;
width:
20
rem;
height:
20
rem;
z-index: -1;
left: -
2.
5rem;
left: -5rem;
top: 50%;
margin-top: -
7.5
rem;
margin-top: -
10
rem;
opacity: 0.5;
filter: blur(0.
3
rem);
filter: blur(0.
4
rem);
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
mTest/room/liveRoom.html
View file @
e5337243
...
...
@@ -30,7 +30,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/liveRoom.css?v=202211180
2
"
>
<link
rel=
"stylesheet"
href=
"css/liveRoom.css?v=202211180
8
"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=2022111801"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
<script
async
defer
crossorigin=
"anonymous"
src=
"https://connect.facebook.net/en_US/sdk.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