base.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. @charset "utf-8";
  2. /************************css reset start*****************************/
  3. /*body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td{margin:0;padding:0;}
  4. body,button,input,select,textarea{font:12px/1 "微软雅黑","Microsoft Yahei","\5b8b\4f53",Tahoma,Helvetica,Arial,sans-serif;}*/
  5. body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td{margin:0;padding:0;font-weight: 200!important;}
  6. body,button,input,select,textarea{font-family:"Microsoft YaHei","微软雅黑",arial,Tahoma,SimSun,sans-serif!important;font-size:12px;color:#333;overflow-x:hidden;font-weight: 200!important;}/*加了font-weight:200,细体*/
  7. h1,h2,h3,h4,h5,h6{font-size:100%;}
  8. address,cite,dfn,em,var{font-style:normal;}
  9. code,kbd,pre,samp,tt{font-family:"Courier New",Courier,monospace;}
  10. small{font-size:12px;}
  11. ul,ol,li{list-style:none;}
  12. a{text-decoration:none;}
  13. abbr[title],acronym[title]{border-bottom:1px dotted;cursor:help;}
  14. q:before,q:after{content:'';}
  15. legend{color:#000;}
  16. fieldset,img{border:0 none;height:auto}
  17. button,input,select,textarea{font-size:100%;}
  18. table{border-collapse:collapse;border-spacing:0;}
  19. hr{height:1px;}
  20. input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%;border:none;outline:none;}
  21. /************************css reset end*****************************/
  22. /******************************************************************/
  23. html{font-size:62.5%; /*10 ÷ 16 × 100% = 62.5%*/}
  24. body{font-size:1.4rem; /*1.4 × 10px = 14px */}
  25. h1{font-size:2.4rem; /*2.4 × 10px = 24px*/}
  26. h2{font-size:2.4rem;font-weight:normal;}
  27. h3{font-size:1.8rem;font-weight:normal;}
  28. h4{font-size:1.6rem;font-weight:normal;}
  29. h5{font-size:1.4rem;font-weight:normal;}
  30. /******************************************************************/
  31. /************************common start******************************/
  32. .clearfix:after{content:".";display:block;height:0;visibility:hidden;clear:both;}
  33. .clearfix{*zoom:1;}
  34. .clear{clear:both;display:block;}
  35. .fl{float:left;}
  36. .fr{float:right!important;}
  37. ::-moz-selection{background-color:#da251d;color:#fff;text-shadow:none;}
  38. ::selection{background-color:#da251d;color:#fff;text-shadow:none;}
  39. .nml{margin-left:0!important;}
  40. .nmr{margin-right:0!important;}
  41. .nmt{margin-top:0!important;}
  42. .nmb{margin-bottom:0!important;}
  43. .mt10{margin-top:10px!important;}
  44. .mt20{margin-top:20px!important;}
  45. .mt30{margin-top:30px!important;}
  46. .mb20{margin-bottom:20px!important;}
  47. .mb10{margin-bottom:10px!important;}
  48. .ml20{margin-left:20px!important;}
  49. .mr20{margin-right:20px!important;}
  50. .nbor{border-right:none!important;}
  51. .nbot{border-top:none!important;}
  52. .nbob{border-bottom:none!important;}
  53. .mr0{margin-right:0px!important;}
  54. .pd10{padding-top:10px;}
  55. /************************common end******************************/
  56. /************************layout start******************************/
  57. #container{clear:both;width:100%;margin:0 auto;position:relative;min-height:500px;padding-bottom:65px;}
  58. /************************layout end******************************/
  59. /***************************手机****************************************/
  60. html{font-size:18px;}
  61. /* @media only screen and (min-width:401px){ */
  62. /* html{font-size:20px!important;} */
  63. /* } */
  64. @media only screen and (min-width:428px){
  65. html{font-size:22px!important;}
  66. }
  67. @media only screen and (min-width:481px){
  68. html{font-size:24px!important;}
  69. }
  70. @media only screen and (min-width:569px){
  71. html{font-size:28px!important;}
  72. }
  73. @media only screen and (min-width:641px){
  74. html{font-size:30px!important;}
  75. }