调整fc的按键位置

This commit is contained in:
zhl 2019-03-06 11:51:44 +08:00
parent 3752318631
commit ef4482ca28
2 changed files with 6 additions and 6 deletions

View File

@ -93,7 +93,7 @@ body {
width:256px;
height:240px;
top:calc((100vh + 50px - 256px)/ 2);
left:362px;
right: 240px;
transform:scale(3.3333,3.3333) rotate(90deg);
border:none;
overflow:hidden
@ -137,7 +137,7 @@ body {
contain:style
}
.key-wrap {
width:720px;
width:100vw;
height:390px;
bottom:0;
left:10px
@ -184,11 +184,11 @@ body {
}
.key-btn.kay-SE {
top:120px;
left:520px
right:0
}
.key-btn.kay-ST {
top:260px;
left:520px
right:0
}
.btn-on {
transform:scale(.9,.9) rotate(90deg)

View File

@ -2,8 +2,8 @@
<html>
<head>
<meta charset="utf-8">
<!-- <meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=750,minimum-scale=0.4,maximum-scale=1,user-scalable=no"> -->
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=750,minimum-scale=0.4,maximum-scale=1,user-scalable=no">
<title></title>
<link href="dist/gbajs.min.css?v=1" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>