Commit 2ea50d61 by libai

测试

parent 0a30c487
...@@ -760,7 +760,7 @@ ...@@ -760,7 +760,7 @@
} }
.room-bg { .room-bg {
width: 10rem; width: 10rem;
position: fixed; position: absolute;
top: 0rem; top: 0rem;
height: 99vh; height: 99vh;
} }
......
...@@ -784,7 +784,7 @@ ...@@ -784,7 +784,7 @@
} }
.room-bg{ .room-bg{
width: 10rem; width: 10rem;
position: fixed; position: absolute;
top: 0rem; top: 0rem;
height: 99vh; height: 99vh;
// overflow: hidden; // overflow: hidden;
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<script src="../lib/fsize.js"></script> <script src="../lib/fsize.js"></script>
<link rel="stylesheet" href="../css/base.css?v=2022112803"> <link rel="stylesheet" href="../css/base.css?v=2022112803">
<link rel="stylesheet" href="../css/layer.css"> <link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="css/liveRoom.css?v=2022120201"> <link rel="stylesheet" href="css/liveRoom.css?v=2022120202">
<link rel="stylesheet" href="../css/login.css?v=2022112803"> <link rel="stylesheet" href="../css/login.css?v=2022112803">
<link rel="manifest" href="../manifest.webmanifest?v=2022112308" /> <link rel="manifest" href="../manifest.webmanifest?v=2022112308" />
<script src="../lib/hello.js" async defer></script> <script src="../lib/hello.js" async defer></script>
...@@ -916,8 +916,10 @@ $(function(){ ...@@ -916,8 +916,10 @@ $(function(){
loginPage() loginPage()
return; return;
} }
// $(".room-bg").css("")
$(".layer-shadow").show() $(".layer-shadow").show()
$(".keyboard-box").show() $(".keyboard-box").show()
$(".keyboard-input").focus() $(".keyboard-input").focus()
}) })
$(".gift-layer-ul li").unbind("click").on("click",function(){ $(".gift-layer-ul li").unbind("click").on("click",function(){
......
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