瀏覽代碼

內容修正

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

+ 1 - 1
goto.js

@@ -377,7 +377,7 @@ $(function () {
   $(".box1").hover(
     function () {
       $("#title1").html('課程1手機拍片');
-      $("#title1-1").html('知名媒體網站電視台長');
+      $("#title1-1").html('知名媒體網站電視台長');
       $("#title1-2").html('Vincnet');
     },
 

+ 1 - 1
index.html

@@ -416,7 +416,7 @@
         <div id="card-box" class="row">
             <div id="sec01-1" class="card ">
                 <h1 class="card-title" style="font-weight: 900;">課程1手機拍片</h1>
-                <h2>知名媒體網站電視台店長</h2>
+                <h2>知名媒體網站電視台店長</h2>
                 <div class="box-img01">
                     <img src="./img/people/people1.jpg" alt="">
                 </div>

+ 7 - 1
style.css

@@ -329,12 +329,18 @@ body #btn-a #mobile-btn:hover {
   }
 }
 
-@media screen and (min-height: 750px) {
+@media screen and (min-height: 800px) {
   #banner {
     height: 70vh;
   }
 }
 
+@media screen and (min-height: 823px) {
+  #banner {
+    height: 75vh;
+  }
+}
+
 #banner .banner1 {
   width: 85vw;
   padding-top: 10vw;

File diff suppressed because it is too large
+ 0 - 0
style.css.map


+ 4 - 1
style.scss

@@ -261,9 +261,12 @@ body {
         height: 90vh;
     }
 
-    @media screen and(min-height:750px) {
+    @media screen and(min-height:800px) {
         height: 70vh;
     }
+    @media screen and(min-height:823px) {
+        height: 75vh;
+    }
     
 
     .banner1 {

Some files were not shown because too many files changed in this diff