Commit 0eb6a8bd by libai

测试

parent c10555db
...@@ -873,7 +873,7 @@ $(function(){ ...@@ -873,7 +873,7 @@ $(function(){
html+='<p class="video-title">'+videoList.title+'</p>'; html+='<p class="video-title">'+videoList.title+'</p>';
html+='<div class="video-tag-box">'; html+='<div class="video-tag-box">';
for(var j=0;j<list.tags.length;j++){ 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>';
html+='</div>'; html+='</div>';
...@@ -907,7 +907,7 @@ $(function(){ ...@@ -907,7 +907,7 @@ $(function(){
html+='<p class="video-title">'+imgList.title+'</p>'; html+='<p class="video-title">'+imgList.title+'</p>';
html+='<div class="video-tag-box">'; html+='<div class="video-tag-box">';
for(var j=0;j<list.tags.length;j++){ 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>';
html+='</div>'; html+='</div>';
......
...@@ -180,17 +180,16 @@ html * { ...@@ -180,17 +180,16 @@ html * {
} }
.hot-box { .hot-box {
position: relative; position: relative;
width: 204px; width: 174px;
height: 110px; height: 86px;
background: url(../images/hot-box.png) no-repeat; background: url(../images/hot-box.png?v=20220801) no-repeat;
margin: 0 auto; margin: 0 auto;
margin-top: -2px; margin-top: 8px;
color: #fff; color: #F03693;
font-size: 16px; font-size: 18px;
font-weight: 700; font-weight: 700;
text-align: center; text-align: center;
line-height: 132px; line-height: 120px;
text-shadow: 1px 2px 2px #D38167;
} }
.hot-list-box { .hot-list-box {
display: none; display: none;
...@@ -205,17 +204,16 @@ html * { ...@@ -205,17 +204,16 @@ html * {
box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.3); box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.3);
} }
.rich-box { .rich-box {
width: 204px; width: 174px;
height: 110px; height: 86px;
background: url(../images/rich-box.png) no-repeat; background: url(../images/rich-box.png?v=20220801) no-repeat;
margin: 0 auto; margin: 0 auto;
margin-top: -18px; margin-top: 10px;
color: #fff; color: #7644F0;
font-size: 16px; font-size: 18px;
font-weight: 700; font-weight: 700;
text-align: center; text-align: center;
line-height: 132px; line-height: 120px;
text-shadow: 1px 2px 2px #8B52E3;
position: relative; position: relative;
} }
.rich-add-box { .rich-add-box {
...@@ -415,10 +413,10 @@ html * { ...@@ -415,10 +413,10 @@ html * {
.guard-list { .guard-list {
position: relative; position: relative;
width: 174px; width: 174px;
height: 330px; height: 350px;
background: url(../images/guard-list.png) no-repeat; background: url(../images/guard-list.png?v=20220801) no-repeat;
margin: 0 auto; margin: 0 auto;
margin-top: -6px; margin-top: 10px;
} }
.guard-list-ul { .guard-list-ul {
width: 174px; width: 174px;
......
...@@ -195,17 +195,17 @@ html{ ...@@ -195,17 +195,17 @@ html{
} }
.hot-box{ .hot-box{
position: relative; position: relative;
width: 204px; width: 174px;
height: 110px; height: 86px;
background: url(../images/hot-box.png)no-repeat; background: url(../images/hot-box.png?v=20220801)no-repeat;
margin: 0 auto; margin: 0 auto;
margin-top: -2px; margin-top: 8px;
color: #fff; color: #F03693;
font-size: 16px; font-size: 18px;
font-weight: 700; font-weight: 700;
text-align: center; text-align: center;
line-height: 132px; line-height: 120px;
text-shadow: 1px 2px 2px #D38167; // text-shadow: 1px 2px 2px #D38167;
} }
.hot-list-box{ .hot-list-box{
display: none; display: none;
...@@ -220,17 +220,17 @@ html{ ...@@ -220,17 +220,17 @@ html{
box-shadow: 2px 0px 20px rgba(0,0,0,0.3); box-shadow: 2px 0px 20px rgba(0,0,0,0.3);
} }
.rich-box{ .rich-box{
width: 204px; width: 174px;
height: 110px; height: 86px;
background: url(../images/rich-box.png)no-repeat; background: url(../images/rich-box.png?v=20220801)no-repeat;
margin: 0 auto; margin: 0 auto;
margin-top: -18px; margin-top: 10px;
color: #fff; color: #7644F0;
font-size: 16px; font-size: 18px;
font-weight: 700; font-weight: 700;
text-align: center; text-align: center;
line-height: 132px; line-height: 120px;
text-shadow: 1px 2px 2px #8B52E3; // text-shadow: 1px 2px 2px #8B52E3;
position: relative; position: relative;
} }
.rich-add-box{ .rich-add-box{
...@@ -432,10 +432,10 @@ html{ ...@@ -432,10 +432,10 @@ html{
.guard-list{ .guard-list{
position: relative; position: relative;
width: 174px; width: 174px;
height: 330px; height: 350px;
background: url(../images/guard-list.png)no-repeat; background: url(../images/guard-list.png?v=20220801)no-repeat;
margin: 0 auto; margin: 0 auto;
margin-top:-6px; margin-top: 10px;
} }
.guard-list-ul{ .guard-list-ul{
width: 174px; 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 @@ ...@@ -21,7 +21,7 @@
<link rel="stylesheet" href="../css/layer.css"> <link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="../css/swiper.min.css"> <link rel="stylesheet" href="../css/swiper.min.css">
<link rel="stylesheet" href="css/index.css?v=2022072901"> <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"> <link rel="stylesheet" href="../css/login.css?v=2022073003">
<script src="../lib/flv.js"></script> <script src="../lib/flv.js"></script>
<script src="https://accounts.google.com/gsi/client" async defer></script> <script src="https://accounts.google.com/gsi/client" async defer></script>
...@@ -586,7 +586,8 @@ $(function () { ...@@ -586,7 +586,8 @@ $(function () {
html += '<div><span>ID:</span> ' + data.roomBaseInfo.uid + '</div>'; html += '<div><span>ID:</span> ' + data.roomBaseInfo.uid + '</div>';
if (data.roomBaseInfo.addr != '') html += '<div><span>來自:</span> ' + data.roomBaseInfo.addr + '</div>'; if (data.roomBaseInfo.addr != '') html += '<div><span>來自:</span> ' + data.roomBaseInfo.addr + '</div>';
else html += '<div><span>來自:</span> 未知</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>'; if(data.roomBaseInfo.height=='')html += '<div><span>身高:</span> 秘密</div>';
else html += '<div><span>身高:</span> ' + data.roomBaseInfo.height + 'cm</div>'; else html += '<div><span>身高:</span> ' + data.roomBaseInfo.height + 'cm</div>';
if(data.roomBaseInfo.weight=='') html += '<div><span>體重:</span> 秘密</div>'; if(data.roomBaseInfo.weight=='') html += '<div><span>體重:</span> 秘密</div>';
......
...@@ -183,7 +183,7 @@ $(function(){ ...@@ -183,7 +183,7 @@ $(function(){
var tagsArr=[]; var tagsArr=[];
list=msg.topic list=msg.topic
for(var j=0;j<list.tags.length;j++){ 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+'' if(j+1==list.tags.length) tagsArr+=''+list.tags[j].tagName+''
else tagsArr+=''+list.tags[j].tagName+',' else tagsArr+=''+list.tags[j].tagName+','
} }
...@@ -211,7 +211,7 @@ $(function(){ ...@@ -211,7 +211,7 @@ $(function(){
var html=[]; var html=[];
for(var i=0;i<data.tags.length;i++){ for(var i=0;i<data.tags.length;i++){
var list=data.tags[i] var list=data.tags[i]
html+='<div>#'+list.tagName+'</div>'; html+='<div>'+list.tagName+'</div>';
} }
$(".video-tag-box").html(html); $(".video-tag-box").html(html);
var html=[]; var html=[];
...@@ -365,7 +365,7 @@ $(function(){ ...@@ -365,7 +365,7 @@ $(function(){
html+='<p class="video-title">'+videoList.title+'</p>'; html+='<p class="video-title">'+videoList.title+'</p>';
html+='<div class="video-tag-box">'; html+='<div class="video-tag-box">';
for(var j=0;j<list.tags.length;j++){ 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>';
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