Commit 6d1ba323 by libai

测试

parent e1217901
...@@ -747,7 +747,7 @@ ...@@ -747,7 +747,7 @@
z-index: 100; z-index: 100;
width: 10rem; width: 10rem;
left: 0; left: 0;
top: 50%; top: 40%;
} }
.room-bg { .room-bg {
width: 100vw; width: 100vw;
......
...@@ -770,7 +770,7 @@ ...@@ -770,7 +770,7 @@
z-index: 100; z-index: 100;
width: 10rem; width: 10rem;
left: 0; left: 0;
top: 50%; top: 40%;
} }
.room-bg{ .room-bg{
width: 100vw; width: 100vw;
......
...@@ -565,8 +565,8 @@ ...@@ -565,8 +565,8 @@
<script> <script>
$(function(){ $(function(){
var dHeight=$(document).height() var dHeight=$(document).height()
$(".touch-box").css("height",dHeight/2+"px") $(".touch-box").css("height",dHeight/2.5+"px")
$(".touch-box").css("margin-top",-dHeight/4+"px") $(".touch-box").css("margin-top",-dHeight/5+"px")
var topRoomId var topRoomId
var BottomRoomId var BottomRoomId
localStorage.canvasCode="phone" localStorage.canvasCode="phone"
......
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