order_20210402134014.html 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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. .bottom{
  122. text-align: center;
  123. }
  124. .bottom>button{
  125. color: rgb(255, 255, 255);
  126. padding: 0 4rem 0 4rem;
  127. }
  128. </style>
  129. </head>
  130. <body>
  131. <div class="page">
  132. <p class="h1">IQQA精准术前三维评估及手术规划</p>
  133. <div class="content">
  134. <p class="h2">请告诉我们您的手机号码,使我们能够及时通知到您服务的进度。</p>
  135. <div class="form">
  136. <p id="warn" style="color: red; display: none;">手机号码必须要填写!</p>
  137. <div class="box">
  138. <div class="text">
  139. <p class="icon">*</p>
  140. 手机号码:
  141. </div>
  142. <input id="iphone" value="" type="text" maxlength="11" placeholder="手机号码">
  143. </div>
  144. <div class="box">
  145. <div class="text">
  146. <p class="icon">*</p>
  147. 姓名:
  148. </div>
  149. <input type="text" placeholder="用户姓名">
  150. </div>
  151. <div class="box">
  152. <div class="text">
  153. <p style="color: white; margin: auto 0;">*</p>
  154. 验证码:
  155. </div>
  156. <input class="code" type="text" placeholder="验证码">
  157. <button id="button">获取验证码</button>
  158. </div>
  159. </div>
  160. <p style="font-size: 0.16rem;padding-left: 1rem;margin-top: 1.2rem;">请确认病人是否正确,医生在查看报告时,会核对此处的姓名。</p>
  161. <div class="form">
  162. <div class="box">
  163. <div class="text">
  164. <p class="icon">*</p>
  165. 患者姓名:
  166. </div>
  167. <input id="iphone" value="" type="text" placeholder="手机号码">
  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: 12rem;" id="" value="" type="text" placeholder="XX医院" disabled>
  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 class="box">
  191. <div class="text">
  192. <p style="color: white; margin: auto 0;">*</p>
  193. 邮寄地址:
  194. </div>
  195. <input style="width: 8rem;" id="" value="" type="text" placeholder="">
  196. </div>
  197. </div>
  198. </div>
  199. <div class="button">
  200. <button>我要购买此服务</button>
  201. </div>
  202. </div>
  203. <div class="mask">
  204. <div class="shade">
  205. <div class="top">
  206. <p class="h3">技术服务自愿购买声明</p>
  207. <div>X</div>
  208. </div>
  209. <div class="declare">
  210. <div class="declare-box">
  211. <p class="p1">【服务免责声明】</p>
  212. <p class="p2">基于医学领域的有关规定,疾病的诊断、治疗等应以患者的专业医生的诊疗意见及决定为准。本服务所提供的技术服务内容仅供患者的专业诊疗医生参考使用,因此不承担因为诊断结论错误或治疗方案不当而引发的医疗纠纷和事故责任。</p>
  213. </div>
  214. <div class="declare-box">
  215. <p class="p1">【技术服务购买者声明】</p>
  216. <p class="p2">本人为患者本人或患者直系亲属/法定监护人,已经知晓并充分理解服务简介及服务免责声明相关内容,自愿自费订购本次IQQA-3D技术服务,并承诺所提供的信息均真实可靠。本人同意并授权技术服务提供方对患者的影像数据进行存储传输及处理。</p>
  217. </div>
  218. <div class="check">
  219. <input type="checkbox" name="" id="">
  220. <p>已阅读并同意以上声明内容</p>
  221. </div>
  222. <div class="bottom">
  223. <button disabled>确定</button>
  224. </div>
  225. </div>
  226. </div>
  227. </div>
  228. </body>
  229. <script type="text/javascript" src="../js/jquery.min.js"></script>
  230. <script src="../js/distpicker.data.min.js"></script>
  231. <script src="../js/distpicker.min.js"></script>
  232. <script>
  233. </script>
  234. </html>