Browse Source

字体更新

shaogen1995 1 year ago
parent
commit
1bb67192f8

+ 1 - 1
src/App.vue

@@ -236,7 +236,7 @@ textarea {
   align-items: center;
   font-size: calc(24 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
   line-height: calc(30 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
-  font-family: KaiTi, KaiTi;
+  font-family: KaiTi;
   color: white;
   transition: all 0.5s;
   >img{

+ 1 - 1
src/components/BtnClickMe.vue

@@ -74,7 +74,7 @@ const isShow = computed(() => {
   >.text{
     color: v-bind('color');
     margin-right: calc(5 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
     font-weight: 400;
     font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
   }

+ 1 - 1
src/components/OperationTip.vue

@@ -81,7 +81,7 @@ watch(propIsShow, (v) => {
   >.text{
     color: v-bind('color');
     margin-right: calc(5 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
     font-weight: 400;
     font-size: calc(16 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
   }

+ 5 - 5
src/views/HomeView copy.vue

@@ -683,7 +683,7 @@ function onClickGoNextPage() {
       top: 46%;
       transform: translateY(-50%);
       writing-mode: vertical-lr;
-      font-family: KaiTi, KaiTi;
+      font-family: KaiTi;
       font-weight: 400;
       font-size: calc(18 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
       color: #FFFFFF;
@@ -711,7 +711,7 @@ function onClickGoNextPage() {
         left: 50%;
         top: 50%;
         transform: translate(-50%, -50%);
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
         font-weight: 400;
         font-size: calc(16 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
         color: #FFFFFF;
@@ -733,7 +733,7 @@ function onClickGoNextPage() {
         left: 50%;
         top: 50%;
         transform: translate(-50%, -50%);
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
         font-weight: 400;
         font-size: calc(16 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
         color: #FFFFFF;
@@ -798,7 +798,7 @@ function onClickGoNextPage() {
     &::-webkit-scrollbar {
       display: none;
     }
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
     color: #FFFFFF;
     >h3{
       font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
@@ -822,7 +822,7 @@ function onClickGoNextPage() {
     display: flex;
     justify-content: center;
     align-items: center;
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
     color: #FFFFFF;
     font-weight: 400;
     font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));

+ 8 - 8
src/views/HomeView(横向滑动).vue

@@ -1501,7 +1501,7 @@ function onClickGoNextPage() {
       top: 46%;
       transform: translateY(-50%);
       writing-mode: vertical-lr;
-      font-family: KaiTi, KaiTi;
+      font-family: KaiTi;
       font-weight: 400;
       font-size: calc(18 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
       color: #FFFFFF;
@@ -1547,7 +1547,7 @@ function onClickGoNextPage() {
         left: 50%;
         top: 50%;
         transform: translate(-50%, -50%);
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
         font-weight: 400;
         font-size: calc(16 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
         color: #FFFFFF;
@@ -1572,7 +1572,7 @@ function onClickGoNextPage() {
         left: 50%;
         top: 50%;
         transform: translate(-50%, -50%);
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
         font-weight: 400;
         font-size: calc(16 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
         color: #FFFFFF;
@@ -1689,7 +1689,7 @@ function onClickGoNextPage() {
     transform: translate(-50%, 0);
     color: white;
     overflow: hidden;
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
     color: #FFFFFF;
     animation: none;
     display: flex;
@@ -1709,7 +1709,7 @@ function onClickGoNextPage() {
 
       >div {
         font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
       }
     }
 
@@ -1782,7 +1782,7 @@ function onClickGoNextPage() {
           color: #FFFFFF;
           font-size: calc(24 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
           line-height: calc(30 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
-          font-family: KaiTi, KaiTi;
+          font-family: KaiTi;
         }
       }
 
@@ -1856,7 +1856,7 @@ function onClickGoNextPage() {
           color: #FFFFFF;
           font-size: calc(24 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
           line-height: calc(30 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
-          font-family: KaiTi, KaiTi;
+          font-family: KaiTi;
         }
       }
     }
@@ -1914,7 +1914,7 @@ function onClickGoNextPage() {
     display: flex;
     justify-content: center;
     align-items: center;
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
     color: #FFFFFF;
     font-weight: 400;
     font-size: calc(18 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));

+ 7 - 7
src/views/HomeView(点击交互).vue

@@ -618,7 +618,7 @@ div {
       top: 46%;
       transform: translateY(-50%);
       writing-mode: vertical-lr;
-      font-family: KaiTi, KaiTi;
+      font-family: KaiTi;
       font-weight: 400;
       font-size: calc(
         18 / v-bind("windowSizeWhenDesignForRef") *
@@ -915,7 +915,7 @@ div {
     display: flex;
     justify-content: center;
     align-items: center;
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
     color: #ffffff;
     font-weight: 400;
     font-size: calc(
@@ -948,7 +948,7 @@ div {
     display: flex;
     justify-content: center;
     align-items: center;
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
     color: #ffffff;
     font-weight: 400;
     top: calc(
@@ -1112,7 +1112,7 @@ div {
     transform: translate(-50%, 100%);
     color: white;
     overflow: hidden;
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
     color: #ffffff;
     animation: none;
     display: flex;
@@ -1136,7 +1136,7 @@ div {
           20 / v-bind("windowSizeWhenDesignForRef") *
             v-bind("windowSizeInCssForRef")
         );
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
       }
     }
   }
@@ -1205,7 +1205,7 @@ div {
           30 / v-bind("windowSizeWhenDesignForRef") *
             v-bind("windowSizeInCssForRef")
         );
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
       }
     }
 
@@ -1312,7 +1312,7 @@ div {
             30 / v-bind("windowSizeWhenDesignForRef") *
               v-bind("windowSizeInCssForRef")
           );
-          font-family: KaiTi, KaiTi;
+          font-family: KaiTi;
         }
       }
     }

+ 7 - 7
src/views/HomeView.vue

@@ -618,7 +618,7 @@ div {
       top: 46%;
       transform: translateY(-50%);
       writing-mode: vertical-lr;
-      font-family: KaiTi, KaiTi;
+      font-family: KaiTi;
       font-weight: 400;
       font-size: calc(
         18 / v-bind("windowSizeWhenDesignForRef") *
@@ -915,7 +915,7 @@ div {
     display: flex;
     justify-content: center;
     align-items: center;
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
     color: #ffffff;
     font-weight: 400;
     font-size: calc(
@@ -948,7 +948,7 @@ div {
     display: flex;
     justify-content: center;
     align-items: center;
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
     color: #ffffff;
     font-weight: 400;
     top: calc(
@@ -1112,7 +1112,7 @@ div {
     transform: translate(-50%, 100%);
     color: white;
     overflow: hidden;
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
     color: #ffffff;
     animation: none;
     display: flex;
@@ -1136,7 +1136,7 @@ div {
           20 / v-bind("windowSizeWhenDesignForRef") *
             v-bind("windowSizeInCssForRef")
         );
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
       }
     }
   }
@@ -1205,7 +1205,7 @@ div {
           30 / v-bind("windowSizeWhenDesignForRef") *
             v-bind("windowSizeInCssForRef")
         );
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
       }
     }
 
@@ -1312,7 +1312,7 @@ div {
             30 / v-bind("windowSizeWhenDesignForRef") *
               v-bind("windowSizeInCssForRef")
           );
-          font-family: KaiTi, KaiTi;
+          font-family: KaiTi;
         }
       }
     }

+ 2 - 2
src/views/HotspotDetail1 copy.vue

@@ -117,7 +117,7 @@ const craftInfo = configText.craft
     >.text{
       width: calc(170 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
       >h3{
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
         font-weight: 400;
         font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
         color: #FFFFFF;
@@ -126,7 +126,7 @@ const craftInfo = configText.craft
         text-align: end;
       }
       >p{
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
         font-weight: 400;
         font-size: calc(14 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
         color: rgba(255, 255, 255, 0.8);

+ 2 - 2
src/views/HotspotDetail1.vue

@@ -250,7 +250,7 @@ const imgBottomLoc = (nowId, itemId) => {
       line-height: 20px;
       left: 9px;
       font-weight: 400;
-      font-family: KaiTi, KaiTi;
+      font-family: KaiTi;
       color: #fff;
       text-align: center;
     }
@@ -323,7 +323,7 @@ const imgBottomLoc = (nowId, itemId) => {
     left: 50%;
     bottom: 100%;
     transform: translateX(-50%);
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
     font-weight: 400;
     color: #5e715d;
     width: 70%;

+ 1 - 1
src/views/MoreContent.vue

@@ -429,7 +429,7 @@ const playVideoFu = (val, flag) => {
             background-size: contain;
             background-repeat: no-repeat;
             background-position: center center;
-            font-family: KaiTi, KaiTi;
+            font-family: KaiTi;
             font-weight: 400;
             writing-mode: vertical-lr;
             letter-spacing: 0.2em;

+ 1 - 1
src/views/MoreContentCopy.vue

@@ -540,7 +540,7 @@ onBeforeMount(() => {
 
 <style lang="less" scoped>
 .button-common-style {
-  font-family: KaiTi, KaiTi;
+  font-family: KaiTi;
   font-weight: 400;
   font-size: calc(16px * v-bind("windowHeight") / v-bind("windowHeightDesign"));
   writing-mode: vertical-lr;

+ 12 - 12
src/views/PaintingDetail.vue

@@ -527,7 +527,7 @@ function showBigPainting() {
       transition: all 2s ease;
       > h1 {
         text-align: center;
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
         font-weight: 400;
         font-size: calc(
           20 / v-bind("windowSizeWhenDesignForRef") *
@@ -543,7 +543,7 @@ function showBigPainting() {
 
       > p.subtitle {
         text-align: center;
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
         font-weight: 400;
         font-size: calc(
           16 / v-bind("windowSizeWhenDesignForRef") *
@@ -566,7 +566,7 @@ function showBigPainting() {
           30 / v-bind("windowSizeWhenDesignForRef") *
             v-bind("windowSizeInCssForRef")
         );
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
         color: #ffffff;
         margin-top: 2em;
         margin-bottom: 0.5em;
@@ -578,7 +578,7 @@ function showBigPainting() {
       }
 
       > .normal-text {
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
         color: #ffffff;
         font-weight: 400;
         font-size: calc(
@@ -616,7 +616,7 @@ function showBigPainting() {
     > .info-content {
       > h1 {
         text-align: center;
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
         font-weight: 400;
         font-size: calc(
           20 / v-bind("windowSizeWhenDesignForRef") *
@@ -631,7 +631,7 @@ function showBigPainting() {
 
       > p.subtitle {
         text-align: center;
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
         font-weight: 400;
         font-size: calc(
           16 / v-bind("windowSizeWhenDesignForRef") *
@@ -654,7 +654,7 @@ function showBigPainting() {
           30 / v-bind("windowSizeWhenDesignForRef") *
             v-bind("windowSizeInCssForRef")
         );
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
         color: #ffffff;
         margin-top: 2em;
         margin-bottom: 0.5em;
@@ -666,7 +666,7 @@ function showBigPainting() {
       }
 
       > .normal-text {
-        font-family: KaiTi, KaiTi;
+        font-family: KaiTi;
         color: #ffffff;
         font-weight: 400;
         font-size: calc(
@@ -696,7 +696,7 @@ function showBigPainting() {
 
     // >h1 {
     //   text-align: center;
-    //   font-family: KaiTi, KaiTi;
+    //   font-family: KaiTi;
     //   font-weight: 400;
     //   font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
     //   color: #FFFFFF;
@@ -705,7 +705,7 @@ function showBigPainting() {
 
     // >p.subtitle {
     //   text-align: center;
-    //   font-family: KaiTi, KaiTi;
+    //   font-family: KaiTi;
     //   font-weight: 400;
     //   font-size: calc(16 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
     //   color: rgba(255, 255, 255, 0.8);
@@ -716,7 +716,7 @@ function showBigPainting() {
     // >h2 {
     //   display: inline-block;
     //   margin-top: calc(30 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
-    //   font-family: KaiTi, KaiTi;
+    //   font-family: KaiTi;
     //   color: #FFFFFF;
     //   margin-top: 2em;
     //   margin-bottom: 0.5em;
@@ -725,7 +725,7 @@ function showBigPainting() {
     // }
 
     // >.normal-text {
-    //   font-family: KaiTi, KaiTi;
+    //   font-family: KaiTi;
     //   color: #FFFFFF;
     //   font-weight: 400;
     //   font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));

+ 2 - 2
src/views/PaintingList.vue

@@ -381,7 +381,7 @@ const isShowPaintingStyleDesc = ref(false)
         }
         >.author-list{
           margin-top: calc(176 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
-          font-family: KaiTi, KaiTi;
+          font-family: KaiTi;
           font-weight: 400;
           font-size: calc(16 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
           color: #FFFFFF;
@@ -432,7 +432,7 @@ const isShowPaintingStyleDesc = ref(false)
           }
           >p.desc{
             writing-mode: vertical-lr;
-            font-family: KaiTi, KaiTi;
+            font-family: KaiTi;
             font-weight: 400;
             font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
             color: #476446;

+ 1 - 1
src/views/PaintingStyleDesc.vue

@@ -70,7 +70,7 @@ const specialDesc = configExcel['其他'][4]['修篁树石图'][1]['作品简介
     right: 9.5%;
     width: 67%;
     height: 66%;
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
     font-weight: 400;
     font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
     color: #474747;

+ 3 - 3
src/views/PoemList copy.vue

@@ -341,7 +341,7 @@ function onClickMenuItem(menuItemName) {
             align-items: center;
             >.author{
               white-space: pre;
-              font-family: KaiTi, KaiTi;
+              font-family: KaiTi;
               font-weight: 400;
               font-size: 20px;
               color: #476446;
@@ -357,7 +357,7 @@ function onClickMenuItem(menuItemName) {
               display: flex;
               justify-content: center;
               align-items: center;
-              font-family: KaiTi, KaiTi;
+              font-family: KaiTi;
               font-weight: 400;
               font-size: calc(16 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
               color: #FFFFFF;
@@ -366,7 +366,7 @@ function onClickMenuItem(menuItemName) {
         }
         >p{
           margin-right: calc(60 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
-          font-family: KaiTi, KaiTi;
+          font-family: KaiTi;
           font-weight: 400;
           font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
           color: #476446;

+ 3 - 3
src/views/PoemList.vue

@@ -553,7 +553,7 @@ const isMoveFu = (index, num) => {
             align-items: center;
             > .author {
               white-space: pre;
-              font-family: KaiTi, KaiTi;
+              font-family: KaiTi;
               font-weight: 400;
               font-size: 20px;
               color: #b9aa70;
@@ -578,7 +578,7 @@ const isMoveFu = (index, num) => {
               display: flex;
               justify-content: center;
               align-items: center;
-              font-family: KaiTi, KaiTi;
+              font-family: KaiTi;
               font-weight: 400;
               font-size: calc(
                 16 / v-bind("windowSizeWhenDesignForRef") *
@@ -593,7 +593,7 @@ const isMoveFu = (index, num) => {
             40 / v-bind("windowSizeWhenDesignForRef") *
               v-bind("windowSizeInCssForRef")
           );
-          font-family: KaiTi, KaiTi;
+          font-family: KaiTi;
           font-weight: 400;
           font-size: calc(
             20 / v-bind("windowSizeWhenDesignForRef") *

+ 1 - 1
src/views/StartupView.vue

@@ -136,7 +136,7 @@ function onVideoEnd() {
   >.font-load-trigger{
     pointer-events: none;
     opacity: 0;
-    font-family: KaiTi, KaiTi;
+    font-family: KaiTi;
   }
 
   >.bg-serial-frames{