|
@@ -6,11 +6,26 @@
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
|
|
|
crossorigin="anonymous">
|
|
|
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
|
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
|
|
</head>
|
|
|
<body>
|
|
|
-<img src="https://hhh.com.tw/assets/images/hhh-logo2.svg" width="145" height="40" alt="hhh-logo" class="img_logo">
|
|
|
+ <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>
|
|
|
+ </div>
|
|
|
+ </nav>
|
|
|
+ <!-- <div class="top">
|
|
|
+ <img src="https://hhh.com.tw/assets/images/hhh-logo2.svg" width="145" height="40" alt="hhh-logo" class="img_logo">
|
|
|
+ <span style="text-align: center;display: block; margin-bottom: 20px;">裝修市調</span>
|
|
|
+ <span style="text-align: center;display: block; font-weight: 700;">送五萬元裝潢折抵券</span>
|
|
|
+ </div> -->
|
|
|
<iframe name="dummyframe" id="dummyframe" style="display: none;"></iframe>
|
|
|
<form action="http://127.0.0.1:8000/step_questions/submit" method="post" id="msform" target="dummyframe">
|
|
|
<div class="notice_card">
|
|
@@ -30,9 +45,9 @@
|
|
|
<option value="Male">男</option>
|
|
|
<option value="Female">女</option>
|
|
|
</select>
|
|
|
- <input type="text" name='q2' value="" placeholder="手機號碼" /> <br/>
|
|
|
+ <input type="text" name='q2' value="0984933099" placeholder="手機號碼" /> <br/>
|
|
|
<input type="email" name='q3' value="" placeholder="Email" />
|
|
|
- <input type="button" name="next" class="next action-button" value="Next" />
|
|
|
+ <input type="button" name="next" class="next action-button" value="下一步" />
|
|
|
</fieldset>
|
|
|
<fieldset>
|
|
|
<h2 class="fs-title">建案資料</h2>
|
|
@@ -47,8 +62,8 @@
|
|
|
<input type="radio" class="check_button ml" value="新成屋" name="q5" id="new" />
|
|
|
<label for="new" class="fs-label-type">新成屋</label>
|
|
|
</div>
|
|
|
- <input type="button" name="previous" class="previous action-button" value="Previous" />
|
|
|
- <input type="button" name="next" class="next action-button next-2" value="Next" />
|
|
|
+ <input type="button" name="previous" class="previous action-button" value="上一步" />
|
|
|
+ <input type="button" name="next" class="next action-button next-2" value="下一步" />
|
|
|
</fieldset>
|
|
|
<fieldset>
|
|
|
<h2 class="fs-title">裝修資料</h2>
|
|
@@ -104,17 +119,17 @@
|
|
|
</div>
|
|
|
<br/>
|
|
|
<input type="button" name="previous" class="previous action-button" value="Previous" />
|
|
|
- <input type="submit" name="submit" class="submit action-button" value="Submit" />
|
|
|
+ <input type="submit" name="submit" class="submit action-button" value="提交" />
|
|
|
</fieldset>
|
|
|
</form>
|
|
|
-<div id="overlay">
|
|
|
- <div class="thankyou">
|
|
|
- <h3>感謝您的填寫</h3>
|
|
|
- <img src="images/checked.png" alt="">
|
|
|
- <p>至 LINE 領取咖啡兌換券</p>
|
|
|
- <button class="btn-exit">離開</button>
|
|
|
+<footer>
|
|
|
+ <div class="footer">
|
|
|
+ <p>咖啡限量100杯 ,送完為止</p>
|
|
|
+ <!-- <div class="img_fr">
|
|
|
+ <img src="images/demo.png" alt="">
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
-</div>
|
|
|
+</footer>
|
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
|
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
|
|
|
<script src="./script.js"></script>
|