jeter20131220 3 lat temu
rodzic
commit
b9190b44af

+ 1 - 1
desktop11/goto.js

@@ -2,7 +2,7 @@ $(".banner-slider").slick({
   speed: 800,
   swipe: true,
   arrows: false,
-  autoplay: true,
+  // autoplay: true,
 });
 
 

BIN
desktop11/img/banner/banner-title1.png


+ 2 - 1
desktop11/index.html

@@ -106,7 +106,8 @@
                 <div class="banner-slider d-flex align-items-center justify-content-center">
                     <div class="banner1">
                         <div style="padding-top:16vw;padding-right:0; margin:0; width: 100vw">
-                            <h1 id="animation1">北歐風</h1>
+                            <!-- <img src="./img/banner/banner-title1.png" alt="" class=""> -->
+                            <h1>北歐風</h1>
                             <button id="btn-animation1" class="btn-main" data-gt-target="#contact-us"
                                 data-gt-duration="800" data-gt-offset="-300">預約免費裝修諮詢</button>
                         </div>

+ 7 - 0
desktop11/style.css

@@ -92,9 +92,16 @@ body .arrow:hover {
 }
 
 .banner #text .banner-slider .banner1 {
+  text-align: center;
   background-image: url(./img/banner/00.webp);
 }
 
+.banner #text .banner-slider .banner1 img {
+  width: 15vw;
+  display: block;
+  margin: auto !important;
+}
+
 .banner #text .banner-slider .banner2 {
   background-image: url(./img/banner/002.webp);
 }

Plik diff jest za duży
+ 0 - 0
desktop11/style.css.map


+ 8 - 1
desktop11/style.scss

@@ -9,12 +9,13 @@ $title-color: #4b515e;
 $toggle: #9c857b;
 $process: #6f645a;
 
-@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600&display=swap");
+
 @font-face {
     font-family: 追奇手寫體;
     src: url(./drechifont-proportional.ttf);
     font-weight: 900;
 }
+@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600&display=swap");
 
 
 
@@ -89,7 +90,13 @@ body {
                 padding-right: 0 !important;
             }
             .banner1 {
+                text-align: center;
                 background-image: url(./img/banner/00.webp);
+                img{
+                    width: 15vw;
+                    display:block;
+                    margin:auto !important;
+                }
             }
             .banner2 {
                 background-image: url(./img/banner/002.webp);

Plik diff jest za duży
+ 0 - 0
mobile/style.css.map


+ 1 - 2
mobile/style.scss

@@ -5,8 +5,6 @@
 }
 $table: 1024px;
 $moblie: 767px;
-
-@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600&display=swap');
 $process: #6f645a;
 // 行動裝置
 @font-face {
@@ -14,6 +12,7 @@ $process: #6f645a;
     src: url(./drechifont-proportional.ttf);
     font-weight: 900;
 }
+@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600&display=swap');
 $Font-color: #fff;
 $toggle: #9c857b;
 $title-color: #4b515e;

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików