order_20210402142204.html 8.6 KB

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