mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 优化样式
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user