123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <!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>
- <link rel="shortcut icon" href="./favicon.ico" />
- <style>
- body,div,p,h2{
- padding: 0;
- margin: 0;
- font-family: 'Microsoft YaHei', arial, tahoma, sans-serif;
- }
- .container{
- width: 600px;
- padding: 10px;
- background: #fff;
- margin: 0 auto;
- }
- h1{
- text-align: center;
- font-size: 18px;
- }
- h2{
- font-size: 14px;
- margin-bottom: 10px;
- display: inline-block;
- background: #fff;
- z-index: 1;
- position: relative;
- padding-right: 5px;
- }
- .information{
- margin-bottom: 10px;
- font-size: 13px;
- position: relative;
- }
- .context{
- position: relative;
- }
- p{
- text-indent: 25px;
- margin-bottom: 5px;
- }
- .more{
- font-size: 13px;
- color: #1c8bb7;
- position: absolute;
- top: -28px;
- right: 0;
- z-index: 2;
- background: #fff;
- text-indent: 8px;
- cursor: pointer;
- }
- .more a{
- color: #0088be;
- text-decoration: none;
- }
- .line{
- border-top: 1px #ccc dashed;
- position: absolute;
- top: -19px;
- width: 100%;
- }
- .content{
- font-size: 13px;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <h1></h1>
- <h2>诊断依据</h2>
- <div class="information">
- <p class="line"></p>
- </div>
- <h2>摘要</h2>
- <div class="context">
- <p class="line"></p>
- <p class="more"><a id="more" href="##" target="_blank">查看更多>></a></p>
- <div class="content"></div>
- </div>
- </div>
- </body>
- <script src="./hisLib/jquery-1.9.1.min.js"></script>
- <script src="./hisLib/case_info.js"></script>
|