浏览代码

旧版,最终版本

2545307760@qq.com 2 年之前
父节点
当前提交
0df720005c
共有 3 个文件被更改,包括 3720 次插入3404 次删除
  1. 3104 2775
      pages/control/control.js
  2. 616 600
      pages/scene/scene.js
  3. 0 29
      pages/sign/sign.wxss

文件差异内容过多而无法显示
+ 3104 - 2775
pages/control/control.js


文件差异内容过多而无法显示
+ 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);
-}