info.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. html, body, div, span, applet, object, iframe,
  2. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  3. a, abbr, acronym, address, big, cite, code,
  4. del, dfn, em, img, ins, kbd, q, s, samp,
  5. small, strike, strong, sub, sup, tt, var,
  6. b, u, i, center, dl, dt, dd, ol, ul, li,
  7. fieldset, form, label, legend, table,
  8. caption, tbody, tfoot, thead, tr, th, td,
  9. article, aside, canvas, details, embed,
  10. figure, figcaption, footer, header,
  11. menu, nav, output, ruby, section, summary,
  12. time, mark, audio, video {
  13. margin: 0;
  14. padding: 0;
  15. border: 0;
  16. font: inherit;
  17. font-size: 12px;
  18. }
  19. html, body {
  20. width: 100%;
  21. height: 100%;
  22. padding: 0;
  23. margin: 0;
  24. background-color: #fff;
  25. color: #33475f;
  26. font-family: 'Microsoft YaHei', '宋体', sans-serif;
  27. overflow-x: auto;
  28. }
  29. body{
  30. overflow-y: auto;
  31. min-width: 848px;
  32. }
  33. .d-n{
  34. display: none;
  35. }
  36. .container {
  37. max-width: 1440px;
  38. height: auto;
  39. margin: 0 auto;
  40. padding: 15px 20px;
  41. }
  42. .container>.title {
  43. margin-bottom: 10px;
  44. font-size: 14px;
  45. line-height: 16px;
  46. width: 100%;
  47. }
  48. .container>.wrapper {
  49. width: 98%;
  50. padding: 0 1%;
  51. overflow-x: auto;
  52. }
  53. .container>.title .icon {
  54. display: inline-block;
  55. background: url("../img/icon-2.png") no-repeat center;
  56. width: 14px;
  57. height: 16px;
  58. vertical-align: bottom;
  59. }
  60. .container>.title .text {
  61. display: inline-block;
  62. font-weight: bold;
  63. margin: 0;
  64. height: 100%;
  65. vertical-align: bottom;
  66. }
  67. .container .wrapper .table-wrapper {
  68. border-radius: 5px;
  69. width: 100%;
  70. border: 2px solid #c9c9c9;
  71. }
  72. .container .wrapper table {
  73. width: 100%;
  74. font-size: 12px;
  75. border-collapse: collapse;
  76. border: none;
  77. table-layout: fixed;
  78. }
  79. .container .wrapper table tr {
  80. vertical-align: middle;
  81. border-bottom: 1px solid #c9c9c9;
  82. }
  83. .container .wrapper table tr:last-child {
  84. border-bottom: none;
  85. }
  86. .container .wrapper table tr td {
  87. height: 30px;
  88. border-right: 1px solid #c9c9c9;
  89. padding: 0 5px;
  90. }
  91. .container .wrapper table tr td:last-child {
  92. border: none;
  93. }
  94. .container .wrapper table tr:first-child {
  95. border-top-left-radius: 5px;
  96. border-top-right-radius: 5px;
  97. }
  98. .container .wrapper table tr:first-child td:first-child {
  99. border-top-left-radius: 5px;
  100. }
  101. .container .wrapper table tr:first-child td:last-child {
  102. border-top-right-radius: 5px;
  103. }
  104. .container .wrapper table tr:last-child {
  105. border-bottom-left-radius: 5px;
  106. border-bottom-right-radius: 5px;
  107. }
  108. .container .wrapper table tr:last-child td:first-child {
  109. border-bottom-left-radius: 5px;
  110. }
  111. .container .wrapper table tr:last-child td:last-child {
  112. border-bottom-right-radius: 5px;
  113. }
  114. .container .wrapper .canvas-wrapper .row {
  115. width: 100%;
  116. height: 200px;
  117. padding-bottom: 10px;
  118. }
  119. .container .wrapper .canvas-wrapper .row:last-child {
  120. padding-bottom: 0;
  121. }
  122. .container .wrapper .draw-wrapper {
  123. height: 200px;
  124. background-color: #eee;
  125. border-radius: 5px;
  126. display: inline-block;
  127. float: left;
  128. }
  129. .container .wrapper .canvas-wrapper .row .draw-wrapper:last-child {
  130. float: right;
  131. }
  132. .container .wrapper .draw-wrapper.blood-sugar {
  133. width: 100%;
  134. }
  135. .container .wrapper .draw-wrapper.protein {
  136. width: 49%;
  137. }
  138. .container .wrapper .recording-wrapper{
  139. width: 100%;
  140. overflow-x: auto;
  141. font-size:0;
  142. }
  143. .container .wrapper .recording-info{
  144. width: 100%;
  145. height: auto;
  146. max-height:170px;
  147. border-radius: 5px;
  148. background-color: #e5e5e5;
  149. margin-bottom: 10px;
  150. }
  151. .container .wrapper .recording-info .date-title p{
  152. width: 95px;
  153. height: 20px;
  154. border-top-left-radius: 5px;
  155. border-bottom-right-radius: 25px;
  156. background-color: #accae4;
  157. font-size: 12px;
  158. padding-left: 15px;
  159. line-height: 20px;
  160. }
  161. .container .wrapper .recording-info>.content {
  162. font-size: 13px;
  163. height: auto;
  164. padding: 0 2% 10px;
  165. max-height: 130px;
  166. overflow-y:auto;
  167. width: 96%;
  168. position: relative;
  169. border-radius: 0 0 5px 5px;
  170. }
  171. #medical-records>.wrapper::-webkit-scrollbar{
  172. height: 8px;
  173. }
  174. #medical-records>.wrapper::-webkit-scrollbar-thumb{
  175. border-radius: 0 3px;
  176. background: #ccc;
  177. }
  178. .container .wrapper .recording-info>.content::-webkit-scrollbar {
  179. width: 6px;
  180. }
  181. .container .wrapper .recording-info>.content::-webkit-scrollbar-thumb {
  182. border-radius: 0 3px;
  183. background: #ccc;
  184. }
  185. .container .wrapper .recording-info>.content div.group{
  186. padding: 2px 0;
  187. position: relative;
  188. }
  189. .container .wrapper .recording-info>.content div.group.assay>p.content{
  190. background-color: #fff;
  191. max-height: 60px;
  192. overflow-y: auto;
  193. }
  194. .container .wrapper .recording-info>.content div.group.assay>p.content::-webkit-scrollbar {
  195. width: 6px;
  196. }
  197. .container .wrapper .recording-info>.content div.group.assay>p.content::-webkit-scrollbar-thumb {
  198. border-radius: 0 3px;
  199. background: #ccc;
  200. }
  201. .container .wrapper .recording-info>.content p span.space{
  202. display: inline-block;
  203. width: 20px;
  204. height: 10px;
  205. }
  206. .container .wrapper .recording-info>.content div.group>p.title{
  207. display: inline-block;
  208. float: left;
  209. }
  210. .container .wrapper .recording-info>.content div.group>p.content{
  211. min-height: 17px;
  212. }
  213. .container .wrapper .recording-info>.content div.group.assay>p.content>p{
  214. padding: 1px 8px;
  215. }