开封利通水务前端

Search.css 8.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659
  1. body {
  2. font-family: "微软雅黑";
  3. font-size: 14px;
  4. }
  5. .clearfix:after {
  6. content: "";
  7. display: block;
  8. clear: both;
  9. }
  10. ul li {
  11. list-style: none;
  12. float: left;
  13. }
  14. .tool_downs {
  15. padding: 0;
  16. margin: 0;
  17. }
  18. .tool_downs li {
  19. float: none;
  20. display: inline-block;
  21. }
  22. .fr {
  23. float: right;
  24. }
  25. .size-12 {
  26. font-size: 12px;
  27. }
  28. .size-13 {
  29. font-size: 13px;
  30. }
  31. /*标头*/
  32. .th-box {
  33. width: 100%;
  34. padding: 5px;
  35. }
  36. .sc_btn {
  37. display: block;
  38. padding: 7px;
  39. color: #FFF;
  40. float: left;
  41. border-radius: 5px;
  42. }
  43. .sc_btn:hover {
  44. color: #fff;
  45. }
  46. .seach-box ul {
  47. overflow: hidden;
  48. }
  49. .seach-box ul li {
  50. margin-right: 5px;
  51. }
  52. .photo {
  53. width: 128px;
  54. padding: 2px 2PX 2PX 10PX;
  55. height: 27px;
  56. border: 1px solid #ebebeb;
  57. color: #1ab394;
  58. outline: none;
  59. vertical-align: middle;
  60. }
  61. .selects {
  62. width: 177px;
  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. border-color: #00BFFF;
  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. #goods tr th {
  96. text-align: center;
  97. }
  98. #goods td {
  99. text-align: center;
  100. }
  101. .inputs {
  102. width: 90px;
  103. }
  104. .max_width li {
  105. width: 50%;
  106. margin: 10px 0;
  107. }
  108. .gjsu label {
  109. width: 100px;
  110. margin-right: 10px;
  111. text-align: right;
  112. }
  113. .add_time {
  114. text-align: center;
  115. margin-bottom: 20px;
  116. }
  117. .imgs {
  118. color: rgb(0, 128, 0);
  119. cursor: pointer;
  120. }
  121. .imgs a:hover {
  122. color: #e43926;
  123. }
  124. .ckxq ul li {
  125. padding: 5px 15px;
  126. cursor: pointer;
  127. }
  128. .Active {
  129. background: #1ab394;
  130. color: #FFFFFF;
  131. }
  132. /*.gdxq_title{
  133. background-image: none;
  134. background-color: #68b0fe;
  135. border-bottom: 1px solid #D6D6D6;
  136. color:#FFFFFF;
  137. font-size: 14px;
  138. font-weight: bold;
  139. height: 28px;
  140. line-height: 28px;padding-left: 15px;
  141. }*/
  142. .tbodys th {
  143. text-align: right;
  144. /*background: rgb(214,236,255);*/
  145. }
  146. .tbodys td {
  147. text-align: left;
  148. }
  149. .tbodys input {
  150. background-color: #FFF;
  151. background-image: none;
  152. border-radius: 1px;
  153. color: inherit;
  154. padding: 1px 6px;
  155. border: 1px solid #d7d7d7;
  156. }
  157. .Hidens {
  158. display: none;
  159. }
  160. textarea {
  161. border: 1px solid #d7d7d7;
  162. outline: none;
  163. }
  164. .ckxq {
  165. padding: 5px;
  166. border: 1px solid #e5e6e7;
  167. }
  168. .ckxq_ul {
  169. margin-top: 10px;
  170. }
  171. #gdxq_table>tbody>tr>th {
  172. padding: 4px;
  173. width: 100px;
  174. text-align: center;
  175. }
  176. #gdxq_table>tbody>tr>td {
  177. padding: 4px;
  178. width: 200px;
  179. }
  180. ._table1>tbody>tr th {
  181. text-align: center;
  182. padding: 4px !important;
  183. /*min-width: 84px;*/
  184. width: 160px;
  185. }
  186. ._table1>tbody>tr>td {
  187. padding: 4px !important;
  188. }
  189. .t-shade {
  190. position: fixed;
  191. top: 0;
  192. left: 0;
  193. width: 100%;
  194. height: 100%;
  195. background: rgba(0, 0, 0, 0.48);
  196. z-index: 10004;
  197. display: none;
  198. }
  199. .shade_k {
  200. z-index: 10005;
  201. width: 55%;
  202. margin: 2% auto;
  203. background-color: #fff;
  204. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  205. display: none;
  206. border-radius: 5px;
  207. }
  208. .shade_title {
  209. padding: 0 80px 0 20px;
  210. height: 42px;
  211. line-height: 42px;
  212. border-bottom: 1px solid #eee;
  213. font-size: 16px;
  214. color: #FFFFFF;
  215. overflow: hidden;
  216. background-color: #1ab394;
  217. border-radius: 2px 2px 0 0;
  218. position: relative;
  219. border-top-left-radius: 5px;
  220. border-top-right-radius: 5px;
  221. }
  222. .setwin {
  223. position: absolute;
  224. right: 15px;
  225. top: 5px;
  226. font-size: 0;
  227. line-height: initial;
  228. }
  229. .setwin a {
  230. position: relative;
  231. width: 16px;
  232. height: 16px;
  233. font-size: 20px;
  234. color: #fff;
  235. }
  236. .shade_content {
  237. overflow-y: auto;
  238. position: relative;
  239. padding-bottom: 50px;
  240. }
  241. .sa_title {
  242. padding-left: 20px;
  243. height: 35px;
  244. line-height: 35px;
  245. border-bottom: 1px solid #D7D7D7;
  246. }
  247. .inpBox {
  248. border: 1px solid #e5e6e7;
  249. height: 27px;
  250. width: 170px;
  251. display: inline-block;
  252. position: relative;
  253. vertical-align: middle;
  254. }
  255. .inps {
  256. width: 167px;
  257. height: 24px;
  258. outline: none;
  259. border: 0;
  260. border-image-width: 0;
  261. padding: 0;
  262. padding-left: 3px;
  263. }
  264. .xl {
  265. display: inline-block;
  266. background: url(../../img/dropDown.png) no-repeat;
  267. height: 100%;
  268. background-position: center center;
  269. width: 20px;
  270. position: absolute;
  271. right: 0;
  272. top: 0px;
  273. background-color: #1ab395;
  274. cursor: pointer;
  275. }
  276. .wh_btn input {
  277. background: #1ab394;
  278. color: #fff;
  279. padding: 6px 10px;
  280. outline: none;
  281. font-size: 12px;
  282. margin-left: 15px;
  283. border: 0;
  284. border-radius: 3px;
  285. box-sizing: border-box;
  286. }
  287. .wh_btn {
  288. width: 80%;
  289. text-align: center;
  290. padding-top: 20px;
  291. margin: 0 auto;
  292. margin-bottom: 30px;
  293. }
  294. .cx {
  295. display: block;
  296. }
  297. /*超时*/
  298. .overTime {
  299. width: 15px;
  300. height: 15px;
  301. border-radius: 50%;
  302. background: #e43926;
  303. margin: 0 auto;
  304. }
  305. .Ctime {
  306. width: 20px;
  307. height: 20px;
  308. /*border-radius: 50%;*/
  309. background: url(../../img/qigan.png) no-repeat;
  310. margin: 0 auto;
  311. }
  312. .Closed {
  313. font-size: 30px;
  314. float: right;
  315. position: relative;
  316. top: -12px;
  317. right: 5px;
  318. cursor: pointer;
  319. }
  320. .xl_common {
  321. background: #fff;
  322. position: absolute;
  323. width: 100%;
  324. border: 1px solid darkgrey;
  325. right: 0;
  326. top: 26px;
  327. z-index: 10;
  328. display: none;
  329. /* height: 100px; */
  330. overflow-y: auto;
  331. }
  332. .xl_common li {
  333. padding-top: 5px;
  334. cursor: pointer;
  335. width: 100%;
  336. }
  337. .xl_common li:hover {
  338. background: #EBEBEB;
  339. }
  340. .xl_box {
  341. padding: 0;
  342. }
  343. .addTree {
  344. background: #fff;
  345. position: absolute;
  346. width: 100%;
  347. border: 1px solid darkgrey;
  348. right: 0;
  349. top: 26px;
  350. z-index: 10;
  351. display: none;
  352. height: 100px;
  353. overflow-y: auto;
  354. }
  355. .warning {
  356. color: #eea236;
  357. }
  358. .primary {
  359. color: #1ab394;
  360. }
  361. .defauli {
  362. color: #bababa;
  363. }
  364. .receptions {
  365. word-break: break-all;
  366. word-wrap: break-word;
  367. text-indent: 2em;
  368. letter-spacing: 2px;
  369. padding: 5px;
  370. margin: 0;
  371. }
  372. .audit_all {
  373. color: #19aad0;
  374. }
  375. .audit_wait {
  376. color: #febd23;
  377. }
  378. .audit_done {
  379. color: #5ccb91;
  380. }
  381. .audit_refuse {
  382. color: #fd7c78;
  383. }
  384. .audit_doned {
  385. color: #3cd6c9;
  386. }
  387. .audit_revoke {
  388. color: #fd72b9;
  389. }
  390. .audit_termination {
  391. color: #fc3d18;
  392. }
  393. .audit_doneti{
  394. color: #EE8D81;
  395. }
  396. .audit_donetite{
  397. color: #FFE594;
  398. }
  399. #sc_key {
  400. width: 270px;
  401. }
  402. .order_detail_btns {
  403. width: 100%;
  404. margin: 20px auto;
  405. }
  406. .th-content {
  407. width: 90%;
  408. margin: 0 auto;
  409. }
  410. #print_foot{
  411. text-align: center;
  412. margin: 10px auto 0;
  413. width: 70px;
  414. height: 30px;
  415. line-height: 30px;
  416. border: 1px solid #eee;
  417. }
  418. /* 附件开始 */
  419. .file_imgs {
  420. /*padding: 10px 70px;*/
  421. list-style: none;
  422. /*margin-bottom: 60px;*/
  423. margin-left: -15px;
  424. }
  425. .file_imgs li {
  426. float: left;
  427. position: relative;
  428. width: 109px;
  429. height: 109px;
  430. margin-left: 10px;
  431. margin-right: 10px;
  432. margin-bottom: 40px;
  433. padding-top: 0;
  434. padding-bottom: 0;
  435. }
  436. .file_imgs li:hover .img_mask {
  437. display: block;
  438. }
  439. .file_imgs .img_mask {
  440. display: none;
  441. position: absolute;
  442. left: 0;
  443. top: 0;
  444. background-color: rgba(0, 0, 0, .3);
  445. width: 100%;
  446. height: 22px;
  447. z-index: 1;
  448. }
  449. .file_imgs .img_mask i {
  450. position: absolute;
  451. right: 5px;
  452. top: 5px;
  453. display: inline-block;
  454. width: 13px;
  455. height: 12px;
  456. cursor: pointer;
  457. background: url(../../img/file_img_icons.png) no-repeat 0 0;
  458. }
  459. .file_imgs .file_name {
  460. width: 100%;
  461. display: inline-block;
  462. text-align: center;
  463. word-break: break-all;
  464. padding-top: 8px;
  465. }
  466. .file_imgs li img {
  467. width: 100%;
  468. height: 100%;
  469. border: 0;
  470. vertical-align: middle;
  471. }
  472. .file_imgs .upload-state-done .img_state {
  473. display: block;
  474. position: absolute;
  475. right: 7px;
  476. bottom: 29px;
  477. width: 0;
  478. height: 0;
  479. border-bottom: 40px solid #01b2fe;
  480. border-left: 40px solid transparent;
  481. overflow: inherit;
  482. }
  483. .file_imgs .img_state i {
  484. position: absolute;
  485. right: 4px;
  486. bottom: -32px;
  487. display: inline-block;
  488. width: 15px;
  489. height: 11px;
  490. background: url(../../img/file_img_icons.png) no-repeat 0 -16px;
  491. }
  492. .error {
  493. color: red;
  494. text-align: center;
  495. }
  496. .noThumb {
  497. width: 109px;
  498. height: 83px;
  499. text-align: center;
  500. color: #1aaad0;
  501. }
  502. .glyphicon.glyphicon-paperclip {
  503. font-size: 44px;
  504. text-align: center;
  505. }
  506. .img-box {
  507. float: left;
  508. width: 120px;
  509. height: 120px;
  510. background-size: 100% 100%;
  511. display: inline-block;
  512. position: relative;
  513. border-radius: 5px;
  514. margin-right: 10px;
  515. border: solid 1px #e8e8e8;
  516. cursor: pointer;
  517. text-align: center;
  518. line-height: 120px
  519. }
  520. .img-box .img_mask {
  521. display: none;
  522. position: absolute;
  523. left: 0;
  524. top: 0;
  525. background-color: rgba(0, 0, 0, .3);
  526. width: 100%;
  527. height: 22px;
  528. z-index: 5;
  529. }
  530. .image-item {
  531. width: 120px;
  532. height: 120px;
  533. background-size: 100% 100%;
  534. display: inline-block;
  535. position: relative;
  536. border-radius: 5px;
  537. margin-right: 10px;
  538. cursor: pointer;
  539. }
  540. .img-box .img_mask i {
  541. position: absolute;
  542. right: 5px;
  543. top: 5px;
  544. display: inline-block;
  545. width: 13px;
  546. height: 12px;
  547. cursor: pointer;
  548. color: #fff;
  549. }
  550. .img-box:hover .img_mask {
  551. display: block;
  552. }
  553. .img_filename{
  554. font-size: 14px;
  555. /* display: block; */
  556. width: 100%;
  557. height: calc(100% - 22px);
  558. }
  559. /* 附件结束 */