order_20210402124802.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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>button{
  57. background-color: skyblue;
  58. color: white;
  59. font-size: 0.28rem;
  60. }
  61. </style>
  62. </head>
  63. <body>
  64. <div class="page">
  65. <p class="h1">IQQA精准术前三维评估及手术规划</p>
  66. <div class="content">
  67. <p class="h2">请告诉我们您的手机号码,使我们能够及时通知到您服务的进度。</p>
  68. <div class="form">
  69. <p id="warn" style="color: red; display: none;">手机号码必须要填写!</p>
  70. <div class="box">
  71. <div class="text">
  72. <p class="icon">*</p>
  73. 手机号码:
  74. </div>
  75. <input id="iphone" value="" type="text" maxlength="11" placeholder="手机号码">
  76. </div>
  77. <div class="box">
  78. <div class="text">
  79. <p class="icon">*</p>
  80. 姓名:
  81. </div>
  82. <input type="text" placeholder="用户姓名">
  83. </div>
  84. <div class="box">
  85. <div class="text">
  86. <p style="color: white; margin: auto 0;">*</p>
  87. 验证码:
  88. </div>
  89. <input class="code" type="text" placeholder="验证码">
  90. <button id="button">获取验证码</button>
  91. </div>
  92. </div>
  93. <p style="font-size: 0.16rem;padding-left: 1rem;margin-top: 1.2rem;">请确认病人是否正确,医生在查看报告时,会核对此处的姓名。</p>
  94. <div class="form">
  95. <div class="box">
  96. <div class="text">
  97. <p class="icon">*</p>
  98. 患者姓名:
  99. </div>
  100. <input id="iphone" value="" type="text" placeholder="手机号码">
  101. </div>
  102. <div class="box">
  103. <div class="text">
  104. <p style="color: white; margin: auto 0;">*</p>
  105. 就诊医院:
  106. </div>
  107. <input id="" value="" type="text" placeholder="XX医院" disabled>
  108. </div>
  109. <div class="box">
  110. <div class="text">
  111. <p style="color: white; margin: auto 0;">*</p>
  112. 就诊科室:
  113. </div>
  114. <input id="" value="" type="text" placeholder="胸外科">
  115. </div>
  116. <div class="box">
  117. <div class="text">
  118. <p style="color: white; margin: auto 0;">*</p>
  119. 就诊医生:
  120. </div>
  121. <input id="" value="" type="text" placeholder="">
  122. </div>
  123. <div class="box">
  124. <div class="text">
  125. <p style="color: white; margin: auto 0;">*</p>
  126. 邮寄地址:
  127. </div>
  128. <input id="" value="" type="text" placeholder="">
  129. </div>
  130. </div>
  131. </div>
  132. <div class="button">
  133. <button>我要购买此服务</button>
  134. </div>
  135. </div>
  136. </body>
  137. <script type="text/javascript" src="../js/jquery.min.js"></script>
  138. <script src="../js/distpicker.data.min.js"></script>
  139. <script src="../js/distpicker.min.js"></script>
  140. <script>
  141. </script>
  142. </html>