ly_html.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. * {
  2. margin:0px;
  3. padding:0px;
  4. }
  5. html {
  6. padding:0px;
  7. font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
  8. overflow-x:hidden;
  9. font-size:16px;
  10. }
  11. body {
  12. margin:0px;
  13. padding:0px;
  14. }
  15. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  16. margin:0;
  17. padding:0;
  18. }
  19. em{ text-decoration:none; font-style:normal;}
  20. table {
  21. border-collapse:collapse;
  22. border-spacing:0;
  23. }
  24. img {
  25. border:none;
  26. }
  27. ol,ul,li {
  28. list-style:none;
  29. padding:0;
  30. }
  31. /* 标题自定义 */
  32. h1,h2,h3,h4,h5,h6 {
  33. }
  34. input,textarea,select,a:focus { outline: none;}
  35. a{
  36. font-family:"Microsoft YaHei";
  37. text-decoration: none;
  38. color: #333;
  39. }
  40. a:hover {
  41. text-decoration:none;
  42. cursor: pointer;
  43. }
  44. span{
  45. font-family:"Microsoft YaHei";
  46. }
  47. font{
  48. font-family:"Microsoft YaHei";
  49. }
  50. h1,h2,h3,h4,h5,h6{ font-weight:normal;}
  51. .ly_clear {
  52. height:0px;
  53. line-height:0px;
  54. font-size:0px;
  55. overflow:hidden;
  56. display:none;
  57. clear:both;
  58. }
  59. /* 显示和隐藏 */
  60. .ly_hide {
  61. display:none;
  62. }
  63. .ly_block {
  64. display:block;
  65. }
  66. .clear{ clear:both;}
  67. i{ font-style:normal;}
  68. .mr0{ margin:0 auto !important;}
  69. .fl{ float:left;}
  70. .fr{ float:right;}
  71. .clearfix:after {
  72. content: ".";
  73. display: block;
  74. clear: both;
  75. visibility: hidden;
  76. line-height: 0;
  77. height: 0;
  78. font-size:0; }
  79. .clearfix { *zoom:1;margin: 30px 0 0 0;}