diff --git a/src/Grandma.png b/src/Grandma.png new file mode 100644 index 0000000..deeca5c Binary files /dev/null and b/src/Grandma.png differ diff --git a/src/Grandpa.png b/src/Grandpa.png new file mode 100644 index 0000000..bc98b8e Binary files /dev/null and b/src/Grandpa.png differ diff --git a/src/aunt.jpg b/src/aunt.jpg new file mode 100644 index 0000000..c27231f Binary files /dev/null and b/src/aunt.jpg differ diff --git a/src/old.html b/src/old.html index 0551c42..e8a5f0d 100644 --- a/src/old.html +++ b/src/old.html @@ -14,86 +14,88 @@ } .card-hover:hover { transform: translateY(-5px); - box-shadow: 0 15px 30px rgba(252, 118, 7, 0.2); + /* 采用 dash 深色主题的紫色光晕 */ + box-shadow: 0 15px 30px rgba(79, 70, 229, 0.25); } .selected-card { animation: pulse 2s infinite; - box-shadow: 0 0 0 4px rgba(252, 118, 7, 0.3); + /* 选中态改为紫色描边光晕 */ + box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.4); } @keyframes pulse { - 0% { box-shadow: 0 0 0 0 rgba(252, 118, 7, 0.4); } - 70% { box-shadow: 0 0 0 15px rgba(252, 118, 7, 0); } - 100% { box-shadow: 0 0 0 0 rgba(252, 118, 7, 0); } + 0% { box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.4); } + 70% { box-shadow: 0 0 0 15px rgba(79, 70, 229, 0); } + 100% { box-shadow: 0 0 0 0 rgba(79, 70, 229, 0); } } .button-glow { transition: all 0.3s ease; } .button-glow:hover { - box-shadow: 0 0 20px rgba(252, 118, 7, 0.6); + /* 按钮悬停光晕改为紫色 */ + box-shadow: 0 0 20px rgba(79, 70, 229, 0.6); } -
+在数字世界找到属于你的温暖连接
+ +在数字世界找到属于你的温暖连接