Commit 920ef036 by libai

测试

parent 3dfd069e
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
background: url(../images/downBtn2.png) no-repeat; background: url(../images/downBtn2.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: absolute; position: absolute;
bottom: 0.2rem; bottom: 1.2rem;
z-index: 5; z-index: 5;
left: 50%; left: 50%;
margin-left: -3.17rem; margin-left: -3.17rem;
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
background: url(../images/downBtn2.png)no-repeat; background: url(../images/downBtn2.png)no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
position: absolute; position: absolute;
bottom: 0.2rem; bottom: 1.2rem;
z-index: 5; z-index: 5;
left: 50%; left: 50%;
margin-left: -3.17rem; margin-left: -3.17rem;
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,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/index.css?v=20220602"> <link rel="stylesheet" href="css/index.css?v=2022060201">
<style> <style>
</style> </style>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,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/index.css?v=20220602"> <link rel="stylesheet" href="css/index.css?v=2022060201">
<style> <style>
.new-bg{ .new-bg{
background: url(images/bg-new2.png)no-repeat; background: url(images/bg-new2.png)no-repeat;
......
...@@ -250,7 +250,7 @@ $(function(){ ...@@ -250,7 +250,7 @@ $(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="download/down1.html?qd=ftsBH5ZB"><div class="live-box">'; html+='<a href="download/download2.html?qd=ftsBH5ZB"><div class="live-box">';
html+='<div class="live-face-box"><img src="https://zhibocdn.yabolive.net/comm'+list.face.split('?')[0]+'?x-oss-process=image/resize,w_180" alt=""></div>'; html+='<div class="live-face-box"><img src="https://zhibocdn.yabolive.net/comm'+list.face.split('?')[0]+'?x-oss-process=image/resize,w_180" alt=""></div>';
html+='<div class="live-box-name">'+list.nickname+'</div>'; html+='<div class="live-box-name">'+list.nickname+'</div>';
html+='</div></a>'; html+='</div></a>';
......
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