开封利通水务前端

table1.css 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. body {
  2. font-family: "微软雅黑";
  3. font-size: 14px;
  4. }
  5. ul li {
  6. list-style: none;
  7. float: left;
  8. }
  9. .fl {
  10. float: left;
  11. }
  12. .fr {
  13. float: right;
  14. }
  15. .tc {
  16. text-align: center;
  17. }
  18. button {
  19. outline: none;
  20. }
  21. /*标头*/
  22. .th-box {
  23. width: 100%;
  24. padding: 5px;
  25. border-bottom: 1px solid #e7eaec;
  26. }
  27. .sc_btn {
  28. display: inline-block;
  29. margin-top: 5px;
  30. margin-bottom: 10px;
  31. color: rgb(255, 255, 255);
  32. font-size: 12px;
  33. margin-left: 15px;
  34. box-sizing: border-box;
  35. background: rgb(26, 179, 148);
  36. padding: 6px 10px;
  37. outline: none;
  38. border-width: 0px;
  39. border-style: initial;
  40. border-color: initial;
  41. border-image: initial;
  42. border-radius: 3px;
  43. }
  44. .sc_btn:hover {
  45. color: #fff!important;
  46. }
  47. .Block {
  48. display: block;
  49. }
  50. .seach-box ul li {
  51. margin-right: 5px;
  52. }
  53. .photo {
  54. background-color: #FFF;
  55. background-image: none;
  56. border: 1px solid #e5e6e7 !important;
  57. border-radius: 1px;
  58. color: inherit;
  59. padding: 6px 12px;
  60. height: 34px !important;
  61. }
  62. .select {
  63. background-color: #FFF;
  64. background-image: none;
  65. border: 1px solid #e5e6e7;
  66. border-radius: 1px;
  67. color: inherit;
  68. padding: 6px 12px;
  69. }
  70. .select:focus {
  71. outline: none;
  72. border-color: #00BFFF;
  73. }
  74. input:focus {
  75. outline: none;
  76. }
  77. .spiner-example {
  78. position: absolute;
  79. top: 50%;
  80. left: 50%;
  81. z-index: 111;
  82. margin-left: -85px;
  83. margin-top: -100px;
  84. display: none;
  85. }
  86. .sk-spinner-three-bounce {
  87. width: 170px !important;
  88. }
  89. .sk-spinner p {
  90. display: inline-block;
  91. font-size: 18px;
  92. margin-left: 10px;
  93. }
  94. .laydate_body .laydate_bottom,
  95. .laydate_body .laydate_top {
  96. height: 31px !important;
  97. }
  98. .laydate_body .laydate_y .laydate_yms ul li {
  99. width: 59px !important;
  100. }
  101. .max-right {
  102. margin-right: 20px;
  103. }
  104. .add_time {
  105. margin-left: 30px;
  106. margin-top: 20px;
  107. }
  108. .add_time label {
  109. margin-right: 5px;
  110. width: 100px;
  111. text-align: right;
  112. text-align: -webkit-right;
  113. }
  114. #Pb,
  115. #Pbs {
  116. width: 65%;
  117. height: 80px;
  118. border: 1px solid #e5e6e7;
  119. resize: none;
  120. padding: 6px 12px;
  121. }
  122. #Pb:focus {
  123. border-color: #1ab394;
  124. outline: none;
  125. }
  126. #Pbs:focus {
  127. border-color: #1ab394;
  128. outline: none;
  129. }
  130. .Pb_sm {
  131. line-height: 82px;
  132. display: -webkit-inline-box;
  133. vertical-align: top;
  134. resize: none;
  135. outline: none;
  136. }
  137. .gjsu ul {
  138. overflow: hidden;
  139. }
  140. .gjsu ul li {
  141. width: 50%;
  142. margin-bottom: 5px;
  143. padding-top: 10px;
  144. }
  145. .selects {
  146. width: 200px;
  147. }
  148. .tc {
  149. margin-top: 30px;
  150. text-align: center;
  151. }
  152. .t-shade {
  153. position: fixed;
  154. top: 0;
  155. left: 0;
  156. width: 100%;
  157. height: 100%;
  158. background: rgba(0, 0, 0, 0.48);
  159. z-index: 10004;
  160. display: none;
  161. }
  162. .shade_k {
  163. z-index: 10005;
  164. width: 40%;
  165. margin: 10% auto;
  166. background-color: #fff;
  167. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  168. border-radius: 5px;
  169. }
  170. .shade_title {
  171. padding: 0 80px 0 20px;
  172. height: 42px;
  173. line-height: 42px;
  174. border-bottom: 1px solid #eee;
  175. font-size: 16px;
  176. color: #FFFFFF;
  177. overflow: hidden;
  178. background-color: rgb(26, 179, 148);
  179. border-radius: 2px 2px 0 0;
  180. position: relative;
  181. }
  182. .layui-layer-title {
  183. background-color: rgb(26, 179, 148)!important;
  184. border-top-left-radius: 5px!important;
  185. border-top-right-radius: 5px!important;
  186. }
  187. .layui-layer-page {
  188. border-radius: 5px!important;
  189. }
  190. .layui-layer-dialog {
  191. border-radius: 5px!important;
  192. }
  193. .layui-layer-setwin a {
  194. color: #fff!important;
  195. }
  196. .setwin {
  197. position: absolute;
  198. right: 15px;
  199. top: 5px;
  200. font-size: 20px;
  201. line-height: initial;
  202. }
  203. .setwin a {
  204. font-size: 20px;
  205. color: #fff;
  206. }
  207. .shade_content {
  208. overflow-y: auto;
  209. position: relative;
  210. padding-bottom: 50px;
  211. padding: 10px;
  212. }
  213. .wh_btn {
  214. width: 80%;
  215. text-align: center;
  216. padding-top: 20px;
  217. margin: 0 auto;
  218. margin-bottom: 20px;
  219. }
  220. .wh_btn input {
  221. padding: 7px 20px;
  222. color: #FFF;
  223. border-radius: 5px;
  224. margin-right: 30px;
  225. border: 1px solid #999;
  226. border-color: rgb(26, 179, 148);
  227. }
  228. .cx {
  229. display: block;
  230. }
  231. .imgs {
  232. cursor: pointer;
  233. }
  234. .usercode {
  235. background-color: #FFF;
  236. background-image: none;
  237. border: 1px solid #e5e6e7;
  238. border-radius: 1px;
  239. color: inherit;
  240. padding: 6px 12px;
  241. }
  242. .audiojs {
  243. width: 100%;
  244. }
  245. .numberAssignment input[type="text"],
  246. .numberAssignment select.photo {
  247. width: 65%;
  248. }
  249. .numberAssignment input[type="text"]:focus {
  250. border-color: #1ab394!important;
  251. }
  252. .numberAssignment select.photo:focus {
  253. outline: none;
  254. border-color: #1ab394!important;
  255. }
  256. .seatsMsg {
  257. padding-left: 5%;
  258. }
  259. .seatsMsg #Pb,
  260. .seatsMsg #Pbs {
  261. width: 67%;
  262. }
  263. .seatsMsg input[type="text"]:focus {
  264. border-color: #1ab394!important;
  265. }