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