ly_html.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. 
  2. * {
  3. margin:0px;
  4. padding:0px;
  5. font-size:16px;
  6. }
  7. html {
  8. padding:0px;
  9. font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
  10. overflow-x:hidden;font-size:16px;
  11. }
  12. body {
  13. margin:0px;
  14. padding:0px;
  15. position:relative;font-size:16px;
  16. }
  17. 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 {
  18. margin:0;
  19. padding:0;
  20. }
  21. em{ text-decoration:none; font-style:normal;}
  22. table {
  23. border-collapse:collapse;
  24. border-spacing:0;
  25. }
  26. img {
  27. border:none;
  28. }
  29. ol,ul,li {
  30. list-style:none;
  31. }
  32. /* 标题自定义 */
  33. h1,h2,h3,h4,h5,h6 {
  34. }
  35. a{
  36. font-family:"Microsoft YaHei";
  37. text-decoration: none;
  38. }
  39. a:hover {
  40. text-decoration:none;
  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. input{ resize:none; outline:none;}