order_20210402141619.html 8.6 KB

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