order_20210402133654.html 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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. text-align: center;
  58. margin-top: 1.5rem;
  59. }
  60. .button>button{
  61. background-color: rgb(34, 165, 218);
  62. color: white;
  63. font-size: 0.28rem;
  64. border: none;
  65. padding: 0.6rem 2.8rem;
  66. border-radius: 4px;
  67. }
  68. .mask{
  69. height: 100%;
  70. /* position: fixed;
  71. left: 0;
  72. top: 0; */
  73. background-color: rgba(75, 86, 101, 0.1);
  74. padding: 0.4rem;
  75. }
  76. .mask .shade{
  77. border: 0.1rem solid black;
  78. border-radius: 8px;
  79. background-color: rgb(34, 165, 218);
  80. }
  81. .mask .shade .top{
  82. display: flex;
  83. padding: 0.6rem;
  84. }
  85. .mask .shade .top .h3{
  86. margin: 0 auto;
  87. color: #eee;
  88. font-weight: bold;
  89. }
  90. .mask .shade .declare{
  91. background-color: rgb(255, 255, 255);
  92. padding: 0.4rem;
  93. }
  94. .mask .shade .declare-box{
  95. margin-bottom: 0.8rem;
  96. }
  97. .p1{
  98. margin: 0;
  99. font-size: 0.9rem;
  100. font-weight: bold;
  101. padding-left: 0.6rem;
  102. margin-bottom: 0.4rem;
  103. }
  104. .p2{
  105. text-indent: 2em;
  106. margin: 0;
  107. font-size: 0.88rem;
  108. padding-left: 0.6rem;
  109. }
  110. .check{
  111. display: flex;
  112. margin: 2rem 0 8rem 4rem;
  113. }
  114. .check>input{
  115. width: 1rem;
  116. height: 1rem;
  117. }
  118. .check>p{
  119. font-size: 0.16rem;
  120. }
  121. </style>
  122. </head>
  123. <body>
  124. <div class="page">
  125. <p class="h1">IQQA精准术前三维评估及手术规划</p>
  126. <div class="content">
  127. <p class="h2">请告诉我们您的手机号码,使我们能够及时通知到您服务的进度。</p>
  128. <div class="form">
  129. <p id="warn" style="color: red; display: none;">手机号码必须要填写!</p>
  130. <div class="box">
  131. <div class="text">
  132. <p class="icon">*</p>
  133. 手机号码:
  134. </div>
  135. <input id="iphone" value="" type="text" maxlength="11" placeholder="手机号码">
  136. </div>
  137. <div class="box">
  138. <div class="text">
  139. <p class="icon">*</p>
  140. 姓名:
  141. </div>
  142. <input type="text" placeholder="用户姓名">
  143. </div>
  144. <div class="box">
  145. <div class="text">
  146. <p style="color: white; margin: auto 0;">*</p>
  147. 验证码:
  148. </div>
  149. <input class="code" type="text" placeholder="验证码">
  150. <button id="button">获取验证码</button>
  151. </div>
  152. </div>
  153. <p style="font-size: 0.16rem;padding-left: 1rem;margin-top: 1.2rem;">请确认病人是否正确,医生在查看报告时,会核对此处的姓名。</p>
  154. <div class="form">
  155. <div class="box">
  156. <div class="text">
  157. <p class="icon">*</p>
  158. 患者姓名:
  159. </div>
  160. <input id="iphone" value="" type="text" placeholder="手机号码">
  161. </div>
  162. <div class="box">
  163. <div class="text">
  164. <p style="color: white; margin: auto 0;">*</p>
  165. 就诊医院:
  166. </div>
  167. <input style="width: 12rem;" id="" value="" type="text" placeholder="XX医院" disabled>
  168. </div>
  169. <div class="box">
  170. <div class="text">
  171. <p style="color: white; margin: auto 0;">*</p>
  172. 就诊科室:
  173. </div>
  174. <input style="width: 8rem;" id="" value="" type="text" placeholder="胸外科">
  175. </div>
  176. <div class="box">
  177. <div class="text">
  178. <p style="color: white; margin: auto 0;">*</p>
  179. 就诊医生:
  180. </div>
  181. <input style="width: 8rem;" id="" value="" type="text" placeholder="">
  182. </div>
  183. <div class="box">
  184. <div class="text">
  185. <p style="color: white; margin: auto 0;">*</p>
  186. 邮寄地址:
  187. </div>
  188. <input style="width: 8rem;" id="" value="" type="text" placeholder="">
  189. </div>
  190. </div>
  191. </div>
  192. <div class="button">
  193. <button>我要购买此服务</button>
  194. </div>
  195. </div>
  196. <div class="mask">
  197. <div class="shade">
  198. <div class="top">
  199. <p class="h3">技术服务自愿购买声明</p>
  200. <div>X</div>
  201. </div>
  202. <div class="declare">
  203. <div class="declare-box">
  204. <p class="p1">【服务免责声明】</p>
  205. <p class="p2">基于医学领域的有关规定,疾病的诊断、治疗等应以患者的专业医生的诊疗意见及决定为准。本服务所提供的技术服务内容仅供患者的专业诊疗医生参考使用,因此不承担因为诊断结论错误或治疗方案不当而引发的医疗纠纷和事故责任。</p>
  206. </div>
  207. <div class="declare-box">
  208. <p class="p1">【技术服务购买者声明】</p>
  209. <p class="p2">本人为患者本人或患者直系亲属/法定监护人,已经知晓并充分理解服务简介及服务免责声明相关内容,自愿自费订购本次IQQA-3D技术服务,并承诺所提供的信息均真实可靠。本人同意并授权技术服务提供方对患者的影像数据进行存储传输及处理。</p>
  210. </div>
  211. <div class="check">
  212. <input type="checkbox" name="" id="">
  213. <p>已阅读并同意以上声明内容</p>
  214. </div>
  215. </div>
  216. </div>
  217. </div>
  218. </body>
  219. <script type="text/javascript" src="../js/jquery.min.js"></script>
  220. <script src="../js/distpicker.data.min.js"></script>
  221. <script src="../js/distpicker.min.js"></script>
  222. <script>
  223. </script>
  224. </html>