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

View File

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