样式
This commit is contained in:
@@ -1199,11 +1199,20 @@ a {
|
||||
|
||||
}
|
||||
|
||||
/* 给表格中最后一行表头添加红色下边框 */
|
||||
/* 给最后一个 table-header-row 添加红色下边框 */
|
||||
|
||||
|
||||
|
||||
.wordTableHtml table tr:last-of-type td {
|
||||
border-bottom: 1px solid #000 !important;
|
||||
|
||||
}
|
||||
|
||||
/* 给最后一个 table-header-row(第二行)加样式 */
|
||||
.wordTableHtml table tr.table-header-row:nth-of-type(2) td {
|
||||
border-bottom: 1px solid #000 !important;
|
||||
}
|
||||
|
||||
.word-container b span {
|
||||
font-weight: bold !important;
|
||||
@@ -1283,7 +1292,7 @@ a {
|
||||
border-left: 1px dashed #dcdfe6 !important;
|
||||
border-right: 1px dashed #dcdfe6 !important;
|
||||
word-break: keep-all !important;
|
||||
text-align: justify !important;
|
||||
/* text-align: justify !important; */
|
||||
}
|
||||
|
||||
.word-container table tr td p {
|
||||
@@ -1317,10 +1326,10 @@ a {
|
||||
}
|
||||
|
||||
.word-container table tr:first-child td {
|
||||
border-top: 1pt solid #000 !important;
|
||||
/* border-top: 1pt solid #000 !important;
|
||||
mso-border-top-alt: 0.5pt solid #000 !important;
|
||||
border-bottom: 1pt solid #000 !important;
|
||||
mso-border-bottom-alt: 0.5pt solid #000 !important;
|
||||
mso-border-bottom-alt: 0.5pt solid #000 !important; */
|
||||
}
|
||||
|
||||
.word-container table tr:last-of-type {
|
||||
@@ -1397,7 +1406,8 @@ a {
|
||||
/* font-size:16px!important; */
|
||||
/* 设置字体颜色 */
|
||||
}
|
||||
.tinymce-custom-button-addrow {
|
||||
|
||||
.tinymce-custom-button-addrow {
|
||||
font-weight: bold !important;
|
||||
background-color: #cbccd1 !important;
|
||||
/* color: #fff !important; */
|
||||
|
||||
Reference in New Issue
Block a user