信阳市新县12345县长热线 - 代码来源于 息县数字城管XiXianSZCG_Web

table1.css 4.1KB

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