优化卡片组件样式

This commit is contained in:
jxxghp
2025-07-10 22:45:59 +08:00
parent 6691f40c49
commit 195f6b7e50
7 changed files with 39 additions and 21 deletions
+1
View File
@@ -260,6 +260,7 @@ onActivated(() => {
inset-block-start: 50%;
opacity: 0;
pointer-events: none;
text-shadow: 0 1px 2px rgba(0, 0, 0, 10%);
transform: translateY(-50%);
transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.3s ease,
box-shadow 0.3s ease, border-color 0.3s ease;