ZZDianXin_UI - 郑州电信 演示

wh.css 3.5KB

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