order_20210402142216.html 8.6 KB

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