Commit 968d0c7f by libai

测试

parent 853813f0
Showing with 6 additions and 6 deletions
...@@ -346,7 +346,7 @@ ...@@ -346,7 +346,7 @@
position: absolute; position: absolute;
height: 0.5rem; height: 0.5rem;
bottom: 0.2rem; bottom: 0.2rem;
right: 3.9rem; left: 0.45rem;
} }
.video-more .video-more1 { .video-more .video-more1 {
color: #ffffff; color: #ffffff;
...@@ -399,7 +399,7 @@ ...@@ -399,7 +399,7 @@
color: #fff; color: #fff;
position: absolute; position: absolute;
top: 3.1rem; top: 3.1rem;
left: 1.45rem; left: 0.45rem;
} }
.add-video-box { .add-video-box {
position: relative; position: relative;
......
...@@ -355,7 +355,7 @@ ...@@ -355,7 +355,7 @@
position: absolute; position: absolute;
height: 0.5rem; height: 0.5rem;
bottom: 0.2rem; bottom: 0.2rem;
right: 3.9rem; left: 0.45rem;
.video-more1{ .video-more1{
color: #ffffff; color: #ffffff;
font-size: 0.3rem; font-size: 0.3rem;
...@@ -408,7 +408,7 @@ ...@@ -408,7 +408,7 @@
color: #fff; color: #fff;
position: absolute; position: absolute;
top: 3.1rem; top: 3.1rem;
left: 1.45rem; left: .45rem;
} }
.add-video-box{ .add-video-box{
position: relative; position: relative;
......
...@@ -305,8 +305,8 @@ $(function(){ ...@@ -305,8 +305,8 @@ $(function(){
html+='<div class="video-more">'; html+='<div class="video-more">';
html+='<div class="video-more1"><img src="images/message.png" alt=""> '+list.comment+'</div>'; html+='<div class="video-more1"><img src="images/message.png" alt=""> '+list.comment+'</div>';
html+='</div>'; html+='</div>';
html+='<img class="video-face" src="https://zhibocdn.yabolive.net/comm'+list.face+'?x-oss-process=image/resize,w_180" alt="">'; // html+='<img class="video-face" src="https://zhibocdn.yabolive.net/comm'+list.face+'?x-oss-process=image/resize,w_180" alt="">';
html+='<p class="video-title">'+list.nickname+'</p>'; html+='<p class="video-title">'+videoList.title+'</p>';
html+='<div class="videos-shadow"></div>'; html+='<div class="videos-shadow"></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