natasha 1 månad sedan
förälder
incheckning
9a1b7a7f60

+ 1 - 0
src/views/bookShelf/components/ArticleInfo.vue

@@ -551,6 +551,7 @@ export default {
     line-height: 56px;
     margin: 0;
     text-align: center;
+    font-family: "roman";
   }
   .nnpe-article-author {
     margin: 24px 0;

+ 1 - 1
src/views/bookShelf/components/HistoryRecordList.vue

@@ -844,7 +844,7 @@ ul {
     cursor: pointer;
     &.NNPE-chs {
       //   font-size: 24px;
-      font-family: "Smartisan";
+      font-family: "roman";
       line-height: 150%;
       color: #000000;
       padding: 0 3px;

+ 2 - 1
src/views/bookShelf/components/InnerTextSearch.vue

@@ -775,6 +775,7 @@ export default {
     display: flex;
     flex-flow: wrap;
     justify-content: center;
+    font-family: "roman";
     &.sentActive {
       background: rgba(24, 144, 255, 0.1);
     }
@@ -842,7 +843,7 @@ export default {
         cursor: pointer;
         &.NNPE-chs {
           //   font-size: 24px;
-          font-family: "Smartisan";
+          font-family: "roman";
           line-height: 150%;
           color: #000000;
           padding: 0 3px;

+ 3 - 2
src/views/bookShelf/components/LexicalType.vue

@@ -1229,6 +1229,7 @@ export default {
     display: flex;
     flex-flow: wrap;
     justify-content: center;
+    font-family: "roman";
     &.sentActive {
       background: rgba(24, 144, 255, 0.1);
     }
@@ -1318,7 +1319,7 @@ export default {
         cursor: pointer;
         &.NNPE-chs {
           //   font-size: 24px;
-          font-family: "Smartisan";
+          font-family: "roman";
           line-height: 150%;
           color: #000000;
           padding: 0 3px;
@@ -1592,7 +1593,7 @@ export default {
     height: 100%;
     .NNPE-chs {
       padding: 0 3px;
-      font-family: "Smartisan";
+      font-family: "roman";
       line-height: 150%;
       color: #000000;
     }

+ 3 - 1
src/views/bookShelf/components/NormalModel.vue

@@ -635,6 +635,7 @@ export default {
     display: flex;
     flex-flow: wrap;
     justify-content: center;
+    font-family: "roman";
     &.sentActive {
       background: rgba(24, 144, 255, 0.1);
     }
@@ -719,7 +720,7 @@ export default {
         cursor: pointer;
         &.NNPE-chs {
           //   font-size: 24px;
-          font-family: "Smartisan";
+          font-family: "roman";
           line-height: 150%;
           color: #000000;
           padding: 0 3px;
@@ -823,6 +824,7 @@ export default {
   line-height: 32px;
   color: #2f3742;
   overflow-x: hidden;
+  font-family: "roman";
   img {
     max-width: 70%;
   }

+ 3 - 2
src/views/bookShelf/components/NotesModel.vue

@@ -513,6 +513,7 @@ export default {
     display: flex;
     flex-flow: wrap;
     justify-content: center;
+    font-family: "roman";
   }
   .table-box {
     // background: #f7f7f7;
@@ -546,7 +547,7 @@ export default {
     // display: flex;
     padding: 6px 0 12px 3px;
     .word-box {
-      font-family: "Smartisan";
+      font-family: "roman";
       line-height: 150%;
       color: #000000;
       word-break: break-word;
@@ -616,7 +617,7 @@ export default {
     padding: 0 16px 13px 16px;
     p {
       color: #2f3742;
-      font-family: "Smartisan";
+      font-family: "roman";
       font-size: 18px;
       font-weight: 400;
       line-height: 26px;

+ 4 - 1
src/views/bookShelf/components/PhraseModel.vue

@@ -361,6 +361,8 @@ export default {
     "likeWord",
     "likeSentencelist",
     "articleImg",
+    "activeArticleIndex",
+    "activeArticleIndexLen",
   ],
   components: {
     AudioLine,
@@ -755,6 +757,7 @@ export default {
     display: flex;
     flex-flow: wrap;
     justify-content: center;
+    font-family: "roman";
     &.sentActive {
       background: rgba(24, 144, 255, 0.1);
     }
@@ -867,7 +870,7 @@ export default {
         cursor: pointer;
         &.NNPE-chs {
           //   font-size: 24px;
-          font-family: "Smartisan";
+          font-family: "roman";
           line-height: 150%;
           color: #000000;
           padding: 0 3px;

+ 2 - 1
src/views/bookShelf/components/PracticeModel.vue

@@ -1134,6 +1134,7 @@ export default {
     display: flex;
     flex-flow: wrap;
     justify-content: center;
+    font-family: "roman";
     &.sentActive {
       background: rgba(24, 144, 255, 0.1);
     }
@@ -1259,7 +1260,7 @@ export default {
         cursor: pointer;
         &.NNPE-chs {
           //   font-size: 24px;
-          font-family: "Smartisan";
+          font-family: "roman";
           line-height: 150%;
           color: #000000;
           padding: 0 3px;

+ 23 - 1
src/views/bookShelf/components/PrintModel.vue

@@ -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;

+ 1 - 1
src/views/bookShelf/components/Voicefullscreen.vue

@@ -1391,7 +1391,7 @@ export default {
         cursor: pointer;
         &.NNPE-chs {
           //   font-size: 24px;
-          font-family: "Smartisan";
+          font-family: "roman";
           line-height: 150%;
           color: #000000;
           padding: 0 5px;