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

QualityCommon.css 5.0KB

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