数字公式

This commit is contained in:
2025-03-25 09:23:51 +08:00
parent 46f3923a06
commit 3ce099e454
14 changed files with 670 additions and 872 deletions

View File

@@ -1170,10 +1170,10 @@ a {
color: #000000;
text-align: left !important;
font-family: 'Charis SIL' !important;
font-size:12px !important;
font-size: 12px !important;
line-height: 20px !important;
}
.wordTableHtml table .color-highlight {
@@ -1213,7 +1213,7 @@ a {
/* 给最后一个 table-header-row第二行加样式 */
.wordTableHtml table tr.table-header-row:nth-of-type(2) td {
border-bottom: 1px solid #000 !important;
border-bottom: 1px solid #000 !important;
}
.word-container b span {
@@ -1294,7 +1294,7 @@ a {
border-left: 1px dashed #dcdfe6 !important;
border-right: 1px dashed #dcdfe6 !important;
word-break: keep-all !important;
white-space: pre-wrap !important;
white-space: pre-wrap !important;
/* text-align: justify !important; */
}
@@ -1434,11 +1434,19 @@ a {
text-decoration: line-through !important;
/* 设置字体颜色 */
}
mjx-container {
font-size: 14px !important;
}
wmath{
}
wmath {
width: 100%;
display: block;display: flex;
}
display: block;
display: flex;
}
/* 强制 MathLive 虚拟键盘浮在最顶层 */
.ML__keyboard {
z-index: 99999 !important;
position: fixed !important;
}