bug修复

This commit is contained in:
2025-12-22 23:40:47 +08:00
parent 7d53a059d7
commit 1fefd98d74
19 changed files with 1339 additions and 534 deletions
+27
View File
@@ -86,6 +86,33 @@ body {
color: rgba(255, 255, 255, 0.3);
}
/* 日期输入框样式优化 */
input[type="date"].glass-input {
cursor: pointer;
position: relative;
}
input[type="date"].glass-input::-webkit-calendar-picker-indicator {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
background: transparent;
}
input[type="date"].glass-input::-webkit-datetime-edit {
color: white;
}
input[type="date"].glass-input::-webkit-datetime-edit-fields-wrapper {
padding: 0;
}
/* Animations */
@keyframes float {
0%, 100% {