ly_html.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. }
  10. body {
  11. margin:0px;
  12. padding:0px;
  13. }
  14. 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 {
  15. margin:0;
  16. padding:0;
  17. }
  18. em{ text-decoration:none; font-style:normal;}
  19. table {
  20. border-collapse:collapse;
  21. border-spacing:0;
  22. }
  23. img {
  24. border:none;
  25. }
  26. ol,ul,li {
  27. list-style:none;
  28. padding:0;
  29. }
  30. /* 标题自定义 */
  31. h1,h2,h3,h4,h5,h6 {
  32. }
  33. input,textarea,select,a:focus { outline: none;}
  34. a{
  35. font-family:"Microsoft YaHei";
  36. text-decoration: none;
  37. color: #333;
  38. }
  39. a:hover {
  40. text-decoration:none;
  41. cursor: pointer;
  42. }
  43. span{
  44. font-family:"Microsoft YaHei";
  45. }
  46. font{
  47. font-family:"Microsoft YaHei";
  48. }
  49. h1,h2,h3,h4,h5,h6{ font-weight:normal;}
  50. .ly_clear {
  51. height:0px;
  52. line-height:0px;
  53. font-size:0px;
  54. overflow:hidden;
  55. display:none;
  56. clear:both;
  57. }
  58. /* 显示和隐藏 */
  59. .ly_hide {
  60. display:none;
  61. }
  62. .ly_block {
  63. display:block;
  64. }
  65. .clear{ clear:both;}
  66. i{ font-style:normal;}
  67. .mr0{ margin:0 auto !important;}
  68. .fl{ float:left;}
  69. .fr{ float:right;}
  70. .clearfix:after {
  71. content: ".";
  72. display: block;
  73. clear: both;
  74. visibility: hidden;
  75. line-height: 0;
  76. height: 0;
  77. font-size:0; }
  78. .clearfix { *zoom:1;margin: 30px 0 0 0;}