resetcommon.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /*1029626114@qq.com*/
  2. @charset "utf-8";
  3. html{color:#000;background:#fff; font-size: 16px; }
  4. body { color:#232233;font-size:12px; width: 100%;} /*网站字体颜色*/
  5. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
  6. table{border-collapse:collapse;border-spacing:0;}
  7. fieldset,img{border:0;}
  8. address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
  9. del,ins{text-decoration:none;}
  10. li{list-style:none;}
  11. caption,th{text-align:left;}
  12. q:before,q:after{content:'';}
  13. abbr,acronym{border:0;font-variant:normal;}
  14. sup{vertical-align:baseline;}
  15. sub{vertical-align:baseline;}
  16. input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
  17. input,button,textarea,select{*font-size:100%;}
  18. input,select{vertical-align:middle;}
  19. select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
  20. table{font-size:inherit;font:100%; border-collapse:collapse;}
  21. pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
  22. /*title*/
  23. h1 { font-size:32px;}
  24. h2 { font-size:26px;}
  25. h3 { font-size:20px;}
  26. h4 { font-size:14px;}
  27. h5 { font-size:12px;}
  28. h6 { font-size:10px;}
  29. .mt10{ margin-top:10px;}
  30. a {text-decoration:none; cursor: pointer;} /*for ie f6n.net*/
  31. a:focus{outline:0;} /*for ff f6n.net*/
  32. a:hover { text-decoration:none;}
  33. .vam { vertical-align:middle;}
  34. .clear{clear:both; height:0; line-height:0; font-size:0;}
  35. p{ word-spacing:-1.5px;}
  36. .tr { text-align:right;}
  37. .tl { text-align:left;}
  38. .center { text-align:center;}
  39. .fl { float:left;}
  40. .fr { float:right;}
  41. .pa{ position:absolute;}
  42. .pr{ position:relative}
  43. /* -- 购物车外部框架 -- */
  44. .cart_header , .cart_content , .cart_footer { width:760px; margin:0 auto;}
  45. .clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
  46. /* -- 页面整体布局 -- */
  47. .header , .content , .footer { width:1200px; margin:0 auto; font-family:"Microsoft Yahei";}
  48. .left { width:201px; float:left; overflow:hidden;}
  49. .left2 { width:670px; float:left; overflow:hidden;}
  50. .left3 { width:754px; float:left; overflow:hidden; color:#666;}
  51. .right { width:735px; float:left; display:inline; margin-left:24px; overflow:hidden;}
  52. .right2 { width:275px; float:right; overflow:hidden;}
  53. .right3 { width:201px; float:right; overflow:hidden; color:#666;}
  54. .right_main { width:735px; padding-bottom:15px; overflow:hidden; }
  55. .right2_main { width:273px; padding-bottom:15px; overflow:hidden;}
  56. .left2_main { width:668px; padding-bottom:15px; overflow:hidden;}
  57. .h_nav li a:-webkit-any-link{ display:block;}
  58. /* function */
  59. h2 a:hover{ text-decoration: none;}
  60. input,textarea{ outline:none; }
  61. textarea{ resize:none;}
  62. em{ font-style: normal;}
  63. .flex {
  64. display: flex;
  65. align-items: center;
  66. justify-content: center;
  67. }