From 4f7e5d3dc070ea46f4ca243bcbae9eda76d8c8a0 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 21 三月 2022 16:19:04 +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