123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- <!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;
- }
- .treatment>b{
- white-space: nowrap;
- }
- .container{
- /*width: 690px;
- max-height:180px;
- border:1px #828790 solid;*/
- font-size: 13px;
- font-family: 'Microsoft YaHei', arial, tahoma, sans-serif;
- }
- tr{
- height: 30px;
- }
- td{
- vertical-align: top;
- }
- .container label{
- display: inline-block;
- width: 80px;
- margin-left: 5px;
- }
- a{
- margin-right: 10px;
- color: blue;
- cursor: default;
- cursor: pointer;
- 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="4"]{
- width: 45px;
- vertical-align: middle;
- /* background: #deecfd;*/
- }
- .origin td:first-child{
- border-right: 1px #828790 solid;
- word-break: break-all;
- }
- .origin span{
- float: left;
- }
- .origin .little{
- font-size: 10px;
- line-height: 12px;
- margin-left: 5px;
- }
- /*td:last-child{
- width:560px;
- }*/
- .origin span:first-child{
- 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;
- }
- .vertical,.horizontal{
- display: none;
- }
- .vertical .item-box{
- margin-top:20px;
- }
- .vertical .title{
- font-size: 14px;
- }
- .vertical .item-title{
- font-weight: bold;
- font-size: 14px;
- line-height: 30px;
- border-bottom: 1px #ccc solid;
- }
- .vertical .item-content{
- font-size: 13px;
- line-height: 30px;
- }
- </style>
- </head>
- <body>
- <table class="container horizontal" cellspacing="0">
- <tbody>
- <tr class="origin">
- <td rowspan="4">
- <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="past-item item">
- </div>
- </td>
- </tr>
- <tr class="suggest">
- <td>
- <label>>查 体:</label>
- </td>
- <td>
- <div class="body-item item">
- </div>
- </td>
- </tr>
- <tr class="treat">
- <td style="vertical-align: text-bottom;">
- <label>>诊 断:</label>
- </td>
- <td>
- <div class="treatment item">
- </div>
- </td>
- </tr>
- <!--<tr>
- <td></td>
- <td colspan="2">
- <p></p>
- </td>
- </tr>-->
- </tbody>
- </table>
- <div class="vertical">
- <div class="title">智能推送(仅供参考)</div>
- <div class="item-box">
- <div class="item-title">伴随症状</div>
- <div class="item-content main-suit"></div>
- </div>
- <div class="item-box">
- <div class="item-title">既 往 史</div>
- <div class="item-content past-item"></div>
- </div>
- <div class="item-box">
- <div class="item-title">查 体</div>
- <div class="item-content body-item"></div>
- </div>
- <div class="item-box">
- <div class="item-title">诊 断</div>
- <div class="item-content treatment"></div>
- </div>
- </div>
- <script src="./hisLib/jquery-1.3.1.js"></script>
- <script src="./hisLib/info_push.js"></script>
- </body>
|