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
7b09ca0d
authored
Nov 18, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
c940b0f4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
15 deletions
mTest/room/css/liveRoom.css
mTest/room/css/liveRoom.less
mTest/room/liveRoom.html
mTest/room/css/liveRoom.css
View file @
7b09ca0d
...
@@ -1596,11 +1596,6 @@
...
@@ -1596,11 +1596,6 @@
filter
:
blur
(
0.2rem
);
filter
:
blur
(
0.2rem
);
opacity
:
0.8
;
opacity
:
0.8
;
}
}
.room-content
{
width
:
10rem
;
position
:
fixed
;
overflow
:
hidden
;
}
.room-content-loading
{
.room-content-loading
{
display
:
none
;
display
:
none
;
width
:
10rem
;
width
:
10rem
;
...
...
mTest/room/css/liveRoom.less
View file @
7b09ca0d
...
@@ -1647,11 +1647,7 @@
...
@@ -1647,11 +1647,7 @@
filter: blur(0.2rem);
filter: blur(0.2rem);
opacity: 0.8;
opacity: 0.8;
}
}
.room-content{
width: 10rem;
position: fixed;
overflow: hidden;
}
.room-content-loading{
.room-content-loading{
display: none;
display: none;
width: 10rem;
width: 10rem;
...
...
mTest/room/liveRoom.html
View file @
7b09ca0d
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<script
src=
"../lib/fsize.js"
></script>
<script
src=
"../lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"../css/base.css"
>
<link
rel=
"stylesheet"
href=
"../css/base.css"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/liveRoom.css?v=202211181
3
"
>
<link
rel=
"stylesheet"
href=
"css/liveRoom.css?v=202211181
4
"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=2022111801"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=2022111801"
>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></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>
<script
async
defer
crossorigin=
"anonymous"
src=
"https://connect.facebook.net/en_US/sdk.js"
></script>
...
@@ -60,6 +60,10 @@
...
@@ -60,6 +60,10 @@
.layui-layer
{
.layui-layer
{
box-shadow
:
none
!important
;
box-shadow
:
none
!important
;
}
}
body
{
overflow
:
hidden
;
width
:
100%
;
}
</style>
</style>
</head>
</head>
<body
style=
"background: rgb(153, 156, 166);overflow: hidden;font-size: 12px;"
>
<body
style=
"background: rgb(153, 156, 166);overflow: hidden;font-size: 12px;"
>
...
@@ -571,15 +575,13 @@ $(function(){
...
@@ -571,15 +575,13 @@ $(function(){
var
dHeight
=
$
(
document
).
height
()
var
dHeight
=
$
(
document
).
height
()
$
(
".touch-box"
).
css
(
"height"
,
dHeight
/
2.5
+
"px"
)
$
(
".touch-box"
).
css
(
"height"
,
dHeight
/
2.5
+
"px"
)
$
(
".touch-box"
).
css
(
"margin-top"
,
-
dHeight
/
5
+
"px"
)
$
(
".touch-box"
).
css
(
"margin-top"
,
-
dHeight
/
5
+
"px"
)
$
(
"body"
).
css
(
"height"
,
dHeight
+
'px'
)
var
topRoomId
var
topRoomId
var
BottomRoomId
var
BottomRoomId
localStorage
.
canvasCode
=
"phone"
localStorage
.
canvasCode
=
"phone"
var
giftMd5
=
null
;
var
giftMd5
=
null
;
var
loadT
=
null
;
var
loadT
=
null
;
$
(
".room-content"
).
css
(
"height"
,
$
(
document
).
height
()
-
2
)
$
(
".room-bg"
).
css
(
"top"
,
"1px"
)
// $(".room-bg").css("height",$(document).height()-2)
// $(".room-bg").css("top","1px")
// hotList()
// hotList()
liveList
(
1
)
liveList
(
1
)
...
...
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