Browse Source

旧版,最终版本

2545307760@qq.com 1 year ago
parent
commit
0df720005c
3 changed files with 3720 additions and 3404 deletions
  1. 3104 2775
      pages/control/control.js
  2. 616 600
      pages/scene/scene.js
  3. 0 29
      pages/sign/sign.wxss

File diff suppressed because it is too large
+ 3104 - 2775
pages/control/control.js


File diff suppressed because it is too large
+ 616 - 600
pages/scene/scene.js


+ 0 - 29
pages/sign/sign.wxss

@@ -8,32 +8,3 @@ page{
   height: 100%;
   position: relative;
 }
-.sign-view input{
-  width: 42%;
-  height: 5%;
-  position: absolute;
-  background-color: white;
-  left: 30%;
-  top:60%;
-  font-size: calc(100vw * 10/375);
-}
-
-.sign-view button{
-  position: absolute;
-  top: 68%;
-  left: 40%;
-  width: 22%;
-  height: 5%;
-  font-size: calc(100vw * 10/375);
-  display: flex;
-  align-items:center;
-  justify-content:center;
-  background-color: cornflowerblue;
-  border:solid white 1px; 
-  color:white;
-}
-
-.sign-view button:active{
-  box-shadow:cornflowerblue;
-  transform: translateY(4px);
-}