ly_html.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. font-family:"Microsoft YaHei";
  36. text-decoration: none;
  37. }
  38. a:hover {
  39. text-decoration:none;
  40. cursor: pointer;
  41. }
  42. span{
  43. font-family:"Microsoft YaHei";
  44. }
  45. font{
  46. font-family:"Microsoft YaHei";
  47. }
  48. h1,h2,h3,h4,h5,h6{ font-weight:normal;}
  49. .ly_clear {
  50. height:0px;
  51. line-height:0px;
  52. font-size:0px;
  53. overflow:hidden;
  54. display:none;
  55. clear:both;
  56. }
  57. /* 显示和隐藏 */
  58. .ly_hide {
  59. display:none;
  60. }
  61. .ly_block {
  62. display:block;
  63. }
  64. .clear{ clear:both;}
  65. i{ font-style:normal;}
  66. .mr0{ margin:0 auto !important;}
  67. .fl{ float:left;}
  68. .fr{ float:right;}
  69. .clearfix:after {
  70. content: ".";
  71. display: block;
  72. clear: both;
  73. visibility: hidden;
  74. line-height: 0;
  75. height: 0;
  76. font-size:0; }
  77. .clearfix { *zoom:1;}
  78. .red{
  79. color: #C70509!important;
  80. }
  81. .yellow{
  82. color: #ee9c12!important;
  83. }
  84. .gray{
  85. color: #aeaeae!important;
  86. }
  87. .blue{
  88. color: #0b62ad!important;
  89. }
  90. .green{
  91. color: #269604!important;
  92. }