diag_push.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <!DOCTYPE html>
  2. <!–[if IE 8]>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
  4. <![endif]–>
  5. <html>
  6. <head>
  7. <meta charset="utf-8">
  8. <meta name="renderer" content="ie-stand">
  9. <meta name="renderer" content="webkit">
  10. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  11. <!–[if IE 8]>
  12. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">
  13. <![endif]–>
  14. <meta http-equiv="Expires" content="0">
  15. <meta http-equiv="Pragma" content="no-cache">
  16. <meta http-equiv="Cache-control" content="no-cache">
  17. <meta http-equiv="Cache" content="no-cache">
  18. <title>诊断推送</title>
  19. <style>
  20. div,p,a,b,i,label,td,tr{
  21. margin: 0;
  22. padding: 0;
  23. }
  24. .container{
  25. /*width: 690px;
  26. max-height:180px;
  27. border:1px #828790 solid;*/
  28. font-size: 13px;
  29. font-family: 'Microsoft YaHei', arial, tahoma, sans-serif;
  30. }
  31. tr{
  32. height: 30px;
  33. }
  34. .container label{
  35. display: inline-block;
  36. width: 80px;
  37. margin-left: 5px;
  38. }
  39. .container a{
  40. margin-right: 10px;
  41. color: blue;
  42. cursor: default;
  43. text-decoration: underline;
  44. }
  45. a.info{
  46. display: inline-block;
  47. width:14px;
  48. height: 14px;
  49. line-height: 14px;
  50. background: #66afe9;
  51. border-radius: 50%;
  52. color: #fff;
  53. text-align: center;
  54. text-decoration: none;
  55. margin-left: 3px;
  56. }
  57. .origin td[rowspan="5"]{
  58. width: 45px;
  59. /*background: #deecfd;*/
  60. }
  61. .origin td:first-child{
  62. border-right: 1px #828790 solid;
  63. word-break: break-all;
  64. }
  65. .origin span{
  66. float: left;
  67. }
  68. td:last-child{
  69. /* width:560px;*/
  70. }
  71. .origin span:first-child{
  72. margin-left:5px;
  73. }
  74. .origin .little{
  75. font-size: 10px;
  76. line-height: 12px;
  77. margin-left: 5px;
  78. }
  79. .hide{
  80. display: none!important;
  81. }
  82. a.more{
  83. display: inline-block;
  84. height: 15px;
  85. line-height: 10px;
  86. width: 16px;
  87. text-align: center;
  88. background: #66afe9;
  89. color: #fff;
  90. text-decoration: none;
  91. border-radius: 3px;
  92. cursor: pointer;
  93. }
  94. .clearfix{
  95. zoom: 1;
  96. }
  97. .clearfix:after{
  98. content: '';
  99. display: block;
  100. clear: both;
  101. overflow: hidden;
  102. visibility: hidden;
  103. }
  104. </style>
  105. </head>
  106. <body>
  107. <table class="container" cellspacing="0">
  108. <tbody>
  109. <tr class="origin">
  110. <td rowspan="5">
  111. <div class="clearfix">
  112. <span>智<br/>能<br/>推<br/>送</span>
  113. <span class="little">︵<br/>仅<br/>供<br/>参<br/>考<br/>︶</span>
  114. </div>
  115. </td>
  116. <td>
  117. <label>>初步诊断:</label>
  118. </td>
  119. <td class="main-suit">
  120. </td>
  121. </tr>
  122. <tr class="test">
  123. <td>
  124. <label>>建议化验:</label>
  125. </td>
  126. <td>
  127. <div class="test-item item">
  128. </div>
  129. </td>
  130. </tr>
  131. <tr class="suggest">
  132. <td>
  133. <label>>建议辅检:</label>
  134. </td>
  135. <td>
  136. <div class="sug-item item">
  137. </div>
  138. </td>
  139. </tr>
  140. <tr class="treat">
  141. <td>
  142. <label>>治疗建议:</label>
  143. </td>
  144. <td>
  145. <div class="treatment item">
  146. </div>
  147. </td>
  148. </tr>
  149. <tr>
  150. <td></td>
  151. <td>
  152. <p></p>
  153. </td>
  154. </tr>
  155. </tbody>
  156. </table>
  157. <script src="./hisLib/jquery-1.9.1.min.js"></script>
  158. <script src="./hisLib/diag_push.js"></script>
  159. </body>