富茂链客Pcg官网
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.
 
 
 

106 rader
1.1 KiB

  1. @charset "utf-8";
  2. body,
  3. video,
  4. p,
  5. h1,
  6. h2,
  7. h3,
  8. h4,
  9. h5,
  10. h6,
  11. dl,
  12. ol,
  13. li,
  14. ul,
  15. dd,
  16. input,
  17. textarea,
  18. button {
  19. padding: 0;
  20. margin: 0;
  21. }
  22. img {
  23. vertical-align: top;
  24. border: 0;
  25. }
  26. a {
  27. color: inherit;
  28. text-decoration: none;
  29. }
  30. li {
  31. list-style: none;
  32. }
  33. body {
  34. font-family: "微软雅黑", "宋体", Arial;
  35. font-size: 12px;
  36. color: #666;
  37. width: 100%;
  38. min-width: 1200px;
  39. }
  40. input {
  41. color: inherit;
  42. font-size: inherit;
  43. font-family: inherit;
  44. }
  45. textarea {
  46. resize: none;
  47. }
  48. input:focus,
  49. button:focus,
  50. textarea:focus,
  51. select:focus {
  52. outline: none;
  53. }
  54. /*input,button,textarea,select{
  55. outline: none;
  56. }*/
  57. input[type="button"],
  58. input[type="reset"],
  59. input[type="submit"] {
  60. cursor: pointer;
  61. }
  62. input {
  63. background: none;
  64. outline: none;
  65. border: none;
  66. }
  67. a:hover {
  68. color: #53cac3 !important;
  69. }
  70. .sl {
  71. white-space: nowrap;
  72. overflow: hidden;
  73. text-overflow: ellipsis;
  74. }
  75. .w {
  76. width: 1170px;
  77. margin-left: auto;
  78. margin-right: auto;
  79. }
  80. .cl:after {
  81. content: "";
  82. display: block;
  83. clear: both;
  84. height: 0;
  85. overflow: hidden;
  86. visibility: hidden;
  87. }
  88. .cl {
  89. zoom: 1;
  90. }