From 4ecab1f0124b357a4fc1e8dc5736ef02e123757d Mon Sep 17 00:00:00 2001
From: liudan <18634735655@163.com>
Date: Thu, 14 Dec 2023 13:28:51 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
css/index.css | 14 ++++++++++++++
index.html | 9 ++++++---
js/index.js | 4 ++++
3 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/css/index.css b/css/index.css
index ad45745..4b5e04c 100644
--- a/css/index.css
+++ b/css/index.css
@@ -1320,6 +1320,20 @@ a:active{
z-index:99;
transform: translateY(-50%);
left:0;
+
+}
+.formContent .formEnter{
+
+ position: relative;
+}
+.formContent .formEnter .closeFlag{
+
+ position: absolute;
+ top:0;
+ left:0;
+ z-index:100;
+ width:25px;
+ height:25px;
}
.qingdan{
position: fixed;
diff --git a/index.html b/index.html
index fba2471..fc3c8f6 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
-
+