Commit 0eb6a8bd by libai

测试

parent c10555db
......@@ -873,7 +873,7 @@ $(function(){
html+='<p class="video-title">'+videoList.title+'</p>';
html+='<div class="video-tag-box">';
for(var j=0;j<list.tags.length;j++){
html+='<div data-type="'+list.tags[j].tagId+'" class="tag">#'+list.tags[j].tagName+'</div>';
html+='<div data-type="'+list.tags[j].tagId+'" class="tag">'+list.tags[j].tagName+'</div>';
}
html+='</div>';
html+='</div>';
......@@ -907,7 +907,7 @@ $(function(){
html+='<p class="video-title">'+imgList.title+'</p>';
html+='<div class="video-tag-box">';
for(var j=0;j<list.tags.length;j++){
html+='<div data-type="'+list.tags[j].tagId+'" class="tag">#'+list.tags[j].tagName+'</div>';
html+='<div data-type="'+list.tags[j].tagId+'" class="tag">'+list.tags[j].tagName+'</div>';
}
html+='</div>';
html+='</div>';
......
......@@ -180,17 +180,16 @@ html * {
}
.hot-box {
position: relative;
width: 204px;
height: 110px;
background: url(../images/hot-box.png) no-repeat;
width: 174px;
height: 86px;
background: url(../images/hot-box.png?v=20220801) no-repeat;
margin: 0 auto;
margin-top: -2px;
color: #fff;
font-size: 16px;
margin-top: 8px;
color: #F03693;
font-size: 18px;
font-weight: 700;
text-align: center;
line-height: 132px;
text-shadow: 1px 2px 2px #D38167;
line-height: 120px;
}
.hot-list-box {
display: none;
......@@ -205,17 +204,16 @@ html * {
box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.3);
}
.rich-box {
width: 204px;
height: 110px;
background: url(../images/rich-box.png) no-repeat;
width: 174px;
height: 86px;
background: url(../images/rich-box.png?v=20220801) no-repeat;
margin: 0 auto;
margin-top: -18px;
color: #fff;
font-size: 16px;
margin-top: 10px;
color: #7644F0;
font-size: 18px;
font-weight: 700;
text-align: center;
line-height: 132px;
text-shadow: 1px 2px 2px #8B52E3;
line-height: 120px;
position: relative;
}
.rich-add-box {
......@@ -415,10 +413,10 @@ html * {
.guard-list {
position: relative;
width: 174px;
height: 330px;
background: url(../images/guard-list.png) no-repeat;
height: 350px;
background: url(../images/guard-list.png?v=20220801) no-repeat;
margin: 0 auto;
margin-top: -6px;
margin-top: 10px;
}
.guard-list-ul {
width: 174px;
......
......@@ -195,17 +195,17 @@ html{
}
.hot-box{
position: relative;
width: 204px;
height: 110px;
background: url(../images/hot-box.png)no-repeat;
width: 174px;
height: 86px;
background: url(../images/hot-box.png?v=20220801)no-repeat;
margin: 0 auto;
margin-top: -2px;
color: #fff;
font-size: 16px;
margin-top: 8px;
color: #F03693;
font-size: 18px;
font-weight: 700;
text-align: center;
line-height: 132px;
text-shadow: 1px 2px 2px #D38167;
line-height: 120px;
// text-shadow: 1px 2px 2px #D38167;
}
.hot-list-box{
display: none;
......@@ -220,17 +220,17 @@ html{
box-shadow: 2px 0px 20px rgba(0,0,0,0.3);
}
.rich-box{
width: 204px;
height: 110px;
background: url(../images/rich-box.png)no-repeat;
width: 174px;
height: 86px;
background: url(../images/rich-box.png?v=20220801)no-repeat;
margin: 0 auto;
margin-top: -18px;
color: #fff;
font-size: 16px;
margin-top: 10px;
color: #7644F0;
font-size: 18px;
font-weight: 700;
text-align: center;
line-height: 132px;
text-shadow: 1px 2px 2px #8B52E3;
line-height: 120px;
// text-shadow: 1px 2px 2px #8B52E3;
position: relative;
}
.rich-add-box{
......@@ -432,10 +432,10 @@ html{
.guard-list{
position: relative;
width: 174px;
height: 330px;
background: url(../images/guard-list.png)no-repeat;
height: 350px;
background: url(../images/guard-list.png?v=20220801)no-repeat;
margin: 0 auto;
margin-top:-6px;
margin-top: 10px;
}
.guard-list-ul{
width: 174px;
......

11.9 KB | W: | H:

4.89 KB | W: | H:

room/images/guard-list.png
room/images/guard-list.png
room/images/guard-list.png
room/images/guard-list.png
  • 2-up
  • Swipe
  • Onion skin

5.16 KB | W: | H:

3.9 KB | W: | H:

room/images/hot-box.png
room/images/hot-box.png
room/images/hot-box.png
room/images/hot-box.png
  • 2-up
  • Swipe
  • Onion skin

5.11 KB | W: | H:

3.44 KB | W: | H:

room/images/rich-box.png
room/images/rich-box.png
room/images/rich-box.png
room/images/rich-box.png
  • 2-up
  • Swipe
  • Onion skin

45.6 KB | W: | H:

34.7 KB | W: | H:

room/images/room-bg.png
room/images/room-bg.png
room/images/room-bg.png
room/images/room-bg.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -21,7 +21,7 @@
<link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="../css/swiper.min.css">
<link rel="stylesheet" href="css/index.css?v=2022072901">
<link rel="stylesheet" href="css/room.css?v=2022073002">
<link rel="stylesheet" href="css/room.css?v=2022080101">
<link rel="stylesheet" href="../css/login.css?v=2022073003">
<script src="../lib/flv.js"></script>
<script src="https://accounts.google.com/gsi/client" async defer></script>
......@@ -586,7 +586,8 @@ $(function () {
html += '<div><span>ID:</span> ' + data.roomBaseInfo.uid + '</div>';
if (data.roomBaseInfo.addr != '') html += '<div><span>來自:</span> ' + data.roomBaseInfo.addr + '</div>';
else html += '<div><span>來自:</span> 未知</div>';
html += '<div><span>年齡:</span> ' + data.roomBaseInfo.age + '</div>';
if(data.roomBaseInfo.age==0) html += '<div><span>年齡:</span> 秘密</div>';
else html += '<div><span>年齡:</span> ' + data.roomBaseInfo.age + '</div>';
if(data.roomBaseInfo.height=='')html += '<div><span>身高:</span> 秘密</div>';
else html += '<div><span>身高:</span> ' + data.roomBaseInfo.height + 'cm</div>';
if(data.roomBaseInfo.weight=='') html += '<div><span>體重:</span> 秘密</div>';
......
......@@ -183,7 +183,7 @@ $(function(){
var tagsArr=[];
list=msg.topic
for(var j=0;j<list.tags.length;j++){
html+='<div data-type="'+list.tags[j].tagId+'" class="tag">#'+list.tags[j].tagName+'</div>';
html+='<div data-type="'+list.tags[j].tagId+'" class="tag">'+list.tags[j].tagName+'</div>';
if(j+1==list.tags.length) tagsArr+=''+list.tags[j].tagName+''
else tagsArr+=''+list.tags[j].tagName+','
}
......@@ -211,7 +211,7 @@ $(function(){
var html=[];
for(var i=0;i<data.tags.length;i++){
var list=data.tags[i]
html+='<div>#'+list.tagName+'</div>';
html+='<div>'+list.tagName+'</div>';
}
$(".video-tag-box").html(html);
var html=[];
......@@ -365,7 +365,7 @@ $(function(){
html+='<p class="video-title">'+videoList.title+'</p>';
html+='<div class="video-tag-box">';
for(var j=0;j<list.tags.length;j++){
html+='<div data-type="'+list.tags[j].tagId+'" class="tag">#'+list.tags[j].tagName+'</div>';
html+='<div data-type="'+list.tags[j].tagId+'" class="tag">'+list.tags[j].tagName+'</div>';
}
html+='</div>';
html+='</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