common.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. * {
  2. box-sizing: border-box;
  3. -moz-box-sizing: border-box;
  4. /* Firefox */
  5. -webkit-box-sizing: border-box;
  6. /* Safari */
  7. }
  8. .up-section .type-upimg{
  9. display: none;
  10. }
  11. ::-ms-clear,::-ms-reveal{display:none;}
  12. textarea{
  13. outline: none;
  14. line-height: 14px;
  15. padding-left: 4px;
  16. padding-top: 4px;
  17. border: 1px solid #ccc;
  18. color: #444;
  19. font-size: 14px;
  20. outline: none;
  21. text-align: left;
  22. }
  23. .overflow{
  24. overflow: hidden;
  25. text-overflow: ellipsis;
  26. white-space: nowrap;
  27. }
  28. button{
  29. outline: none;
  30. border: 0px;
  31. font-family: "微软雅黑", "PingFang SC", "arial, helvetica, sans-serif";
  32. }
  33. input{
  34. font-family: "微软雅黑", "PingFang SC", "arial, helvetica, sans-serif";
  35. outline: none;
  36. }
  37. a {
  38. outline: none;
  39. }
  40. a,button{cursor:pointer;}
  41. body {
  42. background: #f4f4f4;
  43. font-size: 14px;
  44. font-family: "微软雅黑", "PingFang SC", "arial, helvetica, sans-serif";
  45. }
  46. .clear {
  47. clear: both;
  48. }
  49. .full{
  50. width: 1210px;
  51. min-width: 1210px;
  52. margin: 0 auto;
  53. }
  54. .full-big{
  55. width: 1340px;
  56. min-width: 1340px;
  57. margin: 0 auto;
  58. }
  59. .img-full{
  60. display: block;
  61. width: 100%;
  62. }
  63. ::-webkit-input-placeholder {
  64. color: #777;
  65. font-size: 14px;
  66. }
  67. :-moz-placeholder {
  68. /* Firefox 18- */
  69. color: #777;
  70. font-size: 14px;
  71. }
  72. ::-moz-placeholder {
  73. /* Firefox 19+ */
  74. color: #777;
  75. font-size: 14px;
  76. }
  77. :-ms-input-placeholder {
  78. color:#777;
  79. font-size: 14px;
  80. }
  81. /* ====clear float====== */
  82. /*nav a:visited{color: rgb(65,65,65);}
  83. aside a:visited{color: rgb(65,65,65);}*/
  84. .fl {
  85. float: left;
  86. }
  87. .fr {
  88. float: right;
  89. }
  90. .clear:after {
  91. content: '';
  92. display: block;
  93. clear: both;
  94. }
  95. /* reset */
  96. .pic img{display: none;}
  97. i,
  98. p,
  99. h1,
  100. h2,
  101. h3,
  102. h4,
  103. h5,
  104. h6,
  105. hr,
  106. br,
  107. em,
  108. dl,
  109. dd,
  110. li,
  111. ul,
  112. ol,
  113. td,
  114. th,
  115. pre,
  116. form,
  117. body,
  118. input,
  119. strong,
  120. textarea,
  121. select,figcaption,figure{
  122. margin: 0;
  123. padding: 0;
  124. }
  125. em {
  126. font-style: normal
  127. }
  128. li {
  129. list-style: none
  130. }
  131. a {
  132. text-decoration: none;
  133. }
  134. img {
  135. border: none;
  136. }
  137. table {
  138. border-collapse: collapse;
  139. }
  140. textarea {
  141. resize: none;
  142. overflow: auto;
  143. }
  144. a,button{cursor:pointer;}