ly_html.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. 
  2. * {
  3. margin:0px;
  4. padding:0px;
  5. }
  6. html {
  7. padding:0px;
  8. font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
  9. overflow-x:hidden;
  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. }
  30. /* 标题自定义 */
  31. h1,h2,h3,h4,h5,h6 {
  32. }
  33. input,textarea,select,a:focus { outline: none;}
  34. a{
  35. color:#333;
  36. font-family:"Microsoft YaHei";
  37. text-decoration: none;
  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;}
  79. .red{
  80. color: #C70509!important;
  81. }
  82. .yellow{
  83. color: #ee9c12!important;
  84. }
  85. .gray{
  86. color: #aeaeae!important;
  87. }
  88. .blue{
  89. color: #0b62ad!important;
  90. }
  91. .green{
  92. color: #269604!important;
  93. }