Нет описания

wh.css 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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: 650px;
  21. overflow: hidden;
  22. position: absolute;
  23. top: 120px;
  24. left: 230px;
  25. padding-right: 10px;
  26. background: rgb(245, 245, 245);
  27. overflow: hidden;
  28. }
  29. .Color {
  30. border: 1px solid #249fea;
  31. border-radius: 5px;
  32. height: 100%;
  33. }
  34. .WH-top {
  35. background-color: #249fea;
  36. height: 42px;
  37. }
  38. .WH-top span {
  39. font-size: 16px;
  40. color: #FFFFFF;
  41. line-height: 42px;
  42. margin-left: 25px;
  43. }
  44. .Cotent_box {
  45. margin-top: 25px;
  46. height: calc(100% - 68px);
  47. }
  48. .closes {
  49. width: 30px;
  50. height: 30px;
  51. display: block;
  52. float: right;
  53. background: #CCCCCC;
  54. border-radius: 50%;
  55. /* display: block; */
  56. position: relative;
  57. top: 5px;
  58. left: -5px;
  59. }
  60. .closes a {
  61. display: block;
  62. position: absolute;
  63. color: #fff;
  64. top: -5px;
  65. left: 10px;
  66. }
  67. /*键盘*/
  68. .KeyWord {
  69. background: #FFFFFF;
  70. padding-top: 20px;
  71. height: 100%;
  72. }
  73. .hidens {
  74. display: none !important;
  75. }
  76. .img {
  77. display: block;
  78. cursor: pointer;
  79. width: 27px;
  80. height: 21px;
  81. background: url(../img/remove.png);
  82. position: absolute;
  83. right: 0;
  84. top: 15px;
  85. }
  86. .WH_Itop {
  87. position: relative;
  88. }
  89. .WH_Itop input {
  90. width: 100%;
  91. font-size: 30px;
  92. padding: 5px;
  93. outline: none;
  94. border: none;
  95. padding-left: 30px;
  96. letter-spacing: 2px;
  97. }
  98. .Num_box ul {
  99. padding: 0;
  100. padding-top: 20px;
  101. overflow-y: hidden;
  102. }
  103. .Num_box ul li {
  104. width: 33%;
  105. margin-bottom: 15px;
  106. }
  107. .Num_box ul li div {
  108. width: 80px;
  109. height: 80px;
  110. display: block;
  111. border: 1px solid rgb(49, 49, 49);
  112. border-radius: 50%;
  113. text-align: center;
  114. margin-right: 5px;
  115. margin: auto;
  116. cursor: pointer;
  117. }
  118. .Num_box ul li div a {
  119. line-height: 80px;
  120. font-size: 30px;
  121. color: rgb(49, 49, 49);
  122. }
  123. .Num_box ul li div:hover {
  124. box-shadow: 1px 1px 18px rgba(0, 0, 0, .4);
  125. }
  126. .actives {
  127. background: #249fea;
  128. border: 1px solid #249fea !important;
  129. color: #FFFFFF !important;
  130. }
  131. .Last_phone {
  132. width: 100% !important;
  133. }
  134. .Last_phone div {
  135. background: #249fea !important;
  136. border: none !important;
  137. }
  138. .CallOut {
  139. width: 80px;
  140. height: 80px;
  141. display: block;
  142. background: url(../img/CallPhone.png) no-repeat;
  143. background-position: center center;
  144. }
  145. /*表格*/
  146. .Rbg {
  147. height: 100%;
  148. }
  149. .bg {
  150. background: #fff;
  151. border-top: 10px solid rgb(231, 234, 236);
  152. padding: 15px;
  153. height: 100%;
  154. }
  155. .bg_title {
  156. padding: 10px;
  157. border-bottom: 1px solid #ccc;
  158. padding-bottom: 0;
  159. margin-bottom: 20px;
  160. }
  161. .bg_title li {
  162. padding: 5px 15px;
  163. color: #000000;
  164. letter-spacing: 2px;
  165. font-size: 14px;
  166. cursor: pointer;
  167. }
  168. .lactive {
  169. background-color: #249fea;
  170. color: #fff !important;
  171. }
  172. .callout_search {
  173. margin-bottom: 15px;
  174. }
  175. .callout_search input.form-control {
  176. margin-right: 20px;
  177. }
  178. .sc_btns {
  179. font-size: 12px;
  180. background-color: #ffffff;
  181. color: #249fea;
  182. border: 1px solid #409eff;
  183. }
  184. .phone_bg {
  185. width: 100%;
  186. }
  187. .phonediv {
  188. display: none;
  189. }
  190. .show_phonediv {
  191. display: block;
  192. }
  193. @media (min-width: 768px) {
  194. .form-inline .form-control {
  195. width: 260px;
  196. }
  197. }