💄 稍微调整了一下样式

This commit is contained in:
BTMuli
2023-10-15 17:04:44 +08:00
parent 3691397cec
commit c27d3af5db
2 changed files with 14 additions and 9 deletions

View File

@@ -54,15 +54,17 @@ onMounted(async () => {
.anno-json {
padding: 20px;
border-radius: 20px;
font-family: Consolas, serif;
font-family: var(--font-text);
}
.anno-title {
margin: 20px 0;
width: 100%;
margin: 10px 0;
color: #546d8b;
font-family: Genshin-Light, serif;
font-family: var(--font-title);
font-size: 20px;
font-weight: 600;
text-align: right;
}
.jv-container {