瀏覽代碼

內容修正

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

+ 1 - 1
index.html

@@ -170,7 +170,7 @@
             </div>
         </div>
     </section>
-    <section class="text-center">
+    <section id="descourse-title" class="text-center">
         <p>Essential Course Syllabus</p>
         <h1 class="title-main">精華課程大綱</h1>
         <hr class="line" style="opacity: 1;">

+ 6 - 0
style.css

@@ -759,6 +759,12 @@ body #btn-a #mobile-btn:hover {
   top: 60px;
 }
 
+@media screen and (max-width: 767px) {
+  #descourse-title {
+    display: none;
+  }
+}
+
 .Course-list {
   text-align: center;
   position: relative;

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


+ 5 - 0
style.scss

@@ -575,6 +575,11 @@ body {
         top:60px;
     }
 }
+#descourse-title{
+    @media screen and(max-width:$moblie) {
+        display: none;
+    }
+}
 // 電腦版課程大綱
 .Course-list {
     text-align: center;

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