From 90096c5aab4b95d96434d04d8332f6b36dab3175 Mon Sep 17 00:00:00 2001
From: uzVideo <126445083+YYDS678@users.noreply.github.com>
Date: Fri, 8 Nov 2024 22:26:10 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=98=BF=E9=87=8C=E7=9B=98?=
=?UTF-8?q?=E5=AF=BC=E8=88=AA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
html/index.html | 189 ++++++++++++++++++++++++------------------------
1 file changed, 96 insertions(+), 93 deletions(-)
diff --git a/html/index.html b/html/index.html
index efd5f4c..3ffe2f2 100644
--- a/html/index.html
+++ b/html/index.html
@@ -1,97 +1,100 @@
-
-
-
- 导航
-
-
-
-
-
-
-
+ .container {
+ background-color: white;
+ padding: 20px;
+ border-radius: 10px;
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
+ }
+ h1 {
+ color: #333;
+ text-align: center;
+ }
+ .links,
+ .custom-link {
+ display: flex;
+ flex-direction: column;
+ gap: 10px;
+ width: 100%;
+ }
+ a {
+ text-decoration: none;
+ color: #007bff;
+ font-size: 18px;
+ padding: 10px;
+ border: 1px solid #007bff;
+ border-radius: 5px;
+ text-align: center;
+ transition: background-color 0.3s, color 0.3s;
+ }
+ a:hover {
+ background-color: #007bff;
+ color: white;
+ }
+ .custom-link {
+ margin-top: 20px;
+ }
+ input[type='text'] {
+ width: 100%;
+ padding: 10px;
+ margin-bottom: 10px;
+ border: 1px solid #007bff;
+ border-radius: 5px;
+ font-size: 18px;
+ box-sizing: border-box;
+ }
+ button {
+ width: 100%;
+ padding: 10px;
+ background-color: #007bff;
+ color: white;
+ border: none;
+ border-radius: 5px;
+ font-size: 18px;
+ cursor: pointer;
+ transition: background-color 0.3s;
+ }
+ button:hover {
+ background-color: #0056b3;
+ }
+
+
+
+
+
+
+