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
04f43906
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
54a9b680
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
11 deletions
mTest/room/css/liveRoom.css
mTest/room/css/liveRoom.less
mTest/room/liveRoom.html
mTest/userRoom.html
mTest/room/css/liveRoom.css
View file @
04f43906
...
...
@@ -1380,9 +1380,14 @@
}
.room-secret-bg
img
{
vertical-align
:
middle
;
width
:
16rem
;
margin-left
:
-3rem
;
filter
:
blur
(
0.2rem
);
width
:
20rem
;
height
:
20rem
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
margin-left
:
-10rem
;
margin-top
:
-10rem
;
filter
:
blur
(
0.4rem
);
}
.room-secret-shadow
{
width
:
10rem
;
...
...
This diff is collapsed.
Click to expand it.
mTest/room/css/liveRoom.less
View file @
04f43906
...
...
@@ -1421,9 +1421,14 @@
position: absolute;
img{
vertical-align: middle;
width: 16rem;
margin-left: -3rem;
filter:blur(0.2rem)
width: 20rem;
height: 20rem;
position: absolute;
top: 50%;
left: 50%;
margin-left: -10rem;
margin-top: -10rem;
filter:blur(0.4rem)
}
}
.room-secret-shadow{
...
...
This diff is collapsed.
Click to expand it.
mTest/room/liveRoom.html
View file @
04f43906
...
...
@@ -32,7 +32,7 @@
<script
src=
"../lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"../css/base.css"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/liveRoom.css?v=202211210
1
"
>
<link
rel=
"stylesheet"
href=
"css/liveRoom.css?v=202211210
2
"
>
<link
rel=
"stylesheet"
href=
"../css/login.css?v=2022111808"
>
<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>
...
...
@@ -153,8 +153,8 @@
<div
style=
"display: none;"
class=
"room-secret"
>
<img
class=
"room-close"
src=
"images/close.png"
alt=
""
>
<div
class=
"room-secret-mc"
>
<img
src=
"https://zhibocdn.yabolive.net/comm/stscli/prod/4106446166423916818508c02555a3a647828c50948d55f57692.jpg?x-oss-process=image/resize,w_100"
alt=
""
>
<p>
主播昵称预留
</p>
<
!-- <
img src="https://zhibocdn.yabolive.net/comm/stscli/prod/4106446166423916818508c02555a3a647828c50948d55f57692.jpg?x-oss-process=image/resize,w_100" alt="">
<p>主播昵称预留</p>
-->
</div>
<div
class=
"room-secret-shadow"
></div>
<div
class=
"room-secret-bg"
>
...
...
@@ -712,7 +712,7 @@ $(function(){
}
// flvPlay(data.pullFlowUrl)
$
(
"#myVideo"
).
on
(
"error"
,
function
(
e
){
layer
.
msg
(
e
)
layer
.
msg
(
"播放失敗"
)
})
$
(
"#myVideo"
).
on
(
"canplay"
,
function
(){
setTimeout
(
function
()
{
...
...
This diff is collapsed.
Click to expand it.
mTest/userRoom.html
View file @
04f43906
...
...
@@ -79,7 +79,7 @@
<div
class=
"zone-content-box1"
>
<div
class=
"zone-content-box1-id"
>
ID: 185202
<div>
♀20
</div></div>
<div
class=
"zone-content-box1-poster"
><img
src=
"images/poster.png"
>
深圳,中國
</div>
<div
class=
"zone-content-box1-card"
>
<div
class=
"zone-content-box1-card
clearfix
"
>
<div>
巨蟹座
</div>
<div>
55kg
</div>
<div>
170cm
</div>
...
...
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