Nessuna descrizione

wh.css 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. body {
  2. font-family: "微软雅黑";
  3. }
  4. .fl {
  5. float: left;
  6. }
  7. .WH ul li {
  8. float: left;
  9. }
  10. .clearflow:after {
  11. content: "";
  12. display: block;
  13. clear: both;
  14. }
  15. .input {
  16. outline: none;
  17. }
  18. .WH {
  19. margin: 0 auto;
  20. height: 630px;
  21. overflow: hidden;
  22. position: absolute;
  23. top: 90px;
  24. left: 220px;
  25. overflow: hidden;
  26. background: rgb(245,245,245);
  27. padding: 10px;
  28. }
  29. .Color {
  30. border: 1px solid #1ab395;
  31. border-radius: 5px;
  32. }
  33. .WH-top {
  34. background-color: #1ab394;
  35. height: 42px;
  36. }
  37. .WH-top span {
  38. font-size: 16px;
  39. color: #FFFFFF;
  40. line-height: 42px;
  41. margin-left: 25px;
  42. }
  43. .Cotent_box {
  44. margin-top: 25px;
  45. }
  46. .closes {
  47. width: 30px;
  48. height: 30px;
  49. display: block;
  50. float: right;
  51. background: #CCCCCC;
  52. border-radius: 50%;
  53. /* display: block; */
  54. position: relative;
  55. top: 5px;
  56. left: -5px;
  57. }
  58. .closes a {
  59. display: block;
  60. position: absolute;
  61. color: #fff;
  62. top: -5px;
  63. left: 10px;
  64. }
  65. /*键盘*/
  66. .KeyWord {
  67. background: #FFFFFF;
  68. padding-top: 20px;
  69. }
  70. .hidens {
  71. display: none !important;
  72. }
  73. .img {
  74. display: block;
  75. width: 27px;
  76. height: 21px;
  77. background: url(../img/remove.png);
  78. position: absolute;
  79. right: 0;
  80. top: 15px;
  81. }
  82. .WH_Itop {
  83. position: relative;
  84. }
  85. .WH_Itop input {
  86. width: 100%;
  87. font-size: 30px;
  88. padding: 5px;
  89. outline: none;
  90. border: none;
  91. padding-left: 30px;
  92. letter-spacing: 2px;
  93. }
  94. .Num_box ul {
  95. padding: 0;
  96. padding-top: 20px;
  97. overflow-y: hidden;
  98. }
  99. .Num_box ul li {
  100. width: 33%;
  101. margin-bottom: 15px;
  102. }
  103. .Num_box ul li div {
  104. /*width: 80px;
  105. height: 80px;*/
  106. width: 70px;
  107. height: 70px;
  108. display: block;
  109. border: 1px solid rgb(49,49,49);
  110. border-radius: 50%;
  111. text-align: center;
  112. margin-right: 5px;
  113. margin: auto;
  114. cursor: pointer;
  115. }
  116. .Num_box ul li div a {
  117. /*line-height: 80px;*/
  118. line-height: 70px;
  119. font-size: 30px;
  120. color: rgb(49,49,49);
  121. }
  122. .actives {
  123. background: rgb(4,176,15);
  124. border: 1px solid rgb(4,176,15) !important;
  125. color: #FFFFFF !important;
  126. }
  127. .Last_phone {
  128. width: 100% !important;
  129. }
  130. .Last_phone div {
  131. background: rgb(4,176,15) !important;
  132. border: none !important;
  133. }
  134. .CallOut {
  135. /*width: 80px;
  136. height: 80px;*/
  137. width: 70px;
  138. height: 70px;
  139. display: block;
  140. background: url(../img/CallPhone.png) no-repeat;
  141. background-position: center center;
  142. }
  143. /*表格*/
  144. .bg {
  145. background: #fff;
  146. border-top: 10px solid rgb(231,234,236);
  147. }
  148. .bg_title {
  149. padding: 10px;
  150. border-bottom: 1px solid #ccc;
  151. padding-bottom: 0;
  152. }
  153. .bg_title li {
  154. padding: 5px 15px;
  155. color: #000000;
  156. letter-spacing: 2px;
  157. font-size: 14px;
  158. cursor: pointer;
  159. }
  160. .lactive {
  161. background-color: #1ab394;
  162. color: #fff !important;
  163. }
  164. .cx {
  165. padding: 10px;
  166. }
  167. .cx span {
  168. margin-right: 10px;
  169. color: #000000;
  170. letter-spacing: 2px;
  171. font-size: 14px;
  172. color: #fff;
  173. }
  174. .blanks{
  175. color: #000000!important;
  176. }
  177. .cx input {
  178. width: 90px;
  179. border: 1px solid #ccc;
  180. padding-left: 5px;
  181. color: #000000;
  182. }
  183. .cx select {
  184. outline: none;
  185. width: 90px;
  186. border: 1px solid #ccc;
  187. }
  188. .ty {
  189. background-color: #1ab394;
  190. color: #fff !important;
  191. height: 18px;
  192. padding: 2px 25px;
  193. border-radius: 5px;
  194. }
  195. #tbody tr td {
  196. font-size: 14px;
  197. }
  198. /*表格CSS*/
  199. .fixed-table-container {
  200. border-left: none;
  201. border-right: none;
  202. border-bottom: none;
  203. }
  204. .fixed-table-loading {
  205. display: none;
  206. }
  207. #goods tr th {
  208. border: 1px solid #e7eaec;
  209. border-left: none;
  210. }
  211. #tbody tr td {
  212. border: 1px solid #e7eaec;
  213. border-left: none;
  214. }
  215. .ty {
  216. cursor: pointer;
  217. }
  218. .ty:hover {
  219. background: rgb(4,176,15) !important;
  220. }