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.
 
 
 
 
 
 

63 lines
696 B

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