瀏覽代碼

頁面修正

jeter20131220 3 年之前
父節點
當前提交
44bee08f54
共有 6 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      desktop11/style.css
  2. 0 0
      desktop11/style.css.map
  3. 1 1
      desktop11/style.scss
  4. 1 1
      mobile/style.css
  5. 0 0
      mobile/style.css.map
  6. 1 1
      mobile/style.scss

+ 1 - 1
desktop11/style.css

@@ -104,7 +104,7 @@ body .arrow:hover {
 .banner #text h1 {
   padding: 15px;
   color: #fff;
-  font-family: 追奇手寫體;
+  font-family: 追奇手寫體 !important;
   font-size: 72px;
 }
 

文件差異過大導致無法顯示
+ 0 - 0
desktop11/style.css.map


+ 1 - 1
desktop11/style.scss

@@ -95,7 +95,7 @@ body {
         h1 {
             padding: 15px;
             color: $Font-color;
-            font-family: 追奇手寫體;
+            font-family: 追奇手寫體 !important;
             font-size: 72px;
         }
         .btn-main {

+ 1 - 1
mobile/style.css

@@ -185,7 +185,7 @@ body .arrow:hover {
   text-align: center;
   padding: 15px;
   color: #fff;
-  font-family: 追奇手寫體;
+  font-family: 追奇手寫體 !important;
   font-size: 72px;
 }
 

文件差異過大導致無法顯示
+ 0 - 0
mobile/style.css.map


+ 1 - 1
mobile/style.scss

@@ -149,7 +149,7 @@ body {
                 text-align: center;
                 padding: 15px;
                 color: #fff;
-                font-family: 追奇手寫體;
+                font-family: 追奇手寫體 !important;
                 font-size: 72px;
                 @media screen and(max-width:$moblie) {
                     line-height: 80vh;

部分文件因文件數量過多而無法顯示