Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

commontwo.css 1.0 KiB

4 år sedan
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body,html{
  4. font-size:12px;
  5. font-family:"微软雅黑";
  6. color: #424242;
  7. min-width: 1440px;
  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;}
  59. ::selection {
  60. background: #000;
  61. color: #fff;
  62. }
  63. .warpper *::-webkit-scrollbar-track-piece{width:1px;background-color:#fff;}
  64. .warpper *::-webkit-scrollbar{width:1px;height:1px}
  65. .warpper *::-webkit-scrollbar-thumb{height:10px;background-color:#ccc;}
  66. .warpper *::-webkit-scrollbar-thumb:hover{background:#ccc;}