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
bec1413c
authored
Jul 30, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
8a2d7a4d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletions
room/css/room.css
room/css/room.less
room/liveRoom.html
room/css/room.css
View file @
bec1413c
...
...
@@ -1093,6 +1093,9 @@ input::-webkit-input-placeholder {
color
:
#AAAAAA
;
position
:
relative
;
}
.mc-car-box
p
{
line-height
:
60px
;
}
.mc-car-ul
{
position
:
absolute
;
left
:
80px
;
...
...
room/css/room.less
View file @
bec1413c
...
...
@@ -1136,6 +1136,9 @@ input::-webkit-input-placeholder{
// background: pink;
color: #AAAAAA;
position: relative;
p{
line-height: 60px;
}
}
.mc-car-ul{
position: absolute;
...
...
room/liveRoom.html
View file @
bec1413c
...
...
@@ -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=202207300
1
"
>
<link
rel=
"stylesheet"
href=
"css/room.css?v=202207300
2
"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=2022072901"
>
<script
src=
"../lib/flv.js"
></script>
<script
src=
"https://accounts.google.com/gsi/client"
async
defer
></script>
...
...
@@ -599,12 +599,15 @@ $(function () {
$
(
".mc-rich-p"
).
html
(
html
);
var
html
=
[];
if
(
data
.
roomOtherInfo
.
motoring
.
resource
!=
undefined
)
html
+=
'
<
li
><
img
src
=
"https://zhibocdn.yabolive.net/comm' + data.roomOtherInfo.motoring.resource + '?x-oss-process=image/resize,w_45"
alt
=
""
><
/li>'
;
else
html
+=
'
<
p
>
暫無座駕
<
/p>
'
$
(
".mc-car-ul"
).
html
(
html
);
var
html
=
[];
for
(
var
i
=
0
;
i
<
data
.
roomOtherInfo
.
medals
.
length
;
i
++
){
var
list
=
data
.
roomOtherInfo
.
medals
[
i
]
html
+=
'
<
img
src
=
"https://zhibocdn.yabolive.net/comm' + data.roomOtherInfo.medals[i] + '?x-oss-process=image/resize,w_45"
alt
=
""
>
';
}
if(data.roomOtherInfo.medals.length==0) html+='
&
nbsp
暫無勛章
'
$(".mc-title-box >span").html(html);
$(".material-span-other1 ,.material-span-other2").unbind("click").on("click",function(){
scrollTo($(".mc-means-box"),200)
...
...
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