order_20210402141649.html 8.5 KB

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