郑州第一人民医院UI

reset.css 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /* CSS Document */
  2. html, body, div, span, object, iframe, h1, h2,
  3. h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn,
  4. em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
  5. ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
  6. tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption,
  7. figure, footer, header, hgroup, menu, nav, section, summary, time, mark,
  8. audio, video {
  9. margin: 0;
  10. padding: 0;
  11. border: 0;
  12. outline: 0;
  13. font-size: 100%;
  14. vertical-align: baseline;
  15. background: transparent;
  16. outline-style: none; /*FF*/
  17. }
  18. body {
  19. line-height: 1;
  20. }
  21. a {
  22. margin: 0;
  23. padding: 0;
  24. border: 0;
  25. font-size: 100%;
  26. vertical-align: baseline;
  27. background: transparent;
  28. }
  29. a:hover, a:focus {
  30. text-decoration: none;
  31. bblr: expression(this.onFocus=this.blur()); /*IE*/
  32. outline-style: none; /*FF*/
  33. }
  34. table {
  35. border-collapse: collapse;
  36. border-spacing: 0;
  37. }
  38. input, select {
  39. vertical-align: middle;
  40. }
  41. ol,ul,li { list-style:none; }
  42. /*css为clearfix,清除浮动*/
  43. .clearfix::before,
  44. .clearfix::after {
  45. content: "";
  46. height: 0;
  47. line-height: 0;
  48. display: block;
  49. visibility: hidden;
  50. clear: both;
  51. }
  52. .clearfix:after {
  53. clear: both;
  54. }
  55. .clearfix {
  56. *zoom: 1; /*IE/7/6*/
  57. }