mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
💄 调整样式
This commit is contained in:
@@ -681,7 +681,7 @@ function submitHome(): void {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
|
background-image: linear-gradient(to bottom, rgb(19 84 122 / 80%), rgb(128 208 199 / 80%));
|
||||||
box-shadow: 0 0 10px var(--common-shadow-2);
|
box-shadow: 0 0 10px var(--common-shadow-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -695,14 +695,11 @@ function submitHome(): void {
|
|||||||
font-family: var(--font-title);
|
font-family: var(--font-title);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
text-shadow: 0 0 2px rgb(19 84 122 / 80%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.config-app-info.click {
|
.config-app-info.click {
|
||||||
padding: 0 5px;
|
color: var(--tgc-yellow-1);
|
||||||
border-radius: 5px;
|
|
||||||
background: linear-gradient(to left, #fb7299, #00aeec);
|
|
||||||
background-clip: text;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-text-fill-color: transparent;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user