From 23ea5a0dcb577406a93a5d9c498bef898129bd19 Mon Sep 17 00:00:00 2001 From: "YUN-PC5\\user" Date: Mon, 9 Oct 2023 17:03:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E5=B1=8F=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1bb134c..c701db4 100644 --- a/index.html +++ b/index.html @@ -131,15 +131,28 @@ opacity: 1; } } + /* HTML:
*/ + .loader { + width: 120px; + height: 20px; + background: + linear-gradient(90deg, #0000 ,orange) left -50px top 0/50px 20px no-repeat + lightblue; + animation: l2 1s infinite linear; + } + @keyframes l2 { + 100% {background-position: right -50px top 0} + }
-
+ +
Loading...