Нет описания

Search.css 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  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. .fr {
  15. float: right;
  16. }
  17. .size-12 {
  18. font-size: 12px;
  19. }
  20. .size-13 {
  21. font-size: 13px;
  22. }
  23. /*标头*/
  24. .th-box {
  25. margin-top: 10px;
  26. width: 100%;
  27. padding: 5px;
  28. border-bottom: 1px solid #e7eaec;
  29. }
  30. .th-bar {
  31. height: 40px;
  32. }
  33. .sc_btn {
  34. display: block;
  35. padding: 7px;
  36. color: #FFF;
  37. float: left;
  38. border-radius: 5px;
  39. }
  40. .sc_btn:hover{
  41. color:#fff;
  42. }
  43. .seach-box ul {
  44. overflow: hidden;
  45. }
  46. .seach-box ul li {
  47. margin-right: 5px;
  48. }
  49. .photo {
  50. width: 128px;
  51. padding: 2px 2PX 2PX 10PX;
  52. height: 27px;
  53. border: 1px solid #ebebeb;
  54. color: #1ab394;
  55. outline: none;
  56. vertical-align: middle;
  57. }
  58. .selects {
  59. width: 177px;
  60. background-color: #FFF;
  61. background-image: none;
  62. border: 1px solid #e5e6e7;
  63. border-radius: 1px;
  64. color: inherit;
  65. padding: 6px 12px;
  66. }
  67. #Select:focus {
  68. outline: none;
  69. border-color: #00BFFF;
  70. }
  71. input:focus {
  72. outline: none;
  73. border-color: #00BFFF;
  74. }
  75. .spiner-example {
  76. position: absolute;
  77. top: 50%;
  78. left: 50%;
  79. z-index: 111;
  80. margin-left: -85px;
  81. margin-top: -100px;
  82. display: none;
  83. }
  84. .sk-spinner-three-bounce {
  85. width: 170px !important;
  86. }
  87. .sk-spinner p {
  88. display: inline-block;
  89. font-size: 18px;
  90. margin-left: 10px;
  91. }
  92. #goods tr th {
  93. text-align: center;
  94. }
  95. #goods td {
  96. text-align: center;
  97. }
  98. .inputs {
  99. width: 90px;
  100. }
  101. .max_width li {
  102. width: 50%;
  103. margin: 10px 0;
  104. }
  105. .gjsu label {
  106. width: 100px;
  107. margin-right: 10px;
  108. text-align: right;
  109. }
  110. .add_time {
  111. text-align: center;
  112. margin-bottom: 20px;
  113. }
  114. .imgs {
  115. color: rgb(0, 128, 0);
  116. cursor: pointer;
  117. }
  118. .imgs a:hover {
  119. color: #e43926;
  120. }
  121. .ckxq ul li {
  122. padding: 5px 15px;
  123. cursor: pointer;
  124. }
  125. .Active {
  126. background: #1ab394;
  127. color: #FFFFFF;
  128. }
  129. /*.gdxq_title{
  130. background-image: none;
  131. background-color: #68b0fe;
  132. border-bottom: 1px solid #D6D6D6;
  133. color:#FFFFFF;
  134. font-size: 14px;
  135. font-weight: bold;
  136. height: 28px;
  137. line-height: 28px;padding-left: 15px;
  138. }*/
  139. .tbodys th {
  140. text-align: right;
  141. /*background: rgb(214,236,255);*/
  142. }
  143. .tbodys td {
  144. text-align: left;
  145. }
  146. .tbodys input {
  147. background-color: #FFF;
  148. background-image: none;
  149. border-radius: 1px;
  150. color: inherit;
  151. padding: 1px 6px;
  152. border: 1px solid #d7d7d7;
  153. }
  154. .Hidens {
  155. display: none;
  156. }
  157. textarea {
  158. border: 1px solid #d7d7d7;
  159. outline: none;
  160. }
  161. .ckxq {
  162. padding: 5px;
  163. border: 1px solid #e5e6e7;
  164. }
  165. .ckxq_ul {
  166. margin-top: 10px;
  167. }
  168. #gdxq_table > tbody > tr > th {
  169. padding: 4px;
  170. width: 100px;
  171. }
  172. #gdxq_table > tbody > tr > td {
  173. padding: 4px;
  174. width: 200px;
  175. }
  176. ._table1 > tbody > tr > th {
  177. text-align: right;
  178. padding: 4px !important;
  179. }
  180. ._table1 > tbody > tr > td {
  181. padding: 4px !important;
  182. }
  183. .t-shade {
  184. position: fixed;
  185. top: 0;
  186. left: 0;
  187. width: 100%;
  188. height: 100%;
  189. background: rgba(0, 0, 0, 0.48);
  190. z-index: 10004;
  191. display: none;
  192. }
  193. .shade_k {
  194. z-index: 10005;
  195. width: 55%;
  196. margin: 2% auto;
  197. background-color: #fff;
  198. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  199. display: none;
  200. border-radius: 5px;
  201. }
  202. .shade_title {
  203. padding: 0 80px 0 20px;
  204. height: 42px;
  205. line-height: 42px;
  206. border-bottom: 1px solid #eee;
  207. font-size: 16px;
  208. color: #FFFFFF;
  209. overflow: hidden;
  210. background-color: #1ab394;
  211. border-radius: 2px 2px 0 0;
  212. position: relative;
  213. border-top-left-radius: 5px;
  214. border-top-right-radius: 5px;
  215. }
  216. .setwin {
  217. position: absolute;
  218. right: 15px;
  219. top: 5px;
  220. font-size: 0;
  221. line-height: initial;
  222. }
  223. .setwin a {
  224. position: relative;
  225. width: 16px;
  226. height: 16px;
  227. font-size: 20px;
  228. color: #fff;
  229. }
  230. .shade_content {
  231. overflow-y: auto;
  232. position: relative;
  233. padding-bottom: 50px;
  234. }
  235. .sa_title {
  236. padding-left: 20px;
  237. height: 35px;
  238. line-height: 35px;
  239. border-bottom: 1px solid #D7D7D7;
  240. }
  241. .inpBox {
  242. border: 1px solid #e5e6e7;
  243. height: 27px;
  244. width: 170px;
  245. display: inline-block;
  246. position: relative;
  247. vertical-align: middle;
  248. }
  249. .inps {
  250. width: 167px;
  251. height: 24px;
  252. outline: none;
  253. border: 0;
  254. border-image-width: 0;
  255. padding: 0;
  256. padding-left: 3px;
  257. }
  258. .search-ztree-name{
  259. width: 260px !important;
  260. height: 34px;
  261. background-color: #FFF !important;
  262. border: 1px solid #e5e6e7;
  263. }
  264. .xl {
  265. background: url(../../img/dropDown.png) no-repeat;
  266. background-position: center center;
  267. width: 20px;
  268. height: 32px;
  269. position: absolute;
  270. right: 0;
  271. top: 1px;
  272. background-color: #1ab394;
  273. cursor: pointer;
  274. }
  275. .xl:hover {
  276. background-color: #e6d523;
  277. }
  278. .wh_btn input {
  279. background: #1ab394;
  280. color: #fff;
  281. padding: 6px 10px;
  282. outline: none;
  283. font-size: 12px;
  284. margin-left: 15px;
  285. border: 0;
  286. border-radius: 3px;
  287. box-sizing: border-box;
  288. }
  289. .wh_btn {
  290. width: 80%;
  291. text-align: center;
  292. padding-top: 20px;
  293. margin: 0 auto;
  294. margin-bottom: 30px;
  295. }
  296. .cx {
  297. display: block;
  298. }
  299. /*超时*/
  300. .overTime {
  301. width: 15px;
  302. height: 15px;
  303. border-radius: 50%;
  304. background: #e43926;
  305. margin: 0 auto;
  306. }
  307. .Ctime {
  308. width: 20px;
  309. height: 20px;
  310. /*border-radius: 50%;*/
  311. background:url(../../img/qigan.png) no-repeat;
  312. margin: 0 auto;
  313. }
  314. .Closed {
  315. font-size: 30px;
  316. float: right;
  317. position: relative;
  318. top: -12px;
  319. right: 5px;
  320. cursor: pointer;
  321. }
  322. .xl_common {
  323. background: #fff;
  324. position: absolute;
  325. width: 100%;
  326. border: 1px solid darkgrey ;
  327. right: 0;
  328. top: 26px;
  329. z-index: 10;
  330. display: none;
  331. /* height: 100px; */
  332. overflow-y: auto;
  333. }
  334. .xl_common li {
  335. padding-top: 5px;
  336. cursor: pointer;
  337. width: 100%;
  338. }
  339. .xl_common li:hover {
  340. background: #EBEBEB;
  341. }
  342. .xl_box{
  343. padding:0;
  344. }
  345. .addTree {
  346. background: #fff;
  347. position: absolute;
  348. width: 100%;
  349. border: 1px solid darkgrey;
  350. right: 0;
  351. top: 26px;
  352. z-index: 10;
  353. display: none;
  354. height: 500px;
  355. overflow-y: auto;
  356. }
  357. .addTree .list li:hover {
  358. background: #ebebeb;
  359. color: #717171;
  360. }
  361. .ztree li {
  362. width: 100%;
  363. overflow: hidden;
  364. white-space: nowrap;
  365. text-overflow: ellipsis;
  366. }
  367. .warning{
  368. color: #eea236;
  369. }
  370. .primary{
  371. color: #1ab394;
  372. }
  373. .defauli{
  374. color:#bababa;
  375. }
  376. .workOrderIdColorRed{
  377. color: #FF0000;
  378. }
  379. .workOrderIdColorPurple{
  380. color: #FF00FF;
  381. }
  382. .workOrderIdColorGreen{
  383. color: #00CC33;
  384. }
  385. .workOrderIdColorGray{
  386. color: #808080;
  387. }
  388. .plasechoce{
  389. margin: 0;
  390. padding-left: 10px;
  391. padding-top: 5px;
  392. }
  393. .plasechoce:hover{
  394. background: #ebebeb;
  395. }
  396. .tool_downs {
  397. padding: 0;
  398. margin: 0;
  399. }
  400. .tool_downs li {
  401. float: none;
  402. display: inline-block;
  403. }
  404. .tool_downs li .aBtn {
  405. color: #337ab7;
  406. width: auto;
  407. padding: 0 3px;
  408. display: inline-block;
  409. font-size: 14px;
  410. }
  411. /* 时间输入框宽度 */
  412. .search_time {
  413. width: 228px!important;
  414. }
  415. /* 搜索导出按钮 */
  416. .btn-position{
  417. float: right
  418. }
  419. /* 操作 */
  420. .W60margin .th-inner {
  421. width:120px !important;
  422. margin-right: 200px !important;
  423. }
  424. .W60margin{
  425. width:120px !important;
  426. margin-right: 200px !important;
  427. padding-left: 5px !important;
  428. }
  429. .W60margin .workOrderTypeJudgeText {
  430. padding-left: 20px !important;
  431. }
  432. .W300margin .th-inner {
  433. width:120px !important;
  434. margin-right: 300px !important;
  435. padding-left: 25px !important;
  436. }
  437. .W300margin{
  438. width:120px !important;
  439. margin-right: 300px !important;
  440. padding-left: 40px !important;
  441. }
  442. .W50 {
  443. width: 50px;
  444. }
  445. .W50 .th-inner {
  446. width: 50px;
  447. }
  448. .W60 {
  449. width: 60px;
  450. }
  451. .W60 .th-inner {
  452. width: 60px;
  453. }
  454. .W70 {
  455. width: 70px;
  456. }
  457. .W70 .th-inner {
  458. width: 70px;
  459. }
  460. .W80 {
  461. width: 80px;
  462. }
  463. .W80 .th-inner {
  464. width: 80px;
  465. }
  466. .W100 {
  467. width: 100px;
  468. }
  469. .W100 .th-inner {
  470. width: 100px;
  471. }
  472. .W120 {
  473. width: 120px;
  474. }
  475. .W120 .th-inner {
  476. width: 120px;
  477. }
  478. .W140 {
  479. width: 140px
  480. }
  481. .W140 .th-inner {
  482. width: 140px;
  483. }
  484. .W160 {
  485. width: 160px
  486. }
  487. .W160 .th-inner {
  488. width: 160px;
  489. }
  490. .W180 {
  491. width: 180px
  492. }
  493. .W180 .th-inner {
  494. width: 180px;
  495. }
  496. .W190 {
  497. width: 190px;
  498. }
  499. .W190 .th-inner {
  500. width: 190px;
  501. }
  502. .W220 {
  503. width: 240px;
  504. }
  505. .W220 .th-inner {
  506. width: 240px;
  507. }
  508. .W240 {
  509. width: 240px;
  510. }
  511. .W240 .th-inner {
  512. width: 240px;
  513. }
  514. .W380{
  515. width: 380px;
  516. }
  517. .W380 .th-inner{
  518. width: 380px;
  519. }
  520. .W750 .th-inner{
  521. width: 750px;
  522. }
  523. .W750 .th-inner{
  524. width: 750px;
  525. }
  526. .W200 .th-inner {
  527. width:240px !important;
  528. background: #F5F5F5;
  529. border-right: 1px solid #dddddd;
  530. }
  531. .W200{
  532. width:240px !important;
  533. height: 36px !important;
  534. position: absolute;
  535. right: 0;
  536. border: 0;
  537. }
  538. .W200 .tool_downs{
  539. position: absolute;
  540. top: 0;
  541. right: 0;
  542. height: 36px;
  543. width: 240px;
  544. background: #F5F5F5;
  545. box-sizing:border-box;
  546. border: 1px solid #dddddd;
  547. }
  548. .W200 .tool_downs li{
  549. padding-top: 8px;
  550. }
  551. #workorderlist tbody tr:first-child .W200 .tool_downs{
  552. margin-top: 1px;
  553. }
  554. .dealResultDetail{
  555. position: relative;
  556. cursor: pointer;
  557. }
  558. .dealResultContentWrapper{
  559. position: absolute;
  560. width: 330px;
  561. padding: 4px;
  562. border: 1px solid black;
  563. background-color: #fff;
  564. z-index: 10;
  565. }
  566. .dealResultDetailContent{
  567. line-height: 24px;
  568. }
  569. .dealResultDetailIcon{
  570. position: absolute;
  571. top: -10px;
  572. right: -10px;
  573. width: 20px;
  574. height: 20px;
  575. padding-left: 3px;
  576. border-radius: 50%;
  577. background: #666;
  578. color: #fff;
  579. font-weight: 700;
  580. cursor: pointer;
  581. }
  582. /*
  583. 附件
  584. */
  585. .img-box {
  586. float: left;
  587. width: 120px;
  588. height: 120px;
  589. background-size: 100% 100%;
  590. display: inline-block;
  591. position: relative;
  592. border-radius: 5px;
  593. margin-right: 10px;
  594. border: solid 1px #e8e8e8;
  595. cursor: pointer;
  596. text-align: center;
  597. line-height: 120px
  598. }
  599. .img-box .img_mask {
  600. display: none;
  601. position: absolute;
  602. left: 0;
  603. top: 0;
  604. background-color: rgba(0, 0, 0, .3);
  605. width: 100%;
  606. height: 22px;
  607. z-index: 5;
  608. }
  609. .image-item {
  610. width: 120px;
  611. height: 120px;
  612. background-size: 100% 100%;
  613. display: inline-block;
  614. position: relative;
  615. border-radius: 5px;
  616. margin-right: 10px;
  617. cursor: pointer;
  618. }
  619. .img-box .img_mask i {
  620. position: absolute;
  621. right: 5px;
  622. top: 5px;
  623. display: inline-block;
  624. width: 13px;
  625. height: 12px;
  626. cursor: pointer;
  627. color: #fff;
  628. }
  629. .img-box:hover .img_mask {
  630. display: block;
  631. }
  632. .img_filename{
  633. font-size: 14px;
  634. /* display: block; */
  635. width: 100%;
  636. height: calc(100% - 22px);
  637. }
  638. .layui-layer-imguide {
  639. display: block !important;
  640. }
  641. .layui-layer-photos .layui-layer-phimg {
  642. height: 100%;
  643. }
  644. .layui-layer-photos .layui-layer-phimg img {
  645. height: 100%;
  646. }