huaisianhuang 3 سال پیش
والد
کامیت
485a1a9a24

BIN
step_question/apis/static/images/banner-bottom.jpg


BIN
step_question/apis/static/images/banner_top.jpg


BIN
step_question/apis/static/images/建案QR_LINE_2500x1686.png


BIN
step_question/apis/static/images/建案QR_折價券_768x1024.png


+ 7 - 8
step_question/apis/static/index2.html

@@ -12,14 +12,14 @@
   <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
 </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-fluid 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>
+      <span class="slogan">送五萬元裝潢折抵券+咖啡折價券</span> -->
     </div>
   </nav>
   <!-- <div class="top">
@@ -132,10 +132,9 @@
 </form>
 <footer>
   <div class="footer">
-    <p>咖啡限量100杯 ,送完為止</p>
-    <!-- <div class="img_fr">
-      <img src="images/demo.png" alt="">
-    </div> -->
+    <div class="img_fr">
+      <img src="images/banner-bottom.jpg" alt="">
+    </div>
   </div>
 </footer>
 <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>

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

@@ -45,6 +45,15 @@ body {
 	background-color: #ee7800;
 }
 
+.img_banner {
+	background-image: url('images/banner_top.jpg');
+	background-repeat: no-repeat;
+	background-size: cover;
+	background-position: center;
+	width: 100%;
+	height: 150px;
+}
+
 /*form styles*/
 .img_logo {
 	display: inline-block;
@@ -358,9 +367,12 @@ footer {
 }
 
 .img_fr {
-	width: 170px;
-	height: 200px;
+	width: 80%;
+	max-width: 1000px;
+	min-width: 300px;
+	height: 60px;
 	object-fit: cover;
+	object-position: center;
 }
 
 .img_fr img {