关闭流光效果
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CI / CI OK (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CI / CI OK (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
This commit is contained in:
@@ -444,11 +444,11 @@ const handleSelect = (mode: GenerationMode) => {
|
||||
}
|
||||
|
||||
.mode-card:hover::before {
|
||||
opacity: 1;
|
||||
animation:
|
||||
/*opacity: 1;
|
||||
!*animation:
|
||||
rotate-glow 2.5s linear infinite,
|
||||
pulse-glow 4s ease-in-out infinite;
|
||||
/* 悬停时才应用渐变和滤镜 */
|
||||
pulse-glow 4s ease-in-out infinite;*!
|
||||
!* 悬停时才应用渐变和滤镜 *!
|
||||
background:
|
||||
radial-gradient(circle at 30% 30%, rgba(255,255,255,0.8) 0%, transparent 50%),
|
||||
radial-gradient(circle at 70% 70%, rgba(255,255,255,0.6) 0%, transparent 50%),
|
||||
@@ -461,7 +461,7 @@ const handleSelect = (mode: GenerationMode) => {
|
||||
var(--color-start, #6366f1) 80%,
|
||||
var(--color-start, #6366f1) 100%
|
||||
);
|
||||
filter: blur(12px) brightness(1.3);
|
||||
filter: blur(12px) brightness(1.3);*/
|
||||
}
|
||||
|
||||
/* 颜色定义 */
|
||||
|
||||
Reference in New Issue
Block a user