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

+ 1 - 0
style.css

@@ -214,6 +214,7 @@ body .arrow:hover {
   width: 100vw;
   -o-object-fit: cover;
      object-fit: cover;
+  height: 95vh;
   -webkit-animation-name: Picture;
           animation-name: Picture;
   -webkit-animation-duration: 1s;

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


+ 1 - 0
style.scss

@@ -181,6 +181,7 @@ body {
         .banner-img{
             width: 100vw;
             object-fit: cover;
+            height: 95vh;
             animation-name:Picture;
             animation-duration: 1s;
             @media screen and(max-width:$moblie) {

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