开封利通水务前端

zhibiaoguanli.css 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. .clearfix:after {
  2. content: "";
  3. display: block;
  4. clear: both;
  5. }
  6. select {
  7. padding: 2px;
  8. height: 26px;
  9. border: 1px solid #ebebeb;
  10. outline: none;
  11. vertical-align: middle;
  12. width: 100%;
  13. }
  14. /*top部分开始*/
  15. .top {
  16. background: #f3f3f4;
  17. height: 60px;
  18. padding: 10px 20px;
  19. }
  20. .topCon {
  21. float: right;
  22. margin-right: 45px;
  23. }
  24. .topCon select {
  25. padding: 2px;
  26. height: 28px;
  27. border: 1px solid #ebebeb;
  28. color: #1ab394;
  29. outline: none;
  30. vertical-align: middle;
  31. }
  32. .topCon input {
  33. width: 128px;
  34. padding: 2px 2PX 2PX 10PX;
  35. height: 28px;
  36. border: 1px solid #ebebeb;
  37. color: #1ab394;
  38. outline: none;
  39. vertical-align: middle;
  40. }
  41. .topCon .btn,
  42. .anniu .btn {
  43. background: #1ab394;
  44. color: #fff;
  45. padding: 3px 10px;
  46. outline: none;
  47. font-size: 12px;
  48. }
  49. /*top部分结束*/
  50. .wrap {
  51. width: 100%;
  52. }
  53. .wrap>div.tbleft {
  54. float: left;
  55. width: 30%;
  56. }
  57. .wrap>div.tbright {
  58. float: right;
  59. width: 69%;
  60. overflow-x: auto;
  61. }
  62. .anniu .btn {
  63. margin-bottom: 10px;
  64. padding: 5px 10px;
  65. }
  66. .btn:hover {
  67. color: #fff!important;
  68. }
  69. /*模态框*/
  70. .model {
  71. position: fixed;
  72. top: 0;
  73. right: 0;
  74. bottom: 0;
  75. left: 0;
  76. height: 100%;
  77. width: 100%;
  78. background: rgba(0, 0, 0, 0.48);
  79. z-index: 100;
  80. display: none;
  81. }
  82. .box>input {
  83. display: block;
  84. height: 34px;
  85. padding: 6px 12px;
  86. font-size: 14px;
  87. line-height: 1.42857143;
  88. color: #555;
  89. background-color: #fff;
  90. background-image: none;
  91. border: 1px solid #ccc;
  92. border-radius: 4px;
  93. margin: 35px auto;
  94. }
  95. .baocun {
  96. background: #1ab394;
  97. color: #fff;
  98. }
  99. .box {
  100. width: 300px;
  101. margin: 65px auto;
  102. padding: 26px 0;
  103. text-align: center;
  104. background: #fff;
  105. }
  106. .leftBox {
  107. width: 30%;
  108. background: #fff;
  109. margin: 0 auto;
  110. padding-bottom: 5px;
  111. margin-top: 25px;
  112. }
  113. .rightBox {
  114. width: 30%;
  115. background: #fff;
  116. margin: 0 auto;
  117. padding-bottom: 5px;
  118. margin-top: 25px;
  119. }
  120. .btop {
  121. height: 35px;
  122. background: #1ab394;
  123. color: #fff;
  124. line-height: 35px;
  125. padding: 0 15px;
  126. margin-bottom: 15px;
  127. }
  128. .btop p.rbtl {
  129. float: left;
  130. margin: 0;
  131. }
  132. .btop p.rbtr {
  133. float: right;
  134. cursor: pointer;
  135. margin: 0;
  136. font-size: 20px;
  137. }
  138. .xuanze,
  139. .stbt {
  140. padding: 0 15px;
  141. }
  142. .xuanze .fenlei {
  143. float: left;
  144. }
  145. .xuanze .leixing {
  146. float: right;
  147. }
  148. .stbt textarea {
  149. width: 89%;
  150. vertical-align: middle;
  151. border: 1px solid #ebebeb;
  152. }
  153. .stxx {
  154. margin-top: 20px;
  155. display: none;
  156. }
  157. /*弹出表格*/
  158. #sqzx th {
  159. padding: 5px 8px 5px 0;
  160. text-align: right;
  161. }
  162. #sqzx td {
  163. padding: 6px 0 5px 10px;
  164. width: 75%;
  165. }
  166. .sqzx textarea {
  167. width: 300px;
  168. resize: none;
  169. }
  170. .ztree li {
  171. float: none;
  172. }
  173. .inpBox {
  174. border: 1px solid #e6e6e6;
  175. height: 27px;
  176. width: 300px;
  177. display: inline-block;
  178. position: relative;
  179. vertical-align: middle;
  180. }
  181. .de_icon {
  182. position: absolute;
  183. top: 0;
  184. right: 25px;
  185. line-height: 27px;
  186. cursor: pointer;
  187. display: none;
  188. }
  189. .xl {
  190. display: inline-block;
  191. background: url(../img/dropDown.png) no-repeat;
  192. height: 100%;
  193. background-position: center center;
  194. width: 20px;
  195. position: absolute;
  196. right: 0;
  197. top: 0px;
  198. background-color: #e6e6e6;
  199. cursor: pointer;
  200. }
  201. .inps {
  202. width: 167px;
  203. height: 24px;
  204. outline: none;
  205. border: 0;
  206. border-image-width: 0;
  207. padding: 0;
  208. padding-left: 3px;
  209. }
  210. .btns {
  211. text-align: center;
  212. }
  213. .btn_ {
  214. text-align: center;
  215. margin-top: 15px;
  216. margin-bottom: 15px;
  217. }
  218. .btns input {
  219. padding: 5px 10px;
  220. margin: 10px 0;
  221. }
  222. textarea {
  223. width: 200px;
  224. border: 1px solid #e6e6e6;
  225. outline: none;
  226. padding: 5px 10px;
  227. }
  228. .addTree {
  229. position: absolute;
  230. width: 100%;
  231. right: 0px;
  232. top: 26px;
  233. z-index: 10;
  234. display: none;
  235. height: 100px;
  236. overflow-y: auto;
  237. background: rgb(255, 255, 255);
  238. border-width: 1px;
  239. border-style: solid;
  240. border-color: rgb(230, 230, 230);
  241. border-image: initial;
  242. }
  243. .yc {
  244. display: none;
  245. }
  246. .fr {
  247. float: right;
  248. }
  249. .fr li {
  250. float: left;
  251. }
  252. .size-14 {
  253. font-size: 14px!important;
  254. }
  255. .size-16 {
  256. font-size: 16px;
  257. }
  258. .anniu i {
  259. margin-right: 5px;
  260. }
  261. .x-color {
  262. height: 34px;
  263. line-height: 34px;
  264. width: 100px;
  265. background-color: #FFF;
  266. background-image: none;
  267. border: 1px solid #e5e6e7;
  268. border-radius: 1px;
  269. color: inherit;
  270. }
  271. .inputs {
  272. border: 1px solid #e5e6e7;
  273. width: 150px;
  274. padding: 6px 12px;
  275. }
  276. .d {
  277. color: forestgreen;
  278. }
  279. .du {
  280. color: #0064B6;
  281. }
  282. .w {
  283. color: #e43926;
  284. }
  285. .Title_box {
  286. line-height: 20px;
  287. border-bottom: 1px solid #ccc;
  288. padding-bottom: 10px;
  289. }
  290. .ce {
  291. width: 50px;
  292. }
  293. .table_right {
  294. display: none;
  295. width: 100%;
  296. }
  297. #tb1 tbody tr{
  298. cursor: pointer;
  299. }
  300. @media (min-width: 768px) {
  301. .form-inline .qus_key {
  302. width: 300px;
  303. }
  304. }