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
a9c74327
authored
Dec 12, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
225ae18c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
mobile/css2/index.css
mobile/css2/index.less
mobile/pageVideo.html
mobile/videoPage.html
mobile/css2/index.css
View file @
a9c74327
...
...
@@ -321,6 +321,7 @@
}
.videos-box-mc-face
{
width
:
7.35rem
;
border-radius
:
0.2rem
;
}
.videos-shadow
{
border-radius
:
0.2rem
;
...
...
mobile/css2/index.less
View file @
a9c74327
...
...
@@ -332,7 +332,7 @@
}
.videos-box-mc-face{
width: 7.35rem;
border-radius: 0.2rem;
}
.videos-shadow{
border-radius: 0.2rem;
...
...
mobile/pageVideo.html
View file @
a9c74327
...
...
@@ -51,6 +51,7 @@
<body
style=
"background: #F3F3F3"
>
<div
class=
"m-content"
>
<img
class=
"back"
src=
"images/back.png"
alt=
""
>
<div
style=
"height: 0.8rem;"
></div>
<div
class=
"grap-swiper-box"
>
<div
class=
"recommend-swiper"
>
...
...
mobile/videoPage.html
View file @
a9c74327
...
...
@@ -28,7 +28,7 @@
<link
rel=
"stylesheet"
href=
"css2/base.css"
>
<link
rel=
"stylesheet"
href=
"css2/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/login.css"
>
<link
rel=
"stylesheet"
href=
"css2/index.css?v=2022
0615
"
>
<link
rel=
"stylesheet"
href=
"css2/index.css?v=2022
121201
"
>
<script
async
defer
src=
"lib/hello.js"
></script>
<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>
...
...
@@ -407,7 +407,7 @@ $(function(){
})
function
getLive
(){
$
.
ajax
({
url
:
'
https://cpapi.footseen.xyz/
frontPage/queryLiveUsers?lang=2&os=pc_web&cid=ftsweb&webVersion=1000&pageNum=1&pageSize=100&pageID=c0bc8998f192ed39e98dc97a6170186e'
,
url
:
'
'
+
$ip
+
'
frontPage/queryLiveUsers?lang=2&os=pc_web&cid=ftsweb&webVersion=1000&pageNum=1&pageSize=100&pageID=c0bc8998f192ed39e98dc97a6170186e'
,
success
:
function
(
data
){
// // console.log('直播列表',data)
if
(
data
.
roomList
.
length
==
0
){
...
...
@@ -420,7 +420,8 @@ $(function(){
var
html
=
[];
for
(
var
i
=
0
;
i
<
data
.
roomList
.
length
;
i
++
){
var
list
=
data
.
roomList
[
i
]
html
+=
'
<
a
href
=
"index.html"
><
div
class
=
"live-box"
>
';
console
.
log
(
list
.
roomId
)
html
+=
'
<
a
href
=
"room/liveRoom.html?roomId='+list.roomId+'"
><
div
class
=
"live-box"
>
';
html+='
<
div
class
=
"live-face-box"
><
img
src
=
"https://zhibocdn.yabolive.net/comm'+list.face.split('?')[0]+'?x-oss-process=image/resize,w_180"
alt
=
""
><
/div>'
;
html
+=
'
<
div
class
=
"live-box-name"
>
'+list.nickname+'
<
/div>'
;
html
+=
'
<
/div></
a
>
';
...
...
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