123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- <!DOCTYPE html>
- <!–[if IE 8]>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
- <![endif]–>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="renderer" content="ie-stand">
- <meta name="renderer" content="webkit">
- <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
- <!–[if IE 8]>
- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">
- <![endif]–>
- <meta http-equiv="Expires" content="0">
- <meta http-equiv="Pragma" content="no-cache">
- <meta http-equiv="Cache-control" content="no-cache">
- <meta http-equiv="Cache" content="no-cache">
- <title>诊断推送</title>
- <style>
- div,p,a,b,i,label,td,tr{
- margin: 0;
- padding: 0;
- }
- .container{
- /*width: 690px;
- max-height:180px;
- border:1px #828790 solid;*/
- font-size: 13px;
- font-family: 'Microsoft YaHei', arial, tahoma, sans-serif;
- }
- tr{
- height: 30px;
- }
- .container label{
- display: inline-block;
- width: 80px;
- margin-left: 5px;
- }
- .container a{
- margin-right: 10px;
- color: blue;
- cursor: default;
- text-decoration: underline;
- }
- a.info{
- display: inline-block;
- width:14px;
- height: 14px;
- line-height: 14px;
- background: #66afe9;
- border-radius: 50%;
- color: #fff;
- text-align: center;
- text-decoration: none;
- margin-left: 3px;
- }
- .origin td[rowspan="5"]{
- width: 45px;
- /*background: #deecfd;*/
- }
- .origin td:first-child{
- border-right: 1px #828790 solid;
- word-break: break-all;
- }
- .origin span{
- float: left;
- }
- td:last-child{
- /* width:560px;*/
- }
- .origin span:first-child{
- margin-left:5px;
- }
- .origin .little{
- font-size: 10px;
- line-height: 12px;
- margin-left: 5px;
- }
- .hide{
- display: none!important;
- }
- a.more{
- display: inline-block;
- height: 15px;
- line-height: 10px;
- width: 16px;
- text-align: center;
- background: #66afe9;
- color: #fff;
- text-decoration: none;
- border-radius: 3px;
- cursor: pointer;
- }
- .clearfix{
- zoom: 1;
- }
- .clearfix:after{
- content: '';
- display: block;
- clear: both;
- overflow: hidden;
- visibility: hidden;
- }
- </style>
- </head>
- <body>
- <table class="container" cellspacing="0">
- <tbody>
- <tr class="origin">
- <td rowspan="5">
- <div class="clearfix">
- <span>智<br/>能<br/>推<br/>送</span>
- <span class="little">︵<br/>仅<br/>供<br/>参<br/>考<br/>︶</span>
- </div>
- </td>
- <td>
- <label>>初步诊断:</label>
- </td>
- <td class="main-suit">
- </td>
- </tr>
- <tr class="test">
- <td>
- <label>>建议化验:</label>
- </td>
- <td>
- <div class="test-item item">
- </div>
- </td>
- </tr>
- <tr class="suggest">
- <td>
- <label>>建议辅检:</label>
- </td>
- <td>
- <div class="sug-item item">
- </div>
- </td>
- </tr>
- <tr class="treat">
- <td>
- <label>>治疗建议:</label>
- </td>
- <td>
- <div class="treatment item">
- </div>
- </td>
- </tr>
- <tr>
- <td></td>
- <td>
- <p></p>
- </td>
- </tr>
- </tbody>
- </table>
- <script src="./hisLib/jquery-1.9.1.min.js"></script>
- <script src="./hisLib/diag_push.js"></script>
- </body>
|