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.

common.css 1.1 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. @charset "utf-8";
  2. /* CSS Document */
  3. *{
  4. box-sizing: border-box;
  5. }
  6. body,html{
  7. font-size:14px;
  8. font-family: "Microsoft YaHei", "微软雅黑" !important;
  9. color: #424242;
  10. min-width: 1680px;
  11. margin: 0;
  12. padding: 0;
  13. height: 100%;
  14. }
  15. /*body{ overflow:hidden;} */
  16. ul{
  17. margin:0px;
  18. padding:0px;
  19. list-style:none;
  20. }
  21. li{
  22. list-style:none;
  23. }
  24. ul li a{
  25. display:block;
  26. }
  27. a{
  28. text-decoration:none;
  29. color: #424242;
  30. outline:none;
  31. }
  32. input{
  33. border:1px solid #ccc;
  34. outline:none;
  35. }
  36. textarea{
  37. border:1px solid #ccc;
  38. outline:none;
  39. }
  40. form{
  41. margin:0px;
  42. padding:0px;
  43. }
  44. table{
  45. cellspacing:0px;
  46. cellpadding:0px;
  47. }
  48. img{
  49. border:none;
  50. }
  51. a,img{border:0;}
  52. .clear{
  53. clear:both;
  54. }
  55. .clearfix{
  56. *zoom:1;
  57. }
  58. .clearfix:after{
  59. content: '';
  60. display: block;
  61. clear: both;
  62. }
  63. a{outline:none !important;}
  64. img{border:0 none;}
  65. ::selection {
  66. background: #000;
  67. color: #fff;
  68. }
  69. .warpper *::-webkit-scrollbar-track-piece{width:1px;background-color:#fff;}
  70. .warpper *::-webkit-scrollbar{width:1px;height:1px}
  71. .warpper *::-webkit-scrollbar-thumb{height:10px;background-color:#ccc;}
  72. .warpper *::-webkit-scrollbar-thumb:hover{background:#ccc;}