From 967b1b51f17b94b9aaa6264d14266a73d48416ed Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 22 六月 2022 14:14:32 +0800
Subject: [PATCH] #

---
 views/sketh/cyberspace.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/views/sketh/cyberspace.html b/views/sketh/cyberspace.html
index 56c924b..c20a5a3 100644
--- a/views/sketh/cyberspace.html
+++ b/views/sketh/cyberspace.html
@@ -23,7 +23,7 @@
             margin-bottom: 30px;
         }
         .cool-form-input {
-            margin-left: 12px;
+            margin-left: 8px;
             background: none;
             border: none;
             box-shadow: none;
@@ -35,7 +35,7 @@
         }
         .l-page--white a {
           cursor: pointer;
-          width: 55%;
+          width: 58%;
         }
     </style>
   </head>
@@ -60,7 +60,7 @@
           <label>
             username
           </label>
-          <input id="username" class="cool-form-input" type="text">
+          <input id="username" class="cool-form-input" type="text" autocomplete="off">
         </div>
         <div class="cool-form-block">
           <label>
@@ -86,7 +86,7 @@
       window.onload = function(){document.getElementById("username").focus();}
 
       $(document).on('click','.login-btn', function () {
-
+        window.location.href = "../index.html"
       });
 
       $('body').keydown(function () {

--
Gitblit v1.9.1