Spaces:
Sleeping
Sleeping
Tuchuanhuhuhu
commited on
Commit
·
0baaa02
1
Parent(s):
bf090a3
调整CSS,使得有序列表和无序列表可以被正常显示
Browse files- custom.css +10 -0
custom.css
CHANGED
@@ -20,6 +20,16 @@
|
|
20 |
transition: all 0.6s;
|
21 |
}
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
/* 亮色 */
|
24 |
@media (prefers-color-scheme: light) {
|
25 |
#chuanhu_chatbot {
|
|
|
20 |
transition: all 0.6s;
|
21 |
}
|
22 |
|
23 |
+
ol, ul {
|
24 |
+
list-style-position: inside;
|
25 |
+
padding-left: 0;
|
26 |
+
}
|
27 |
+
|
28 |
+
li, ul li {
|
29 |
+
padding-left: 1.5em;
|
30 |
+
text-indent: -1.5em;
|
31 |
+
}
|
32 |
+
|
33 |
/* 亮色 */
|
34 |
@media (prefers-color-scheme: light) {
|
35 |
#chuanhu_chatbot {
|