From c09a4f6c75b74aa691334bc0827f5b92677c43d5 Mon Sep 17 00:00:00 2001 From: ChenZhaoYu <790348264@qq.com> Date: Wed, 15 Feb 2023 14:43:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=98=BB=E6=AD=A2=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E7=BC=A9=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 125 ++++++++++++++++++++++++++++------------------------- 1 file changed, 65 insertions(+), 60 deletions(-) diff --git a/index.html b/index.html index 388a53d..897ff1e 100644 --- a/index.html +++ b/index.html @@ -1,71 +1,76 @@ - - - - - ChatGPT Web - - -
- -
-
-
-
-
-
-
+ @keyframes left-swing { + + 50%, + 100% { + transform: translateX(95%); + } + } + + @keyframes right-swing { + 50% { + transform: translateX(-95%); + } + + 100% { + transform: translateX(100%); + } + } + +
+
+
+
+
+
- - +
+ + +