不知名提交

This commit is contained in:
2025-12-13 20:53:50 +08:00
parent c147502b4d
commit 1221d6faf1
120 changed files with 11005 additions and 1092 deletions

View File

@@ -266,12 +266,12 @@ body {
.date-input:focus {
outline: none;
border-color: rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.15);
border-color: #228B22;
background: rgba(255, 255, 255, 0.95);
box-shadow:
0 6px 20px rgba(31, 38, 135, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.3),
0 0 0 3px rgba(255, 255, 255, 0.1);
0 6px 20px rgba(34, 139, 34, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.8),
0 0 0 3px rgba(34, 139, 34, 0.1);
transform: translateY(-2px);
}
@@ -282,11 +282,11 @@ body {
}
.query-btn {
background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
background: linear-gradient(135deg, #228B22 0%, #32CD32 100%);
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
color: #1a1a1a;
border: 1px solid rgba(0, 0, 0, 0.2);
color: #ffffff;
border: 1px solid rgba(34, 139, 34, 0.3);
padding: 12px 28px;
border-radius: 20px;
cursor: pointer;
@@ -298,10 +298,10 @@ body {
gap: 8px;
position: relative;
overflow: hidden;
text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow:
0 4px 15px rgba(0, 0, 0, 0.1),
inset 0 1px 0 rgba(255, 255, 255, 0.8);
0 4px 15px rgba(34, 139, 34, 0.3),
inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
/* 移除按钮颜色动画,保持稳定的可读性 */
@@ -326,12 +326,12 @@ body {
}
.query-btn:hover {
background: linear-gradient(135deg, #e8e8e8, #d8d8d8);
border-color: rgba(0, 0, 0, 0.3);
background: linear-gradient(135deg, #1e7e1e, #2eb82e);
border-color: rgba(34, 139, 34, 0.5);
transform: translateY(-2px);
box-shadow:
0 8px 25px rgba(0, 0, 0, 0.15),
inset 0 1px 0 rgba(255, 255, 255, 0.9);
0 8px 25px rgba(34, 139, 34, 0.4),
inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.btn-icon {