소스 검색

modify top banner

huaisianhuang 3 년 전
부모
커밋
9064672c50
3개의 변경된 파일15개의 추가작업 그리고 15개의 파일을 삭제
  1. 4 4
      step_question/apis/static/index_complete_line.html
  2. 9 9
      step_question/apis/static/index_complete_msg.html
  3. 2 2
      step_question/apis/static/style.css

+ 4 - 4
step_question/apis/static/index_complete_line.html

@@ -11,15 +11,15 @@
     <link rel="stylesheet" href="./style.css">
 </head>
 <body>
-    <nav class="navbar navbar-expand-lg sticky-top">
-        <div class="container-fluid d-flex flex-column">
+    <nav class="navbar navbar-expand-lg sticky-top p-0">
+        <div class="container d-flex flex-column img_banner">
         <!--<a class="navbar-brand" href="#">Navbar</a> -->
-          <div class="title__block">
+          <!-- <div class="title__block">
             <img src="https://hhh.com.tw/assets/images/hhh-logo2.svg" width="145" height="40" alt="hhh-logo" class="img_logo">
             <span class="sub-logo mb-0">裝修市調</span>
           </div>
           <span class="slogan">送五萬元裝潢折抵券+咖啡折價券</span>
-        </div>
+        </div> -->
       </nav>
       <main>
       <div class="">

+ 9 - 9
step_question/apis/static/index_complete_msg.html

@@ -11,16 +11,16 @@
     <link rel="stylesheet" href="./style.css">
 </head>
 <body>
-    <nav class="navbar navbar-expand-lg sticky-top">
-        <div class="container-fluid d-flex flex-column">
-        <!--<a class="navbar-brand" href="#">Navbar</a> -->
-          <div class="title__block">
-            <img src="https://hhh.com.tw/assets/images/hhh-logo2.svg" width="145" height="40" alt="hhh-logo" class="img_logo">
-            <span class="sub-logo mb-0">裝修市調</span>
-          </div>
-          <span class="slogan">送五萬元裝潢折抵券+咖啡折價券</span>
+    <nav class="navbar navbar-expand-lg sticky-top p-0">
+      <div class="container d-flex flex-column img_banner">
+      <!--<a class="navbar-brand" href="#">Navbar</a> -->
+        <!-- <div class="title__block">
+          <img src="https://hhh.com.tw/assets/images/hhh-logo2.svg" width="145" height="40" alt="hhh-logo" class="img_logo">
+          <span class="sub-logo mb-0">裝修市調</span>
         </div>
-      </nav>
+        <span class="slogan">送五萬元裝潢折抵券+咖啡折價券</span>
+      </div> -->
+    </nav>
       <main>
       <div class="">
         <div class="thankyou">

+ 2 - 2
step_question/apis/static/style.css

@@ -50,8 +50,8 @@ body {
 	background-repeat: no-repeat;
 	background-size: contain;
 	background-position: center;
-	width: 80%;
-	height: 150px;
+	width: 100%;
+	height: 65px;
 }
 
 /*form styles*/