Commit e5337243 by libai

测试

parent 12be5840
...@@ -628,11 +628,11 @@ $(function(){ ...@@ -628,11 +628,11 @@ $(function(){
var html=[]; var html=[];
for(var i=0;i<data.roomList.length;i++){ for(var i=0;i<data.roomList.length;i++){
var list=data.roomList[i] var list=data.roomList[i]
html+='<a href="room/liveRoom.html?roomId='+list.roomId+'&sound=1"><li>'; html+='<a href="room/liveRoom.html?roomId='+list.roomId+'&sound=1"><li data-type="https://zhibocdn.yabolive.net/comm'+list.face.split("?")[0]+'?x-oss-process=image/resize,w_180">';
if(list.liveScope==3&&list.selfLock==1)html+='<img class="secret" src="images/secret-ok.png" alt="">'; if(list.liveScope==3&&list.selfLock==1)html+='<img class="secret" src="images/secret-ok.png" alt="">';
else if(list.liveScope==3&&list.selfLock==0)html+='<img class="secret" src="images/secret-no.png" alt="">'; else if(list.liveScope==3&&list.selfLock==0)html+='<img class="secret" src="images/secret-no.png" alt="">';
html+='<div class="hot-num-box"><img src="images/hot.png"><span>'+list.onlinenum+'</span></div>'; html+='<div class="hot-num-box"><img src="images/hot.png"><span>'+list.onlinenum+'</span></div>';
html+='<img class="live-li-face" src="https://zhibocdn.yabolive.net/comm'+list.face.split("?")[0]+'?x-oss-process=image/resize,w_180" alt="">'; html+='<img class="live-li-face" src="images/layz.png" alt="">';
html+='<div class="live-shadow"></div>'; html+='<div class="live-shadow"></div>';
html+='<div class="live-bottom-box">'; html+='<div class="live-bottom-box">';
html+='<p>'+list.nickname+'</p>'; html+='<p>'+list.nickname+'</p>';
...@@ -645,7 +645,9 @@ $(function(){ ...@@ -645,7 +645,9 @@ $(function(){
} }
}) })
} }
function layzGo(){
}
function searchGoUser(e,pageNum){ function searchGoUser(e,pageNum){
$.ajax({ $.ajax({
url:$ip+'search/queryUser', url:$ip+'search/queryUser',
......
...@@ -1617,12 +1617,12 @@ ...@@ -1617,12 +1617,12 @@
.loading-face { .loading-face {
position: absolute; position: absolute;
display: none; display: none;
width: 15rem; width: 20rem;
height: 15rem; height: 20rem;
z-index: -1; z-index: -1;
left: -2.5rem; left: -5rem;
top: 50%; top: 50%;
margin-top: -7.5rem; margin-top: -10rem;
opacity: 0.5; opacity: 0.5;
filter: blur(0.3rem); filter: blur(0.4rem);
} }
...@@ -1669,12 +1669,12 @@ ...@@ -1669,12 +1669,12 @@
.loading-face{ .loading-face{
position: absolute; position: absolute;
display: none; display: none;
width: 15rem; width: 20rem;
height: 15rem; height: 20rem;
z-index: -1; z-index: -1;
left: -2.5rem; left: -5rem;
top: 50%; top: 50%;
margin-top: -7.5rem; margin-top: -10rem;
opacity: 0.5; opacity: 0.5;
filter: blur(0.3rem); filter: blur(0.4rem);
} }
\ No newline at end of file
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<script src="../lib/fsize.js"></script> <script src="../lib/fsize.js"></script>
<link rel="stylesheet" href="../css/base.css"> <link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/layer.css"> <link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="css/liveRoom.css?v=2022111802"> <link rel="stylesheet" href="css/liveRoom.css?v=2022111808">
<link rel="stylesheet" href="../css/login.css?v=2022111801"> <link rel="stylesheet" href="../css/login.css?v=2022111801">
<script src="https://accounts.google.com/gsi/client" async defer></script> <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> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment