From 9aee951dd61ae3c0abb21cdb8eb7725df7509655 Mon Sep 17 00:00:00 2001 From: shengzhang <2393584716@qq.com> Date: Tue, 15 Dec 2020 01:42:34 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20=E9=A6=96=E9=A1=B5=E9=97=AA?= =?UTF-8?q?=E5=85=89=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sa-token-doc/index.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sa-token-doc/index.css b/sa-token-doc/index.css index 4f6ae7ac..9b07d97e 100644 --- a/sa-token-doc/index.css +++ b/sa-token-doc/index.css @@ -66,3 +66,14 @@ footer a:hover{text-decoration: underline;} footer{position: static; line-height: 40px;} } +/* 闪光背景 */ +.main-box{ + background-size: 500%; + background-image: linear-gradient(125deg,#BFFEBE,#F6F8B5,#FCD0B3,#BFB6F8,#E8D8B3); + animation: bganimation 15s infinite; +} +@keyframes bganimation{ + 0%{background-position: 0% 50%;} + 50%{background-position: 100% 50%;} + 100%{background-position: 0% 50%;} +} \ No newline at end of file