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
c2e989fd
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
f1c6bb23
master
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
10 deletions
room/css/room.css
room/css/room.less
room/liveRoom.html
room/css/room.css
View file @
c2e989fd
...
...
@@ -41,14 +41,13 @@
height
:
268px
;
}
@media
screen
and
(
min-width
:
2400px
)
{
body
.
big-room-box
{
body
.
live-m
{
transform
:
scale
(
1.3
);
position
:
relative
;
top
:
24%
;
margin-top
:
100px
;
}
body
.more-live-box
{
width
:
1868px
;
top
:
427
px
;
top
:
230
px
;
}
body
.more-live-ul
li
{
width
:
292px
;
...
...
This diff is collapsed.
Click to expand it.
room/css/room.less
View file @
c2e989fd
...
...
@@ -44,14 +44,18 @@
}
@media screen and (min-width: 2400px) {
body{
.big-room-box{
// .big-room-box{
// transform: scale(1.3);
// position: relative;
// top: 24%;
// }
.live-m{
transform: scale(1.3);
position: relative;
top: 24%;
margin-top: 100px;
}
.more-live-box{
width: 1868px;
top:
427
px;
top:
230
px;
}
.more-live-ul li{
width: 292px;
...
...
This diff is collapsed.
Click to expand it.
room/liveRoom.html
View file @
c2e989fd
...
...
@@ -21,7 +21,7 @@
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"../css/swiper.min.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=2022072901"
>
<link
rel=
"stylesheet"
href=
"css/room.css?v=20220
80102
"
>
<link
rel=
"stylesheet"
href=
"css/room.css?v=20220
90701
"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=2022073003"
>
<script
src=
"../lib/flv.js"
></script>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
...
...
@@ -1511,7 +1511,6 @@ $(function () {
pass
:
true
,
pageID
:
localStorage
.
canvasCode
},
success
:
function
(
data
){
// console.log('用戶在線列表',data);
$
(
".online-num"
).
text
(
data
.
count
)
...
...
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