提交
This commit is contained in:
271
article.html
271
article.html
@@ -71,6 +71,7 @@
|
||||
line-height: 22px;
|
||||
margin-bottom: 10px;
|
||||
color: #666;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.conthtmn>p {
|
||||
@@ -220,15 +221,17 @@
|
||||
animation: fadeInAndGrow 0.5s forwards;
|
||||
|
||||
}
|
||||
|
||||
.font {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
font-size: 14px;
|
||||
color: #006699;
|
||||
font-weight: bold;
|
||||
line-height: 22px;
|
||||
text-align:center;
|
||||
}
|
||||
/* color: #006699; */
|
||||
font-weight: bold;
|
||||
line-height: 22px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@keyframes fadeInAndGrow {
|
||||
0% {
|
||||
opacity: 0;
|
||||
@@ -245,122 +248,150 @@
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.wordTableHtml b span {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
.wordTableHtml i span {
|
||||
font-style: italic !important;
|
||||
}
|
||||
.wordTableHtml sub span {
|
||||
vertical-align: sub;
|
||||
}
|
||||
.wordTableHtml sup span {
|
||||
vertical-align: super;
|
||||
}
|
||||
.wordTableHtml sub {
|
||||
vertical-align: sub !important;
|
||||
}
|
||||
.wordTableHtml sup {
|
||||
vertical-align: super !important;
|
||||
}
|
||||
.wordTableHtml span[style*='vertical-align: super'] {
|
||||
vertical-align: super !important;
|
||||
}
|
||||
.wordTableHtml span[style*='vertical-align: sub'] {
|
||||
vertical-align: sub !important;
|
||||
}
|
||||
.wordTableHtml table {
|
||||
border: 0px !important;
|
||||
border-collapse: collapse; /* 去除单元格间隙 */
|
||||
width: auto;
|
||||
margin: 0 auto !important;
|
||||
table-layout: auto; /* 自动调整列宽 */
|
||||
text-align: left;
|
||||
font-family: 'Charis SIL' !important;
|
||||
font-size: 7.5pt !important;
|
||||
mso-font-kerning: 1pt !important;
|
||||
line-height: 10pt !important;
|
||||
mos-line-height: 10pt !important;
|
||||
}
|
||||
.wordTableHtml table td,
|
||||
.wordTableHtml table th{
|
||||
padding: 5px;
|
||||
text-align: left !important;
|
||||
|
||||
word-wrap: break-word; /* 长单词自动换行 */
|
||||
word-break: break-word;
|
||||
font-family: 'Charis SIL' !important;
|
||||
font-size: 7.5pt !important;
|
||||
mso-font-kerning: 1pt !important;
|
||||
line-height: 10pt !important;
|
||||
mos-line-height: 10pt !important;
|
||||
}
|
||||
.wordTableHtml table tbody tr td {
|
||||
text-align: left !important;
|
||||
border-left: none !important;
|
||||
mso-border-left-alt: none !important;
|
||||
border-right: none !important;
|
||||
mso-border-right-alt: none !important;
|
||||
border-top: none;
|
||||
mso-border-top-alt: none !important;
|
||||
border-bottom: none !important;
|
||||
mso-border-bottom-alt: none !important;
|
||||
border: 1px dashed #dcdfe6 !important;
|
||||
border-left: 1px dashed #dcdfe6 !important;
|
||||
border-right: 1px dashed #dcdfe6 !important;
|
||||
word-break: keep-all !important;
|
||||
/* text-align: justify !important; */
|
||||
}
|
||||
.wordTableHtml table tr td p {
|
||||
display: flex;
|
||||
text-align: left !important;
|
||||
align-items: center;
|
||||
margin: 0;
|
||||
font-family: 'Charis SIL' !important;
|
||||
font-size: 7.5pt !important;
|
||||
mso-font-kerning: 1pt !important;
|
||||
line-height: 10pt !important;
|
||||
mos-line-height: 10pt !important;
|
||||
}
|
||||
.wordTableHtml table span {
|
||||
color: #000000;
|
||||
text-align: left !important;
|
||||
font-family: 'Charis SIL' !important;
|
||||
font-size: 7.5pt !important;
|
||||
mso-font-kerning: 1pt !important;
|
||||
line-height: 10pt !important;
|
||||
mos-line-height: 10pt !important;
|
||||
}
|
||||
.wordTableHtml table .color-highlight {
|
||||
color: rgb(0, 130, 170) !important;
|
||||
font-family: 'Charis SIL' !important;
|
||||
font-size: 7.5pt !important;
|
||||
mso-font-kerning: 1pt !important;
|
||||
line-height: 10pt !important;
|
||||
mos-line-height: 10pt !important;
|
||||
}
|
||||
.wordTableHtml table blue {
|
||||
color: rgb(0, 130, 170) !important;
|
||||
font-family: 'Charis SIL' !important;
|
||||
font-size: 7.5pt !important;
|
||||
mso-font-kerning: 1pt !important;
|
||||
line-height: 10pt !important;
|
||||
mos-line-height: 10pt !important;
|
||||
}
|
||||
.wordTableHtml table tr:first-child td {
|
||||
border-top: 1px solid #000 !important;
|
||||
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.wordTableHtml i span {
|
||||
font-style: italic !important;
|
||||
}
|
||||
|
||||
.wordTableHtml sub span {
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
.wordTableHtml sup span {
|
||||
vertical-align: super;
|
||||
}
|
||||
|
||||
.wordTableHtml sub {
|
||||
vertical-align: sub !important;
|
||||
}
|
||||
|
||||
.wordTableHtml sup {
|
||||
vertical-align: super !important;
|
||||
}
|
||||
|
||||
.wordTableHtml span[style*='vertical-align: super'] {
|
||||
vertical-align: super !important;
|
||||
}
|
||||
|
||||
.wordTableHtml span[style*='vertical-align: sub'] {
|
||||
vertical-align: sub !important;
|
||||
}
|
||||
|
||||
.wordTableHtml table {
|
||||
border: 0px !important;
|
||||
border-bottom: 1px solid #000!important;
|
||||
border-collapse: collapse;
|
||||
/* 去除单元格间隙 */
|
||||
width: 100%;
|
||||
margin: 0 auto !important;
|
||||
table-layout: auto;
|
||||
/* 自动调整列宽 */
|
||||
text-align: left;
|
||||
font-family: 'Charis SIL' !important;
|
||||
font-size: 7.5pt !important;
|
||||
mso-font-kerning: 1pt !important;
|
||||
line-height: 10pt !important;
|
||||
mos-line-height: 10pt !important;
|
||||
}
|
||||
|
||||
.wordTableHtml table td,
|
||||
.wordTableHtml table th {
|
||||
padding: 5px;
|
||||
text-align: left !important;
|
||||
|
||||
word-wrap: break-word;
|
||||
/* 长单词自动换行 */
|
||||
word-break: break-word;
|
||||
font-family: 'Charis SIL' !important;
|
||||
font-size: 7.5pt !important;
|
||||
mso-font-kerning: 1pt !important;
|
||||
line-height: 10pt !important;
|
||||
mos-line-height: 10pt !important;
|
||||
}
|
||||
|
||||
.wordTableHtml table tbody tr td {
|
||||
text-align: center !important;
|
||||
border-left: none !important;
|
||||
mso-border-left-alt: none !important;
|
||||
border-right: none !important;
|
||||
mso-border-right-alt: none !important;
|
||||
border-top: none;
|
||||
mso-border-top-alt: none !important;
|
||||
border-bottom: none !important;
|
||||
mso-border-bottom-alt: none !important;
|
||||
/* border: 1px dashed #dcdfe6 !important;
|
||||
border-left: 1px dashed #dcdfe6 !important;
|
||||
border-right: 1px dashed #dcdfe6 !important; */
|
||||
word-break: keep-all !important;
|
||||
/* text-align: justify !important; */
|
||||
}
|
||||
|
||||
.wordTableHtml table tr td p {
|
||||
display: flex;
|
||||
text-align: left !important;
|
||||
align-items: center;
|
||||
margin: 0;
|
||||
font-family: 'Charis SIL' !important;
|
||||
font-size: 7.5pt !important;
|
||||
mso-font-kerning: 1pt !important;
|
||||
line-height: 10pt !important;
|
||||
mos-line-height: 10pt !important;
|
||||
}
|
||||
|
||||
.wordTableHtml table span {
|
||||
color: #000000;
|
||||
text-align: left !important;
|
||||
font-family: 'Charis SIL' !important;
|
||||
font-size: 7.5pt !important;
|
||||
mso-font-kerning: 1pt !important;
|
||||
line-height: 10pt !important;
|
||||
mos-line-height: 10pt !important;
|
||||
white-space: pre-wrap !important;
|
||||
}
|
||||
|
||||
.wordTableHtml table .color-highlight {
|
||||
color: rgb(0, 130, 170) !important;
|
||||
font-family: 'Charis SIL' !important;
|
||||
font-size: 7.5pt !important;
|
||||
mso-font-kerning: 1pt !important;
|
||||
line-height: 10pt !important;
|
||||
mos-line-height: 10pt !important;
|
||||
}
|
||||
|
||||
.wordTableHtml table blue {
|
||||
color: rgb(0, 130, 170) !important;
|
||||
font-family: 'Charis SIL' !important;
|
||||
font-size: 7.5pt !important;
|
||||
mso-font-kerning: 1pt !important;
|
||||
line-height: 10pt !important;
|
||||
mos-line-height: 10pt !important;
|
||||
}
|
||||
|
||||
.wordTableHtml table tr:first-child td {
|
||||
border-top: 1px solid #000 !important;
|
||||
|
||||
border-bottom: 1px solid #000 !important;
|
||||
|
||||
}
|
||||
|
||||
.wordTableHtml table tr:last-of-type td {
|
||||
border-bottom: 1px solid #000 !important;
|
||||
|
||||
}
|
||||
.wordTableHtml table tr.table-header-row:nth-of-type(2) td {
|
||||
border-bottom: 1px solid #000 !important;
|
||||
|
||||
}
|
||||
.wordTableHtml table tr:last-of-type td {
|
||||
border-bottom: 1px solid #000 !important;
|
||||
|
||||
}
|
||||
.pMain blue {
|
||||
color: rgb(0, 130, 170) !important;
|
||||
|
||||
}
|
||||
.pMain blue {
|
||||
color: rgb(0, 130, 170) !important;
|
||||
|
||||
}
|
||||
|
||||
/* 相关引用次数 */
|
||||
</style>
|
||||
</head>
|
||||
@@ -500,7 +531,7 @@
|
||||
|
||||
<div>
|
||||
<ul style="overflow: hidden;padding: 10px 0;border: none;">
|
||||
<li class="article-quote-box Wos" >
|
||||
<li class="article-quote-box Wos">
|
||||
<p class="quote-source "></p>
|
||||
<div class="quote-content quote-content1">
|
||||
</div>
|
||||
@@ -749,7 +780,7 @@
|
||||
|
||||
side_list();
|
||||
article_con();
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user