This commit is contained in:
toom1996
2025-07-17 11:37:15 +08:00
parent 9a76ce372b
commit f0eed20b0a
5 changed files with 37 additions and 6 deletions

View File

@ -369,6 +369,13 @@ $articleLocation = array_map(fn($case) => [
});
</script>
<style>
h1, .h1, h2, .h2, h3, .h3, p {
font-family: 'Microsoft Yahei",Helvetica,Arial,sans-serif'; /* 常见的、现代的无衬线字体,增加可读性 */
text-indent: unset !important;
margin-top: 0.5rem;
margin-bottom: unset;
}
.res-options {
padding: 0 10px;
line-height: 36px;