You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

64 lines
725 B

  1. @charset "utf-8";
  2. /* CSS Document */
  3. body,html{
  4. font-size:14px;
  5. font-family:"微软雅黑";
  6. color: #fff;
  7. min-width: 1679px;
  8. }
  9. /*body{ overflow:hidden;} */
  10. ul{
  11. margin:0px;
  12. padding:0px;
  13. list-style:none;
  14. }
  15. li{
  16. list-style:none;
  17. }
  18. ul li a{
  19. display:block;
  20. }
  21. a{
  22. text-decoration:none;
  23. color: #424242;
  24. outline:none;
  25. }
  26. input{
  27. border:1px solid #ccc;
  28. outline:none;
  29. }
  30. textarea{
  31. border:1px solid #ccc;
  32. outline:none;
  33. }
  34. form{
  35. margin:0px;
  36. padding:0px;
  37. }
  38. table{
  39. cellspacing:0px;
  40. cellpadding:0px;
  41. }
  42. img{
  43. border:none;
  44. }
  45. a,img{border:0;}
  46. .clear{
  47. clear:both;
  48. }
  49. .clearfix{
  50. *zoom:1;
  51. }
  52. .clearfix:after{
  53. content: '';
  54. display: block;
  55. clear: both;
  56. }
  57. a{outline:none !important;}
  58. img{border:0 none;}