order_20210402124948.html 5.1 KB

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