sc_common.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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:0.24rem;
  15. padding-left:0.6rem;
  16. padding-top: 0.6rem;
  17. border: 1px solid #ccc;
  18. color: #444;
  19. font-size:0.24rem;
  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:100%
  51. }
  52. .full-big{
  53. width: 1340px;
  54. min-width: 1340px;
  55. margin: 0 auto;
  56. }
  57. .img-full{
  58. display: block;
  59. width: 100%;
  60. }
  61. ::-webkit-input-placeholder {
  62. color: #777;
  63. font-size: 14px;
  64. }
  65. :-moz-placeholder {
  66. /* Firefox 18- */
  67. color: #777;
  68. font-size: 14px;
  69. }
  70. ::-moz-placeholder {
  71. /* Firefox 19+ */
  72. color: #777;
  73. font-size: 14px;
  74. }
  75. :-ms-input-placeholder {
  76. color:#777;
  77. font-size: 14px;
  78. }
  79. /* ====clear float====== */
  80. /*nav a:visited{color: rgb(65,65,65);}
  81. aside a:visited{color: rgb(65,65,65);}*/
  82. .fl {
  83. float: left;
  84. }
  85. .fr {
  86. float: right;
  87. }
  88. .clear:after {
  89. content: '';
  90. display: block;
  91. clear: both;
  92. }
  93. /* reset */
  94. .pic img{display: none;}
  95. i,
  96. p,
  97. h1,
  98. h2,
  99. h3,
  100. h4,
  101. h5,
  102. h6,
  103. hr,
  104. br,
  105. em,
  106. dl,
  107. dd,
  108. li,
  109. ul,
  110. ol,
  111. td,
  112. th,
  113. pre,
  114. form,
  115. body,
  116. input,
  117. strong,
  118. textarea,
  119. select,figcaption,figure{
  120. margin: 0;
  121. padding: 0;
  122. }
  123. em {
  124. font-style: normal
  125. }
  126. li {
  127. list-style: none
  128. }
  129. a {
  130. text-decoration: none;
  131. }
  132. img {
  133. border: none;
  134. }
  135. table {
  136. border-collapse: collapse;
  137. }
  138. textarea {
  139. resize: none;
  140. overflow: auto;
  141. }
  142. a,button{cursor:pointer;}