优化首页样式
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
-webkit-backdrop-filter: blur(12px);
|
||||
/* 使用半透明背景以增强毛玻璃效果 */
|
||||
background-color: rgba(255, 255, 255, 0.85);
|
||||
transition: background-color var(--duration-normal), border-color var(--duration-normal);
|
||||
transition: background-color var(--duration-normal), border-color var(--duration-normal), transform 0.45s var(--ease-in-out);
|
||||
will-change: transform;
|
||||
flex-shrink: 0; /* 防止被父容器 Flex 布局压缩 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user