order_20210402125010.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0,viewport-fit=cover">
  6. <title></title>
  7. <link rel="stylesheet" href="../css/order.css">
  8. <style>
  9. body{
  10. padding: 0.2rem;
  11. }
  12. .page .h1{
  13. color: skyblue;
  14. font-size: 1rem;
  15. text-align: center;
  16. }
  17. .page .content .h2{
  18. font-size: 0.16rem;
  19. padding-left: 1rem;
  20. }
  21. .page .content .form{
  22. border-top: 0.2rem solid skyblue;
  23. box-shadow: 0 0 2.5rem rgba(75, 86, 101, 0.3);
  24. margin-top: 0.6rem;
  25. padding: 0.6rem;
  26. }
  27. .page .form .box{
  28. display: flex;
  29. margin-left:2rem;
  30. margin-bottom: 0.4rem;
  31. }
  32. .page .form .text{
  33. width: 5rem;
  34. display: flex;
  35. font-size: 0.15rem;
  36. font-weight: bold;
  37. margin: auto 0;
  38. }
  39. .page .form .text .icon{
  40. color: red;
  41. }
  42. .page .form .box>input{
  43. width: 7rem;
  44. height: 1.5rem;
  45. }
  46. .page .form .box .code{
  47. width: 5rem;
  48. }
  49. .page .form .box>button{
  50. border:0.15rem solid skyblue;
  51. margin-left: 0.8rem;
  52. background-color: white;
  53. padding-left: 0.8rem;
  54. padding-right: 0.8rem;
  55. }
  56. .button{
  57. margin: 0 auto;
  58. }
  59. .button>button{
  60. background-color: rgb(34, 165, 218);
  61. color: white;
  62. font-size: 0.28rem;
  63. border: none;
  64. padding: 0.6rem 2.8rem;
  65. }
  66. </style>
  67. </head>
  68. <body>
  69. <div class="page">
  70. <p class="h1">IQQA精准术前三维评估及手术规划</p>
  71. <div class="content">
  72. <p class="h2">请告诉我们您的手机号码,使我们能够及时通知到您服务的进度。</p>
  73. <div class="form">
  74. <p id="warn" style="color: red; display: none;">手机号码必须要填写!</p>
  75. <div class="box">
  76. <div class="text">
  77. <p class="icon">*</p>
  78. 手机号码:
  79. </div>
  80. <input id="iphone" value="" type="text" maxlength="11" placeholder="手机号码">
  81. </div>
  82. <div class="box">
  83. <div class="text">
  84. <p class="icon">*</p>
  85. 姓名:
  86. </div>
  87. <input type="text" placeholder="用户姓名">
  88. </div>
  89. <div class="box">
  90. <div class="text">
  91. <p style="color: white; margin: auto 0;">*</p>
  92. 验证码:
  93. </div>
  94. <input class="code" type="text" placeholder="验证码">
  95. <button id="button">获取验证码</button>
  96. </div>
  97. </div>
  98. <p style="font-size: 0.16rem;padding-left: 1rem;margin-top: 1.2rem;">请确认病人是否正确,医生在查看报告时,会核对此处的姓名。</p>
  99. <div class="form">
  100. <div class="box">
  101. <div class="text">
  102. <p class="icon">*</p>
  103. 患者姓名:
  104. </div>
  105. <input id="iphone" value="" type="text" placeholder="手机号码">
  106. </div>
  107. <div class="box">
  108. <div class="text">
  109. <p style="color: white; margin: auto 0;">*</p>
  110. 就诊医院:
  111. </div>
  112. <input id="" value="" type="text" placeholder="XX医院" disabled>
  113. </div>
  114. <div class="box">
  115. <div class="text">
  116. <p style="color: white; margin: auto 0;">*</p>
  117. 就诊科室:
  118. </div>
  119. <input id="" value="" type="text" placeholder="胸外科">
  120. </div>
  121. <div class="box">
  122. <div class="text">
  123. <p style="color: white; margin: auto 0;">*</p>
  124. 就诊医生:
  125. </div>
  126. <input id="" value="" type="text" placeholder="">
  127. </div>
  128. <div class="box">
  129. <div class="text">
  130. <p style="color: white; margin: auto 0;">*</p>
  131. 邮寄地址:
  132. </div>
  133. <input id="" value="" type="text" placeholder="">
  134. </div>
  135. </div>
  136. </div>
  137. <div class="button">
  138. <button>我要购买此服务</button>
  139. </div>
  140. </div>
  141. </body>
  142. <script type="text/javascript" src="../js/jquery.min.js"></script>
  143. <script src="../js/distpicker.data.min.js"></script>
  144. <script src="../js/distpicker.min.js"></script>
  145. <script>
  146. </script>
  147. </html>