From 924124489a8aee56d5de3e5d798e0b8a7bfb3f04 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 30 三月 2022 16:23:49 +0800
Subject: [PATCH] #

---
 views/sketh/instancing.html |   39 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 38 insertions(+), 1 deletions(-)

diff --git a/views/sketh/instancing.html b/views/sketh/instancing.html
index e4d2c57..4f01983 100644
--- a/views/sketh/instancing.html
+++ b/views/sketh/instancing.html
@@ -23,12 +23,36 @@
         width: 20%;
         height: 90%;
         /*鐗规晥*/
-        background: rgba(255,255,255,0.5);
+        background: rgba(255,255,255,0.7);
         border-radius: 5px;
         color: #ffffff;
         z-index: 99;
         box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, .3);
       }
+
+      .login-contain {
+        position: relative;
+        width: 100%;
+        height: 100%;
+      }
+      .login-box {
+        position: absolute;
+        top: 50%;
+        left: 50%;
+        transform: translate(-50%, -50%);
+      }
+
+      .login-input {
+        background:none;
+        outline:none;
+        padding: 2px 5px;
+        border: 1px solid #ffffff;
+        border-radius: 15px;
+      }
+      .login-input:focus{
+        /*border:none;*/
+      }
+
     </style>
   </head>
   <body>
@@ -43,6 +67,19 @@
     </div>
     <!-- 渚ц竟鏍� -->
     <div id="sidebar">
+      <div class="login-contain">
+        <div class="login-box">
+          <div class="login-item">
+            <div class="login-label"></div>
+            <input type="text" class="login-input">
+          </div>
+          <div class="login-item">
+            <div class="login-label"></div>
+            <input type="text" class="login-input">
+          </div>
+      </div>
+      </div>
+
     </div>
     <script src="js/main.min.js"></script>
     <script>

--
Gitblit v1.9.1