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
d2c10e82
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
72f941b1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
mTest/room/css/liveRoom.css
mTest/room/css/liveRoom.less
mTest/room/liveRoom.html
mTest/room/css/liveRoom.css
View file @
d2c10e82
...
...
@@ -123,6 +123,7 @@
height
:
0.6rem
;
width
:
10rem
;
position
:
absolute
;
display
:
none
;
top
:
1.2rem
;
}
.hot-list-box
{
...
...
This diff is collapsed.
Click to expand it.
mTest/room/css/liveRoom.less
View file @
d2c10e82
...
...
@@ -126,7 +126,7 @@
height: 0.6rem;
width: 10rem;
position: absolute;
display: none;
top: 1.2rem;
}
.hot-list-box{
...
...
This diff is collapsed.
Click to expand it.
mTest/room/liveRoom.html
View file @
d2c10e82
...
...
@@ -837,6 +837,7 @@ $(function(){
if(data.room.isLike!=0)$(".room-mc-box").addClass("room-mc-box2")
$(".hot-list-box").html('
<
img
src
=
"images/hot-icon.png"
alt
=
""
><
i
>
'+data.room.hotResult.score+'
<
/i> <span>></
span
>
')
$(".room-hot-box span").text(data.roomOtherInfo.charm)
$(".rich-tips-box").show()
$(".room-mc-face").unbind("click").on("click",function(){
layer.open({
type: 2,
...
...
@@ -2160,9 +2161,11 @@ $(function(){
return
;
}
if
(
data
.
code
==
1
){
$
(
".keyboard-input"
).
val
(
""
)
$
(
".keyboard-box"
).
hide
()
$
(
".layer-shadow"
).
hide
()
$
(
".keyboard-input"
).
val
(
""
)
}
}
})
...
...
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