Commit 63aa3c9a by libai

测试

parent e4c4ffa0
...@@ -713,10 +713,28 @@ ...@@ -713,10 +713,28 @@
} }
.secret { .secret {
position: absolute; position: absolute;
width: 0.32rem; width: 0.9rem;
z-index: 10; z-index: 10;
top: 0.2rem; top: 0.2rem;
left: 0.3rem; right: 0.3rem;
animation: lockShow 3s linear infinite;
}
@keyframes lockShow {
0% {
opacity: 1;
}
20% {
opacity: 1;
}
50% {
opacity: 0.6;
}
80% {
opacity: 1;
}
100% {
opacity: 1;
}
} }
.nav-shadow { .nav-shadow {
width: 100vw; width: 100vw;
......
...@@ -733,10 +733,28 @@ ...@@ -733,10 +733,28 @@
} }
.secret{ .secret{
position: absolute; position: absolute;
width: 0.32rem; width: 0.9rem;
z-index: 10; z-index: 10;
top: 0.2rem; top: 0.2rem;
left: 0.3rem; right: 0.3rem;
animation: lockShow 3s linear infinite;
}
@keyframes lockShow {
0% {
opacity: 1;
}
20% {
opacity: 1;
}
50% {
opacity: 0.6;
}
80% {
opacity: 1;
}
100% {
opacity: 1;
}
} }
.nav-shadow{ .nav-shadow{
width: 100vw; width: 100vw;
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
<link rel="stylesheet" href="css/base.css?v=2022111701"> <link rel="stylesheet" href="css/base.css?v=2022111701">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2022111811"> <link rel="stylesheet" href="css/index.css?v=2022112201">
<link rel="stylesheet" href="css/login.css?v=2022111811"> <link rel="stylesheet" href="css/login.css?v=2022111811">
<script src="https://accounts.google.com/gsi/client" async defer></script> <script src="https://accounts.google.com/gsi/client" async defer></script>
...@@ -683,9 +683,9 @@ $(function(){ ...@@ -683,9 +683,9 @@ $(function(){
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 data-type="https://zhibocdn.yabolive.net/comm'+list.face.split("?")[0]+'?x-oss-process=image/resize,w_180">'; 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)html+='<img class="secret" src="images/Lock-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>'; if(list.onlinenum)html+='<div class="hot-num-box"><img src="images/hot.png"><span>'+list.onlinenum+'</span></div>';
// html+='<img class="live-li-face" src="images/layz.png" alt="">'; // html+='<img class="live-li-face" src="images/layz.png" alt="">';
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="https://zhibocdn.yabolive.net/comm'+list.face.split("?")[0]+'?x-oss-process=image/resize,w_180" alt="">';
html+='<div class="live-shadow"></div>'; html+='<div class="live-shadow"></div>';
......
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