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
fb185bf4
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
08098630
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
mTest/room/css/liveRoom.css
mTest/room/css/liveRoom.less
mTest/room/liveRoom.html
mTest/room/css/liveRoom.css
View file @
fb185bf4
...
@@ -1623,6 +1623,6 @@
...
@@ -1623,6 +1623,6 @@
left
:
-2.5rem
;
left
:
-2.5rem
;
top
:
50%
;
top
:
50%
;
margin-top
:
-7.5rem
;
margin-top
:
-7.5rem
;
opacity
:
0.
7
;
opacity
:
0.
5
;
filter
:
blur
(
0.3rem
);
filter
:
blur
(
0.3rem
);
}
}
This diff is collapsed.
Click to expand it.
mTest/room/css/liveRoom.less
View file @
fb185bf4
...
@@ -1675,6 +1675,6 @@
...
@@ -1675,6 +1675,6 @@
left: -2.5rem;
left: -2.5rem;
top: 50%;
top: 50%;
margin-top: -7.5rem;
margin-top: -7.5rem;
opacity: 0.
7
;
opacity: 0.
5
;
filter: blur(0.3rem);
filter: blur(0.3rem);
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
mTest/room/liveRoom.html
View file @
fb185bf4
...
@@ -686,9 +686,9 @@ $(function(){
...
@@ -686,9 +686,9 @@ $(function(){
$
(
"#myVideo"
).
on
(
"canplay"
,
function
(){
$
(
"#myVideo"
).
on
(
"canplay"
,
function
(){
setTimeout
(
function
()
{
setTimeout
(
function
()
{
clearInterval
(
loadT
)
clearInterval
(
loadT
)
$
(
".room-content-loading"
).
fadeOut
(
350
)
$
(
".room-content-loading"
).
hide
(
)
$
(
".loading-face"
).
fadeOut
(
350
)
$
(
".loading-face"
).
hide
(
)
},
5
00
);
},
10
00
);
$
(
".sound-btn"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
$
(
".sound-btn"
).
unbind
(
"click"
).
on
(
"click"
,
function
(){
var
_self
=
$
(
this
)
var
_self
=
$
(
this
)
...
...
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