tender_member.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <!DOCTYPE html>
  2. <HTML lang="ko">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>UPRO</title>
  6. <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width">
  7. <meta name="format-detection" content="telephone=no">
  8. <link rel="stylesheet" type="text/css" href="/m/css/common.css">
  9. <link rel="stylesheet" type="text/css" href="/m/css/sub.css">
  10. <script type="text/javascript" charset="utf-8" src="/m/js/jquery-1.11.2.min.js"></script>
  11. <script type="text/javascript" charset="utf-8" src="/m/js/ui.js"></script>
  12. </head>
  13. <body>
  14. <!-- s : header -->
  15. <? include("../inc/inc_header.html"); ?>
  16. <!-- // e : header -->
  17. <!-- s : container -->
  18. <section id="container">
  19. <section id="visual" class="visual_sell">
  20. <h2>내차팔기</h2>
  21. <p>쉽고 간편한 내차팔기, 견적산출,<br>최종 매각까지 어떤 수수료도 요구하지 않습니다.</p>
  22. </section>
  23. <section id="content">
  24. <h3>차량정보입력</h3>
  25. <table class="tbl_w">
  26. <tr>
  27. <td><input type="text" class="inp_txt" style="width:100%;" placeholder="차량번호"></td>
  28. </tr>
  29. <tr>
  30. <td>
  31. <select style="width:100%">
  32. <option value="">제조사</option>
  33. </select>
  34. </td>
  35. </tr>
  36. <tr>
  37. <td>
  38. <select style="width:100%">
  39. <option value="">모델</option>
  40. </select>
  41. </td>
  42. </tr>
  43. <tr>
  44. <td>
  45. <select style="width:100%">
  46. <option value="">세부모델</option>
  47. </select>
  48. </td>
  49. </tr>
  50. <tr>
  51. <td>
  52. <select style="width:100%">
  53. <option value="">등급</option>
  54. </select>
  55. </td>
  56. </tr>
  57. </table>
  58. <div class="btn_center">
  59. <a href="#" class="button arr">다음</a>
  60. </div>
  61. </section>
  62. </section>
  63. <!-- loading -->
  64. <div id="loading">
  65. <p>차량을 조회중입니다.</p>
  66. </div>
  67. <!-- // loading -->
  68. <!-- e : container -->
  69. <!-- s : footer -->
  70. <? include("../inc/inc_footer.html"); ?>
  71. <!-- // e : footer -->
  72. </body>
  73. </html>