feat: add faq items

This commit is contained in:
YunYouJun
2023-07-30 04:13:06 +08:00
parent 0dfec1831b
commit 7d8677666b
22 changed files with 394 additions and 207 deletions

View File

@@ -5,3 +5,32 @@
list-style: disc;
}
}
blockquote {
border-left: 0.25em solid #ddd;
padding: 0 1em;
color: #777;
quotes: '\\201C''\\201D''\\2018''\\2019';
}
ol {
list-style: decimal;
padding-left: 2em;
li {
line-height: 2;
}
}
ul {
list-style: disc;
padding-left: 2em;
li {
line-height: 2;
}
}
a {
border-bottom: 1px dashed #ddd;
}