Bladeren bron

fix: 修复首页字体大小

周玉环 14 uur geleden
bovenliggende
commit
2fc2ab38bf

+ 2 - 2
xinkeaboard-web/components/NavCatHeader.vue

@@ -182,7 +182,7 @@ $colorMain: #e2231a !default; //主色、文字选中、搜索
     z-index:888;
     a{
       font-weight: bold;
-      font-size: 16px;
+      font-size: 14px;
       color: #282E30;
     }
 
@@ -221,7 +221,7 @@ $colorMain: #e2231a !default; //主色、文字选中、搜索
       -webkit-box-sizing: border-box;
       box-sizing: border-box;
       font-weight: bold;
-      font-size: 16px;
+      font-size: 14px;
       color: #282E30;
       margin: 0 0 0 10px;
       line-height: 45px;

+ 3 - 3
xinkeaboard-web/components/NavTopBar.vue

@@ -206,7 +206,7 @@ $colorMain: #e2231a !default; //主色、文字选中、搜索
     .header_left {
       height: 100%;
       font-weight: bold;
-      font-size: 16px;
+      font-size: 14px;
       color: #282E30;
       line-height: 36px;
       display: flex;
@@ -231,7 +231,7 @@ $colorMain: #e2231a !default; //主色、文字选中、搜索
     .header_right {
       height: 100%;
       font-weight: 400;
-      font-size: 16px;
+      font-size: 14px;
       color: #282E30;
 
       ul {
@@ -259,7 +259,7 @@ $colorMain: #e2231a !default; //主色、文字选中、搜索
             position: relative;
             cursor: pointer;
             font-weight: 400;
-            font-size: 16px;
+            font-size: 14px;
             color: #282E30;
 
             &:hover {

+ 2 - 2
xinkeaboard-web/components/SldHomeTopSearch.vue

@@ -403,7 +403,7 @@ a:visited {
         .button {
           width: 103px;
           background: $colorMain;
-          font-size: 16px;
+          font-size: 14px;
           font-weight: 600;
           color: #fff;
           float: right;
@@ -536,7 +536,7 @@ a:visited {
 
         span {
           font-weight: bold;
-          font-size: 16px;
+          font-size: 14px;
           color: $colorMain;
         }
       }