|
|
@@ -26,6 +26,7 @@
|
|
|
cursor: 'pointer',
|
|
|
wordBreak: 'break-word',
|
|
|
textAlign: 'center',
|
|
|
+ fontFamily: printForm.fontFamily,
|
|
|
}"
|
|
|
>{{ articleInfo.art_title }}</span
|
|
|
>
|
|
|
@@ -217,6 +218,7 @@
|
|
|
fontSize: printForm.fontSize + 'px',
|
|
|
lineHeight: printForm.lineHeight,
|
|
|
wordBreak: 'break-word',
|
|
|
+ fontFamily: printForm.fontFamily,
|
|
|
}"
|
|
|
></div>
|
|
|
<template v-if="printForm.range.indexOf('vocab') > -1">
|
|
|
@@ -786,6 +788,7 @@
|
|
|
color: printForm.color,
|
|
|
fontSize: printForm.fontSize + 'px',
|
|
|
lineHeight: printForm.lineHeight,
|
|
|
+ fontFamily: printForm.fontFamily,
|
|
|
}"
|
|
|
></div>
|
|
|
<template v-if="printForm.range.indexOf('vocab') > -1">
|
|
|
@@ -1966,6 +1969,7 @@ export default {
|
|
|
display: flex;
|
|
|
flex-flow: wrap;
|
|
|
justify-content: center;
|
|
|
+ font-family: "roman";
|
|
|
}
|
|
|
.table-box {
|
|
|
// background: #f7f7f7;
|
|
|
@@ -2013,7 +2017,7 @@ export default {
|
|
|
float: left;
|
|
|
&.NNPE-chs {
|
|
|
// font-size: 24px;
|
|
|
- font-family: "Smartisan";
|
|
|
+ font-family: "roman";
|
|
|
line-height: 150%;
|
|
|
color: #000000;
|
|
|
padding: 0 3px;
|
|
|
@@ -2248,6 +2252,24 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+.cn-content {
|
|
|
+ font-family: "roman";
|
|
|
+ // img {
|
|
|
+ // max-width: 70%;
|
|
|
+ // }
|
|
|
+ // :deep figure {
|
|
|
+ // margin: 16px 0;
|
|
|
+ // }
|
|
|
+ // :deep figcaption {
|
|
|
+ // font-size: 16px;
|
|
|
+ // font-weight: 400;
|
|
|
+ // line-height: 32px;
|
|
|
+ // color: #2f3742;
|
|
|
+ // }
|
|
|
+ // :deep span {
|
|
|
+ // word-break: break-word;
|
|
|
+ // }
|
|
|
+}
|
|
|
.print-divider {
|
|
|
margin: 24px 0 0 0;
|
|
|
background-color: #f2f3f5;
|