郑州颐和随访系统UI

wh.css 3.7KB

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