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
6e26436d
authored
Jul 30, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
98a22cf5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
room/css/room.css
room/css/room.less
room/liveRoom.html
room/css/room.css
View file @
6e26436d
...
...
@@ -1985,6 +1985,7 @@ input::-webkit-input-placeholder {
margin
:
0
auto
;
background
:
#EEE4DC
;
border-radius
:
8px
;
overflow
:
hidden
;
}
.layer-photo-content-left
{
width
:
775px
;
...
...
room/css/room.less
View file @
6e26436d
...
...
@@ -2046,6 +2046,7 @@ input::-webkit-input-placeholder{
margin: 0 auto;
background:#EEE4DC;
border-radius: 8px ;
overflow: hidden;
}
.layer-photo-content-left{
width: 775px;
...
...
room/liveRoom.html
View file @
6e26436d
...
...
@@ -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=202207
29
01"
>
<link
rel=
"stylesheet"
href=
"css/room.css?v=202207
30
01"
>
<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>
...
...
@@ -1793,7 +1793,10 @@ $(function () {
html
+=
'
<
/ul>'
;
}
if
(
imagesList
.
images
[
0
].
high
>
900
)
html
+=
'
<
img
style
=
"height:900px"
class
=
"photo-content-left-img"
src
=
"https://zhibocdn.yabolive.net/comm'+imagesList.images[0].url+'?x-oss-process=image/resize,w_775"
alt
=
""
>
';
if
(
imagesList
.
images
[
0
].
high
>
900
){
if
(
imagesList
.
images
[
0
].
high
>
imagesList
.
images
[
0
].
wide
)
html
+=
'
<
img
style
=
"height:900px"
class
=
"photo-content-left-img"
src
=
"https://zhibocdn.yabolive.net/comm'+imagesList.images[0].url+'?x-oss-process=image/resize,w_775"
alt
=
""
>
';
else html+='
<
img
style
=
"width:775px"
class
=
"photo-content-left-img"
src
=
"https://zhibocdn.yabolive.net/comm'+imagesList.images[0].url+'?x-oss-process=image/resize,w_775"
alt
=
""
>
';
}
else if(imagesList.images[0].wide>775)html+='
<
img
style
=
"width:775px"
class
=
"photo-content-left-img"
src
=
"https://zhibocdn.yabolive.net/comm'+imagesList.images[0].url+'?x-oss-process=image/resize,w_775"
alt
=
""
>
';
else html+='
<
img
style
=
"height:'+imagesList.images[0].high+'px;width:'+imagesList.images[0].wide+'px"
class
=
"photo-content-left-img"
src
=
"https://zhibocdn.yabolive.net/comm'+imagesList.images[0].url+'?x-oss-process=image/resize,w_775"
alt
=
""
>
';
$(".layer-photo-content-left").html(html);
...
...
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