Browse Source

fix:首图字体调整

liyangbin 1 year ago
parent
commit
c760baec23

+ 0 - 4
components/PDFReaderPro/banner.vue

@@ -87,7 +87,6 @@ export default {
       }
     }
     .sub-title {
-      font-family: Source Han Sans CN;
       font-size: 46px;
       font-weight: 700;
       line-height: 72px;
@@ -95,7 +94,6 @@ export default {
     }
     .description {
       margin-top: 12px;
-      font-family: Source Han Sans CN;
       font-size: 18px;
       font-weight: 400;
       line-height: 32px;
@@ -104,7 +102,6 @@ export default {
     }
     .rate {
       margin-top: 12px;
-      font-family: Source Han Sans CN;
       font-size: 14px;
       font-weight: 700;
       line-height: 24px;
@@ -123,7 +120,6 @@ export default {
         align-items: center;
         justify-content: center;
         border-radius: 4px;
-        font-family: Source Han Sans CN;
         font-size: 18px;
         font-weight: 700;
         transition: all ease .5;

+ 0 - 3
components/PDFReaderPro/believe.vue

@@ -115,7 +115,6 @@ export default {
 div.wrapper-tools {
   h2 {
     margin-top: 80px;
-    font-family: Source Han Sans CN;
     font-size: 36px;
     font-weight: 700;
     line-height: 56px;
@@ -166,7 +165,6 @@ div.wrapper-tools {
         flex-direction: column;
         justify-content: center;
         .title {
-          font-family: Source Han Sans CN;
           font-size: 18px;
           font-weight: 700;
           line-height: 24px;
@@ -177,7 +175,6 @@ div.wrapper-tools {
     }
     .des {
       margin-top: 32px;
-      font-family: Source Han Sans CN;
       font-size: 16px;
       line-height: 32px;
       color: #404754;

+ 0 - 2
components/PDFReaderPro/believeMobile.vue

@@ -156,7 +156,6 @@ div.wrapper-tools {
         flex-direction: column;
         justify-content: center;
         .title {
-          font-family: Source Han Sans CN;
           font-size: 18px;
           font-weight: 700;
           line-height: 24px;
@@ -167,7 +166,6 @@ div.wrapper-tools {
     }
     .des {
       margin-top: 32px;
-      font-family: Source Han Sans CN;
       font-size: 16px;
       line-height: 32px;
       color: #404754;

+ 0 - 5
components/PDFReaderPro/features.vue

@@ -234,7 +234,6 @@ export default {
   h2 {
     margin-top: 100px;
     margin-bottom: 40px;
-    font-family: Source Han Sans CN;
     font-size: 36px;
     font-weight: 700;
     line-height: 56px;
@@ -260,7 +259,6 @@ export default {
       justify-content: center;
       min-width: 120px;
       padding: 8px 20px;
-      font-family: Source Han Sans CN;
       font-size: 18px;
       line-height: 28px;
       color: #404754;
@@ -294,7 +292,6 @@ export default {
     .text-container {
       width: 38%;
       .title {
-        font-family: Source Han Sans CN;
         font-size: 28px;
         font-weight: 700;
         line-height: 44px;
@@ -303,7 +300,6 @@ export default {
       .des {
         margin-top: 20px;
         li {
-          font-family: Source Han Sans CN;
           font-size: 18px;
           line-height: 32px;
           color: #232F48;
@@ -322,7 +318,6 @@ export default {
           align-items: center;
           justify-content: center;
           border-radius: 4px;
-          font-family: Source Han Sans CN;
           font-size: 18px;
           font-weight: 700;
         }

+ 0 - 2
components/PDFReaderPro/product.vue

@@ -52,7 +52,6 @@ export default {
   }
   .title {
     margin-top: 12px;
-    font-family: Source Han Sans CN;
     font-size: 32px;
     font-weight: 700;
     line-height: 48px;
@@ -70,7 +69,6 @@ export default {
       align-items: center;
       justify-content: center;
       border-radius: 4px;
-      font-family: Source Han Sans CN;
       font-size: 18px;
       font-weight: 700;
       transition: all ease .5;

+ 0 - 4
components/PDFReaderPro/solution.vue

@@ -197,7 +197,6 @@ export default {
 div.wrapper-tools {
   h2 {
     margin-top: 80px;
-    font-family: Source Han Sans CN;
     font-size: 36px;
     font-weight: 700;
     line-height: 56px;
@@ -214,7 +213,6 @@ div.wrapper-tools {
     flex-direction: column;
     .title {
       margin-top: 40px;
-      font-family: Source Han Sans CN;
       font-size: 24px;
       font-weight: 700;
       line-height: 40px;
@@ -223,7 +221,6 @@ div.wrapper-tools {
     .des {
       margin-top: 8px;
       li {
-        font-family: Source Han Sans CN;
         font-size: 20px;
         line-height: 32px;
         color: #404754;
@@ -244,7 +241,6 @@ div.wrapper-tools {
         align-items: center;
         justify-content: center;
         border-radius: 4px;
-        font-family: Source Han Sans CN;
         font-size: 18px;
         font-weight: 700;
       }

+ 3 - 0
pages/pdfreaderpro.vue

@@ -94,6 +94,9 @@ export default {
 </script>
 
 <style lang="scss" scoped>
+* {
+  font-family: "Helvetica", Arial, "PingFang-SC-Regular", "ArialMT", "微软雅黑", "Microsoft YaHei", "Helvetica Neue", Helvetica, sans-serif;
+}
 ::v-deep .container {
   width: 100%;
   margin-right: auto;