case_info.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. <link rel="shortcut icon" href="./favicon.ico" />
  20. <style>
  21. body,div,p,h2{
  22. padding: 0;
  23. margin: 0;
  24. font-family: 'Microsoft YaHei', arial, tahoma, sans-serif;
  25. }
  26. .container{
  27. width: 600px;
  28. padding: 10px;
  29. background: #fff;
  30. margin: 0 auto;
  31. }
  32. h1{
  33. text-align: center;
  34. font-size: 18px;
  35. }
  36. h2{
  37. font-size: 14px;
  38. margin-bottom: 10px;
  39. display: inline-block;
  40. background: #fff;
  41. z-index: 1;
  42. position: relative;
  43. padding-right: 5px;
  44. }
  45. .information{
  46. margin-bottom: 10px;
  47. font-size: 13px;
  48. position: relative;
  49. }
  50. .context{
  51. position: relative;
  52. }
  53. p{
  54. text-indent: 25px;
  55. margin-bottom: 5px;
  56. }
  57. .more{
  58. font-size: 13px;
  59. color: #1c8bb7;
  60. position: absolute;
  61. top: -28px;
  62. right: 0;
  63. z-index: 2;
  64. background: #fff;
  65. text-indent: 8px;
  66. cursor: pointer;
  67. }
  68. .more a{
  69. color: #0088be;
  70. text-decoration: none;
  71. }
  72. .line{
  73. border-top: 1px #ccc dashed;
  74. position: absolute;
  75. top: -19px;
  76. width: 100%;
  77. }
  78. .content{
  79. font-size: 13px;
  80. }
  81. </style>
  82. </head>
  83. <body>
  84. <div class="container">
  85. <h1></h1>
  86. <h2>诊断依据</h2>
  87. <div class="information">
  88. <p class="line"></p>
  89. </div>
  90. <h2>摘要</h2>
  91. <div class="context">
  92. <p class="line"></p>
  93. <p class="more"><a id="more" href="##" target="_blank">查看更多>></a></p>
  94. <div class="content"></div>
  95. </div>
  96. </div>
  97. </body>
  98. <script src="./hisLib/jquery-1.9.1.min.js"></script>
  99. <script src="./hisLib/case_info.js"></script>