💄 优化样式

This commit is contained in:
BTMuli
2023-05-22 12:56:22 +08:00
parent 90dbdea002
commit 9e526475e7

View File

@@ -258,6 +258,7 @@ function getContents (day: number) {
position: absolute; position: absolute;
width: 440px; width: 440px;
height: 200px; height: 200px;
color: #faf7e8;
top: calc(50vh - 100px); top: calc(50vh - 100px);
left: calc(50vw - 220px); left: calc(50vw - 220px);
background: var(--content-bg-2); background: var(--content-bg-2);
@@ -335,7 +336,6 @@ function getContents (day: number) {
.calendar-source-text { .calendar-source-text {
height: 50px; height: 50px;
color: #fff;
font-size: 20px; font-size: 20px;
font-family: Genshin-Light, serif; font-family: Genshin-Light, serif;
display: flex; display: flex;
@@ -371,7 +371,7 @@ function getContents (day: number) {
width: 30px; width: 30px;
height: 30px; height: 30px;
background: var(--content-bg-2); background: var(--content-bg-2);
color: var(--calendar-item-btn); color: #546D8B;
cursor: pointer; cursor: pointer;
display: flex; display: flex;
justify-content: center; justify-content: center;