소스 검색

modified: src/assets/index.scss

asd123a20 2 년 전
부모
커밋
6d735582a2
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/assets/index.scss

+ 5 - 1
src/assets/index.scss

@@ -122,7 +122,7 @@ html, body, #app{
   // 小于1800
   @media (max-width: 1260px) {
     h4 {
-      font-size: 16px !important;
+      font-size: 15px !important;
     }
     // 主页
     .heads {
@@ -176,6 +176,10 @@ html, body, #app{
     }
   }
   @media (max-width: 1170px) {
+    h4 {
+      font-size: 14px !important;
+      // font-weight: 700;
+    }
     // 主页
     .heads {
       .top {