This commit is contained in:
2025-02-25 16:23:01 +08:00
parent 79a3f0421e
commit 71efc1065f
5 changed files with 259 additions and 176 deletions

View File

@@ -45,7 +45,7 @@ a {
}
b {
font-weight: bold;
font-weight: bold !important;
}
li {
@@ -5297,4 +5297,23 @@ ul li .ab_tad {
.pai_two .cite_txt_button {
margin-left: 0px !important;
}
.conthtmn p b span {
font-weight: bold !important;
}
.conthtmn p i span {
font-style: italic !important;
}
.conthtmn p b {
font-weight: bold !important;
}
.conthtmn p i {
font-style: italic !important;
}
.conthtmn p b i {
font-style: italic !important;
font-weight: bold !important;
}