开封利通水务前端

questions.css 4.4KB

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