mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-11 09:08:14 +08:00
💄 稍微调整了一下样式
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
/*
|
||||
* @file assets css post-parser.css
|
||||
* @description 游戏公告解析 css
|
||||
* @author BTMuli <bt-muli@outlook.com
|
||||
* @since Alpha v0.2.0
|
||||
* @since Beta v0.3.3
|
||||
*/
|
||||
|
||||
.anno-body {
|
||||
@@ -11,15 +10,19 @@
|
||||
font-family: var(--font-text);
|
||||
}
|
||||
|
||||
.anno-title {
|
||||
.anno-title,
|
||||
.anno-subtitle {
|
||||
color: var(--common-text-title);
|
||||
font-family: var(--font-title);
|
||||
}
|
||||
|
||||
.anno-title {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.anno-subtitle {
|
||||
color: var(--common-text-quote);
|
||||
font-size: 16px;
|
||||
font-size: 18px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.anno-img {
|
||||
@@ -27,7 +30,7 @@
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin: 10px auto;
|
||||
}
|
||||
|
||||
.anno-content {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user