fix(parser): 样式美化

This commit is contained in:
BTMuli
2023-04-02 17:26:24 +08:00
parent 7d116c6011
commit 9e216514fb
3 changed files with 84 additions and 44 deletions

View File

@@ -54,32 +54,4 @@ onMounted(async () => {
</script>
<style lang="css" scoped>
@import "../assets/css/anno-parser.css";
.anno-body {
margin: 20px auto;
width: 800px;
font-family: "Genshin-Light", serif;
}
.anno-title {
font-family: Genshin, serif;
color: #5b738f;
font-size: 24px;
font-weight: 500;
margin-bottom: 8px;
}
.anno-subtitle {
font-size: 16px;
color: #a1aeb6;
margin-bottom: 16px;
}
.anno-img {
max-width: 100%;
width: 800px;
height: auto;
border-radius: 10px;
margin-bottom: 10px;
}
</style>