Commit bec1413c by libai

测试

parent 8a2d7a4d
...@@ -1093,6 +1093,9 @@ input::-webkit-input-placeholder { ...@@ -1093,6 +1093,9 @@ input::-webkit-input-placeholder {
color: #AAAAAA; color: #AAAAAA;
position: relative; position: relative;
} }
.mc-car-box p {
line-height: 60px;
}
.mc-car-ul { .mc-car-ul {
position: absolute; position: absolute;
left: 80px; left: 80px;
......
...@@ -1136,6 +1136,9 @@ input::-webkit-input-placeholder{ ...@@ -1136,6 +1136,9 @@ input::-webkit-input-placeholder{
// background: pink; // background: pink;
color: #AAAAAA; color: #AAAAAA;
position: relative; position: relative;
p{
line-height: 60px;
}
} }
.mc-car-ul{ .mc-car-ul{
position: absolute; position: absolute;
......
...@@ -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=2022073001"> <link rel="stylesheet" href="css/room.css?v=2022073002">
<link rel="stylesheet" href="../css/login.css?v=2022072901"> <link rel="stylesheet" href="../css/login.css?v=2022072901">
<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>
...@@ -599,12 +599,15 @@ $(function () { ...@@ -599,12 +599,15 @@ $(function () {
$(".mc-rich-p").html(html); $(".mc-rich-p").html(html);
var html = []; var html = [];
if(data.roomOtherInfo.motoring.resource!=undefined)html += '<li><img src="https://zhibocdn.yabolive.net/comm' + data.roomOtherInfo.motoring.resource + '?x-oss-process=image/resize,w_45" alt=""></li>'; if(data.roomOtherInfo.motoring.resource!=undefined)html += '<li><img src="https://zhibocdn.yabolive.net/comm' + data.roomOtherInfo.motoring.resource + '?x-oss-process=image/resize,w_45" alt=""></li>';
else html += '<p>暫無座駕</p>'
$(".mc-car-ul").html(html); $(".mc-car-ul").html(html);
var html=[]; var html=[];
for(var i=0;i<data.roomOtherInfo.medals.length;i++){ for(var i=0;i<data.roomOtherInfo.medals.length;i++){
var list=data.roomOtherInfo.medals[i] var list=data.roomOtherInfo.medals[i]
html+='<img src="https://zhibocdn.yabolive.net/comm' + data.roomOtherInfo.medals[i] + '?x-oss-process=image/resize,w_45" alt="">'; html+='<img src="https://zhibocdn.yabolive.net/comm' + data.roomOtherInfo.medals[i] + '?x-oss-process=image/resize,w_45" alt="">';
} }
if(data.roomOtherInfo.medals.length==0) html+=' &nbsp暫無勛章'
$(".mc-title-box >span").html(html); $(".mc-title-box >span").html(html);
$(".material-span-other1 ,.material-span-other2").unbind("click").on("click",function(){ $(".material-span-other1 ,.material-span-other2").unbind("click").on("click",function(){
scrollTo($(".mc-means-box"),200) scrollTo($(".mc-means-box"),200)
......
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