This commit is contained in:
2025-12-07 01:11:40 +08:00
parent bbb5170802
commit f5a4cd5a37
7 changed files with 110 additions and 20 deletions

View File

@@ -24,13 +24,24 @@
align-items: center;
gap: 4px;
border-radius: 12px;
// border: 0.5px solid rgba(255, 255, 255, 0.08);
border: 0.5px solid rgba(255, 255, 255, 0.08);
background: rgba(255, 255, 255, 0.25);
overflow: hidden;
color: #fff;
background: #536272;
// background: #536272;
flex-shrink: 0;
font-family: "Quicksand";
// opacity: 0;
animation: intro 0.3s ease-in forwards;
@keyframes intro {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.month {
width: 100%;
@@ -44,6 +55,8 @@
// border-bottom: 1px solid rgba(255, 255, 255, 0.08);
background: #7b828b;
font-weight: 600;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
background: rgba(255, 255, 255, 0.25);
}
.day {
@@ -144,13 +157,23 @@
border-radius: 12px;
padding: 14px;
box-sizing: border-box;
background: #4d5865;
// background: #4d5865;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
// border: 0.5px solid rgba(255, 255, 255, 0.08);
// background: rgba(255, 255, 255, 0.25);
border: 0.5px solid rgba(255, 255, 255, 0.08);
background: rgba(255, 255, 255, 0.25);
animation: intro 0.3s ease-in forwards;
@keyframes intro {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
&-image {
width: 20px;