三元财务UI

call.css 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230
  1. ul,
  2. li,
  3. ol {
  4. list-style: none;
  5. margin: 0;
  6. padding: 0;
  7. }
  8. a {
  9. text-decoration: none
  10. }
  11. .callSreen {
  12. padding: 5px;
  13. }
  14. .clearfix:after {
  15. content: "";
  16. display: block;
  17. clear: both;
  18. }
  19. .form-control:-ms-input-placeholder {
  20. color: #999 !important;
  21. }
  22. .ldtp-con {
  23. width: 100%;
  24. margin: 0 auto;
  25. height: 100%;
  26. /*overflow: hidden;*/
  27. position: relative;
  28. /*top: 97px;
  29. left: 220px;*/
  30. background: #fff;
  31. /*border-left: 4px solid #1ab395;*/
  32. /*display: none;*/
  33. }
  34. .ldtp-con .hei-list {
  35. position: absolute;
  36. top: 20%;
  37. left: 40%;
  38. z-index: 10;
  39. display: none;
  40. }
  41. .ldtp-con .hei-list input {
  42. margin-top: 3px;
  43. }
  44. /*.minClosed{
  45. position: absolute;
  46. top: 0px;
  47. right: 80px;
  48. height: 35px;
  49. width: 35px;
  50. z-index: 10;
  51. }
  52. .minClosed a{
  53. display: block;
  54. height: 1px;
  55. background: #000;
  56. width: 15px;
  57. position: absolute;
  58. top: 15px;
  59. left: 10px;
  60. }
  61. .minClosed:hover{
  62. background: #ccc;
  63. }*/
  64. .ldtp-cl {
  65. background: #243747;
  66. font-family: "Adobe 黑体 Std";
  67. height: 100%;
  68. overflow: hidden;
  69. overflow-y: auto;
  70. }
  71. .ldtp-cl .head-pic .hp-box {
  72. height: 90px;
  73. width: 90px;
  74. -webkit-border-radius: 50%;
  75. -moz-border-radius: 50%;
  76. border-radius: 50%;
  77. overflow: hidden;
  78. margin: 20px auto;
  79. border-width: 2px;
  80. border-style: solid;
  81. border-color: #ffb400 #fc3c04 #fdfc01 #00e3c0;
  82. }
  83. .head-pic {
  84. width: 90%;
  85. margin: 0 auto;
  86. }
  87. .head_info {
  88. color: #fff;
  89. margin: 0 auto;
  90. width: 100%;
  91. }
  92. .head_info .head_info_item {
  93. width: 100%;
  94. margin: 0 auto;
  95. margin-bottom: 10px;
  96. }
  97. .head_tel,
  98. .head_location {
  99. position: relative;
  100. /*width: 215px;*/
  101. width: 66%;
  102. height: 50px;
  103. line-height: 50px;
  104. text-align: center;
  105. overflow: hidden;
  106. background-color: #2f4659;
  107. border-top-left-radius: 25px;
  108. border-bottom-left-radius: 25px;
  109. }
  110. .head_tel .head_tel_icon {
  111. position: absolute;
  112. left: 8px;
  113. top: 13px;
  114. display: inline-block;
  115. width: 24px;
  116. height: 24px;
  117. background: url(../../img/head_tel_icon.png) left center no-repeat;
  118. }
  119. .head_location .head_location_icon {
  120. position: absolute;
  121. left: 8px;
  122. top: 13px;
  123. display: inline-block;
  124. width: 24px;
  125. height: 24px;
  126. background: url(../../img/head_location_icon.png) left center no-repeat;
  127. }
  128. .head_tel .head_tel_bg {
  129. position: absolute;
  130. right: -46px;
  131. top: -4px;
  132. background-color: #243747;
  133. height: 60px;
  134. width: 60px;
  135. border-radius: 50%;
  136. }
  137. .head_location .head_location_bg {
  138. position: absolute;
  139. right: -46px;
  140. top: -4px;
  141. background-color: #243747;
  142. height: 60px;
  143. width: 60px;
  144. border-radius: 50%;
  145. }
  146. .head_time,
  147. .head_black {
  148. position: relative;
  149. /*width: 110px;*/
  150. width: 34%;
  151. height: 40px;
  152. line-height: 40px;
  153. text-align: center;
  154. background-color: #2d4356;
  155. border-radius: 20px;
  156. margin-top: 5px;
  157. }
  158. .head_time .head_time_icon {
  159. position: absolute;
  160. left: 8px;
  161. top: 8px;
  162. display: inline-block;
  163. width: 24px;
  164. height: 24px;
  165. background: url(../../img/head_time_icon.png) left center no-repeat;
  166. }
  167. .head_black .head_black_icon {
  168. position: absolute;
  169. left: 8px;
  170. top: 8px;
  171. display: inline-block;
  172. width: 24px;
  173. height: 24px;
  174. background: url(../../img/head_black_icon.png) left center no-repeat;
  175. }
  176. .head_black .head_black_cancel_icon {
  177. position: absolute;
  178. left: 8px;
  179. top: 8px;
  180. display: inline-block;
  181. width: 24px;
  182. height: 24px;
  183. background: url(../../img/head_black_cancel_icon.png) left center no-repeat;
  184. }
  185. .head_black .head_black_ivr {
  186. position: absolute;
  187. right: 8px;
  188. top: 8px;
  189. display: inline-block;
  190. width: 24px;
  191. height: 24px;
  192. background: url(../../img/drop1.png) left center no-repeat;
  193. }
  194. .head_time span {
  195. padding-left: 20px;
  196. }
  197. .head_black span {
  198. padding-left: 0px;
  199. }
  200. .head_black i {
  201. cursor: pointer;
  202. }
  203. .head_black span {
  204. color: #a54741;
  205. font-weight: bold;
  206. }
  207. /*左侧表单*/
  208. .head_form {
  209. margin: 0 auto;
  210. margin-top: 14px;
  211. color: #fff;
  212. width: 100%;
  213. }
  214. .head_form .form-group {
  215. /*height: 30px;*/
  216. background-color: #2b3f51;
  217. border-radius: 4px;
  218. margin-bottom: 6px;
  219. margin-left: 0;
  220. margin-right: 0;
  221. }
  222. .head_form .form-group .form-control {
  223. height: 30px;
  224. background-color: transparent;
  225. border-color: transparent;
  226. }
  227. .head_form .form-group .form-control:focus {
  228. border-color: transparent !important;
  229. }
  230. .head_form .btn-default {
  231. border-color: transparent;
  232. background-color: transparent;
  233. color: #fff;
  234. height: 30px;
  235. font-size: 12px;
  236. }
  237. .head_form .bootstrap-select>.dropdown-toggle.bs-placeholder,
  238. .head_form .filter-option {
  239. font-size: 12px;
  240. color: #fff;
  241. }
  242. .head_form .bootstrap-select .dropdown-toggle:focus {
  243. outline: none !important;
  244. outline-offset: 0;
  245. }
  246. .head_form .dropdown-menu .bs-searchbox .form-control {
  247. background-color: #fff !important;
  248. border-color: #ccc !important;
  249. color: #555;
  250. }
  251. .head_form .dropdown-menu .bs-searchbox .form-control:focus {
  252. border-color: #1ab394 !important;
  253. }
  254. .head_form .bootstrap-select.btn-group .dropdown-menu li a {
  255. display: block;
  256. color: #555;
  257. }
  258. .head_form .dropdown-menu>.active>a {
  259. color: #fff !important;
  260. }
  261. .ldtime {
  262. line-height: 30px;
  263. padding-left: 12px;
  264. }
  265. .head_form_btn_save {
  266. line-height: 30px;
  267. cursor: pointer;
  268. color: #1bad90;
  269. font-weight: bold;
  270. }
  271. .head_customer_info {
  272. width: 100%;
  273. margin: 0 auto;
  274. margin-top: 28px;
  275. color: #fff;
  276. }
  277. .head_customer_info_title .info_title {
  278. display: inline-block;
  279. width: 126px;
  280. height: 34px;
  281. line-height: 34px;
  282. text-align: center;
  283. background: url(../../img/head_customer_info_title_bg.png) left center no-repeat;
  284. margin-bottom: 5px;
  285. }
  286. .head_customer_info_title .pagination {
  287. margin-top: 0;
  288. }
  289. .head_customer_info_title .pagination li a {
  290. width: 80px;
  291. border-radius: 4px;
  292. height: 28px;
  293. line-height: 20px;
  294. background-color: #2f4659;
  295. color: #909ca6;
  296. border: none;
  297. margin-left: 6px;
  298. }
  299. .head_customer_info_lists {
  300. width: 100%;
  301. margin-bottom: 8px;
  302. }
  303. .head_customer_info_item {
  304. width: 100%;
  305. margin-bottom: 10px;
  306. }
  307. .head_customer_info_item_l {
  308. width: 86%;
  309. height: 90px;
  310. background-color: #2f4659;
  311. border-top-left-radius: 4px;
  312. border-bottom-left-radius: 4px;
  313. padding: 10px 13px 10px 20px;
  314. }
  315. .head_customer_info_item_l p span:nth-of-type(1) {
  316. color: #909ca6;
  317. margin-right: 8%;
  318. }
  319. .head_customer_info_item_r {
  320. width: 14%;
  321. height: 90px;
  322. line-height: 90px;
  323. text-align: center;
  324. cursor: pointer;
  325. background-color: #2b3f51;
  326. color: #1ab394;
  327. border-top-right-radius: 4px;
  328. border-bottom-right-radius: 4px;
  329. }
  330. .head_customer_info_item_active .head_customer_info_item_l {
  331. background-color: #3f5d75;
  332. }
  333. .head_customer_info_item_active .head_customer_info_item_r {
  334. color: #fff;
  335. }
  336. .head_customer_info .pagination>.disabled>a:hover {
  337. background-color: #2f4659;
  338. }
  339. .head_customer_info .pagination>.disabled>a:focus {
  340. background-color: #2f4659;
  341. }
  342. .ldtp-cl .head-pic ul li {
  343. font-size: 12px;
  344. color: #dfe4ed;
  345. text-align: center;
  346. }
  347. .ldtp-cl .head-pic ul li.nikeName i {
  348. display: inline-block;
  349. width: 20px;
  350. height: 1px;
  351. background: #dfe4ed;
  352. }
  353. .ldtp-cl .head-pic ul li.nikeName span {
  354. margin: 0 10px;
  355. }
  356. .ldtp-cl .head-pic ul li.lahei {
  357. color: #ce2114;
  358. margin: 10px 0;
  359. cursor: pointer;
  360. }
  361. .ldtp-cl .head-pic ul li.lahei i {
  362. display: inline-block;
  363. height: 16px;
  364. width: 16px;
  365. vertical-align: middle;
  366. }
  367. .ldtp-cl .head-pic ul li.lahei .push {
  368. background: url(../../img/lahei.png) no-repeat;
  369. }
  370. .ldtp-cl .head-pic ul li.lahei .qxlh {
  371. background: url(../../img/retur.png) no-repeat;
  372. }
  373. .ldtp-cl .head-pic ul li.td-call {
  374. padding: 1em 6em;
  375. }
  376. .ldtp-cl .head-pic ul li>a {
  377. display: inline-block;
  378. }
  379. .ldtp-cl .head-pic ul li>a.drop {
  380. float: right;
  381. }
  382. .ldtp-cl .head-pic ul li>a.take {
  383. float: left;
  384. }
  385. .ldtp-cl .head-pic ul li>a>i {
  386. display: inline-block;
  387. height: 36px;
  388. width: 36px;
  389. }
  390. .ldtp-cl .head-pic ul li>a.take>i {
  391. background: url(../../img/drop1.png) no-repeat;
  392. }
  393. .ldtp-cl .head-pic ul li>a.drop>i {
  394. background: url(../../img/take.png) no-repeat;
  395. }
  396. .ldtp-cl .come-detail {
  397. color: #fcf9f9;
  398. padding-left: 5em;
  399. line-height: 2em;
  400. margin-top: 35px;
  401. }
  402. .ldtp-cr {
  403. height: 100%;
  404. overflow: hidden;
  405. overflow-y: auto;
  406. }
  407. .ldtp-cr .ld-service li {
  408. float: left;
  409. font-size: 14px;
  410. color: #000;
  411. padding: 5px 15px;
  412. cursor: pointer;
  413. }
  414. .ldtp-cr ul.ld-service li.cr-click {
  415. background: #000;
  416. color: #fff;
  417. }
  418. .ld-sercon .Ps-chaxun {
  419. padding: 15px 0;
  420. line-height: 20px;
  421. }
  422. .ld-sercon .Ps-chaxun span {
  423. margin-right: 1.2em;
  424. }
  425. .Ps-chaxun input {
  426. width: 128px;
  427. padding-left: 20px;
  428. padding-right: 0;
  429. }
  430. .searchbtn {
  431. width: 2.5em;
  432. height: 24px;
  433. border-radius: 5px;
  434. position: absolute;
  435. background-color: #1AB394;
  436. background-image: url(../../img/searIcon.png);
  437. background-repeat: no-repeat;
  438. background-position: center center;
  439. cursor: pointer;
  440. }
  441. .ld-sercon span p {
  442. display: inline-block;
  443. margin: 0;
  444. width: 128px;
  445. overflow: hidden;
  446. vertical-align: middle;
  447. border: 1px solid #ccc;
  448. position: relative;
  449. }
  450. /*.ld-sercon span p i{
  451. display: block;
  452. height: 18px;
  453. width: 18px;
  454. background: url(../img/select_03.png) no-repeat;
  455. position: absolute;
  456. top: 0;
  457. right: 0;
  458. }*/
  459. .ld-sercon select,
  460. .order_form select {
  461. /*height: 22px;
  462. width: 128px;
  463. padding-left: 20px;*/
  464. padding-top: 3px;
  465. }
  466. .ld-sercon textarea {
  467. width: 70%;
  468. vertical-align: middle;
  469. -webkit-border-radius: 5px;
  470. -moz-border-radius: 5px;
  471. border-radius: 5px;
  472. }
  473. .ld-sercon div.bton {
  474. width: 70px;
  475. height: 27px;
  476. line-height: 27px;
  477. background: #e43926;
  478. -webkit-border-radius: 5px;
  479. -moz-border-radius: 5px;
  480. border-radius: 5px;
  481. margin: 0 auto;
  482. color: #fff;
  483. text-align: center;
  484. }
  485. .order_form {
  486. padding: 20px 0;
  487. }
  488. .ld-sercon .addjl {
  489. vertical-align: top;
  490. display: inline-block;
  491. width: 84px;
  492. border-radius: 5px;
  493. text-align: center;
  494. padding: 0px;
  495. font-size: 12px;
  496. height: 24px;
  497. line-height: 24px;
  498. cursor: pointer;
  499. background-color: #1ab394;
  500. color: #fff;
  501. margin-left: 5em;
  502. }
  503. .tbth {
  504. background: #1ab394;
  505. }
  506. .dealw {
  507. color: #1ab394;
  508. }
  509. .ld-sercon>div {
  510. display: none;
  511. }
  512. .ldcr-bottom .ldcrb-top>ul {
  513. float: left;
  514. }
  515. .ldcr-bottom .ldcrb-top>ul li {
  516. float: left;
  517. font-size: 14px;
  518. width: 90px;
  519. text-align: center;
  520. height: 30px;
  521. line-height: 30px;
  522. cursor: pointer;
  523. }
  524. .ldcr-bottom .ldcrb-top>div {
  525. float: right;
  526. width: 285px;
  527. height: 30px;
  528. position: relative;
  529. }
  530. .ldcr-bottom .ldcrb-top>div .sear-inp {
  531. width: 100%;
  532. height: 100%;
  533. border: 1px solid #ccc;
  534. overflow: hidden;
  535. }
  536. .ldcr-bottom .ldcrb-top>div .sear-inp input {
  537. display: block;
  538. height: 100%;
  539. width: 88%;
  540. border: 0;
  541. outline: none;
  542. padding: 10px;
  543. }
  544. .searIcon {
  545. position: absolute;
  546. width: 12%;
  547. height: 100%;
  548. right: 0;
  549. top: 0;
  550. background-color: #1ab394;
  551. background-image: url(../../img/searIcon.png);
  552. background-repeat: no-repeat;
  553. background-position: center center;
  554. cursor: pointer;
  555. }
  556. .ldcr-bottom .detail-con {
  557. padding: 15px;
  558. border: 1px solid #ebebeb;
  559. -webkit-border-radius: 5px;
  560. -moz-border-radius: 5px;
  561. border-radius: 5px;
  562. margin-top: 15px;
  563. }
  564. .ldcr-bottom .detail-con ul li {
  565. margin-bottom: 10px;
  566. }
  567. .ldcr-bottom .detail-con ul li .zhishi-title {
  568. border-bottom: 1px solid #ccc;
  569. }
  570. .ldcr-bottom .detail-con ul li .zhishi-title a {
  571. display: block;
  572. float: left;
  573. width: 55%;
  574. white-space: nowrap;
  575. overflow: hidden;
  576. text-overflow: ellipsis;
  577. color: #000;
  578. }
  579. .ldcr-bottom .detail-con ul li .zhishi-title em {
  580. display: block;
  581. float: right;
  582. font-style: normal;
  583. font-family: Verdana;
  584. float: right;
  585. color: #000;
  586. }
  587. .ldcr-bottom .detail-con ul li .explancon {
  588. padding: 30px 10px;
  589. text-indent: 24px;
  590. line-height: 24px;
  591. color: #999;
  592. background: #f5f5f5;
  593. display: none;
  594. }
  595. .order_form {
  596. border: 1px solid #e6e6e6;
  597. -webkit-border-radius: 5px;
  598. -moz-border-radius: 5px;
  599. border-radius: 5px;
  600. margin: 15px 0;
  601. }
  602. .shows {
  603. display: block;
  604. }
  605. .hides {
  606. display: none !important;
  607. }
  608. .hei-list .bacha:hover {
  609. color: #ccc;
  610. }
  611. .ke-container {
  612. width: 70% !important;
  613. }
  614. body,
  615. html,
  616. .wrapper {
  617. height: 100%;
  618. }
  619. .ldtp-con {
  620. display: block;
  621. }
  622. .minBacha {
  623. position: absolute;
  624. top: 0;
  625. right: 80px;
  626. z-index: 10;
  627. overflow: hidden;
  628. }
  629. .minBacha>div {
  630. float: left;
  631. height: 35px;
  632. width: 35px;
  633. margin-left: 2px;
  634. }
  635. .minBacha>div a {
  636. display: block;
  637. height: 100%;
  638. width: 100%;
  639. text-align: center;
  640. background-position: center center;
  641. background-color: #2f4050;
  642. opacity: .5;
  643. }
  644. .minBacha>div a:hover {
  645. opacity: 1;
  646. }
  647. .minClosed>a {
  648. background: url("../../img/min.png") no-repeat;
  649. }
  650. .Bacha>a {
  651. background: url("../../img/gb.png") no-repeat;
  652. }
  653. .lblcount {
  654. position: absolute;
  655. right: 5px;
  656. top: 7px;
  657. }
  658. .first {
  659. z-index: 1000;
  660. }
  661. .khzl {
  662. font-size: 12px;
  663. border: 0;
  664. margin: 35px auto;
  665. color: #fff;
  666. }
  667. .khzl tr {
  668. border: 0;
  669. }
  670. .khzl th {
  671. padding: 5px 8px 5px 0;
  672. text-align: right;
  673. width: 40%;
  674. font-weight: normal;
  675. border: 0;
  676. }
  677. .khzl tbody>tr>td,
  678. .khzl tbody>tr>th {
  679. border: 0;
  680. }
  681. .khzl tbody>tr>td input {
  682. border: 0;
  683. outline: none;
  684. background: #243747;
  685. padding-left: 5px;
  686. width: 100%;
  687. }
  688. .khbtn {
  689. /*background: #97a0a8;*/
  690. color: #1ab394;
  691. font-size: 14px;
  692. vertical-align: middle;
  693. }
  694. .hei-list {
  695. width: 400px;
  696. margin: 0 auto;
  697. }
  698. .heiTop {
  699. height: 35px;
  700. background: #1ab394;
  701. color: #fff;
  702. line-height: 35px;
  703. padding: 0 15px;
  704. border-top-left-radius: 3px;
  705. border-top-right-radius: 3px;
  706. }
  707. .heiTop .htl {
  708. float: left;
  709. margin: 0;
  710. }
  711. .heiTop .bacha {
  712. float: right;
  713. font-size: 18px;
  714. cursor: pointer;
  715. margin: 0;
  716. }
  717. .heiCon {
  718. width: 100%;
  719. background: #fff;
  720. text-align: center;
  721. padding: 25px 15px;
  722. height: auto;
  723. overflow-y: auto;
  724. border: 1px solid #eee;
  725. }
  726. #time-word {
  727. border: 1px solid #1ab394;
  728. padding: 5px 0 5px 10px;
  729. width: 120px;
  730. outline: none;
  731. color: #000;
  732. }
  733. .chooses {
  734. margin-top: 10px;
  735. }
  736. .btns {
  737. background: #1ab394;
  738. color: #fff;
  739. padding: 3px 10px;
  740. outline: none;
  741. font-size: 12px;
  742. margin-left: 15px;
  743. border: 0;
  744. border-radius: 3px;
  745. box-sizing: border-box;
  746. }
  747. .bianji {
  748. display: inline-block;
  749. height: 16px;
  750. vertical-align: middle;
  751. margin-right: 5px;
  752. }
  753. #citySel {
  754. width: 100%;
  755. }
  756. .bianji.edi {
  757. background: url(../../img/xgai.png) no-repeat;
  758. }
  759. .bianji.sav {
  760. background: url(../../img/bbc.png) no-repeat;
  761. }
  762. .bianji.canc {
  763. background: url(../../img/quxi.png) no-repeat;
  764. }
  765. .t-shade {
  766. position: fixed;
  767. top: 0;
  768. left: 0;
  769. width: 100%;
  770. height: 100%;
  771. background: rgba(0, 0, 0, 0.48);
  772. z-index: 10004;
  773. display: none;
  774. }
  775. .shade_k {
  776. z-index: 10005;
  777. width: 40%;
  778. margin: 10% auto;
  779. background-color: #fff;
  780. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  781. border-radius: 5px;
  782. }
  783. .shade_title {
  784. padding: 0 80px 0 20px;
  785. height: 42px;
  786. line-height: 42px;
  787. border-bottom: 1px solid #eee;
  788. font-size: 16px;
  789. color: #FFFFFF;
  790. overflow: hidden;
  791. background-color: rgb(26, 179, 148);
  792. border-radius: 2px 2px 0 0;
  793. position: relative;
  794. }
  795. .setwin {
  796. position: absolute;
  797. right: 15px;
  798. top: 5px;
  799. font-size: 20px;
  800. line-height: initial;
  801. }
  802. .setwin a {
  803. font-size: 20px;
  804. color: #fff;
  805. }
  806. .shade_content {
  807. overflow-y: auto;
  808. position: relative;
  809. padding-bottom: 50px;
  810. padding: 10px;
  811. }
  812. .ldcr-bottom .detail-con ul li .active a {
  813. color: #1ab394 !important;
  814. }
  815. .ldcr-bottom .detail-con ul li .active+.explancon {
  816. display: block !important;
  817. }
  818. #menuContent {
  819. background: #fff;
  820. position: absolute;
  821. width: 100%;
  822. border: 1px solid #ccc;
  823. right: 0;
  824. top: 25px;
  825. z-index: 10;
  826. /* display: none;*/
  827. overflow-y: auto;
  828. }
  829. #organizer {
  830. height: 25px;
  831. width: 100%;
  832. display: inline-block;
  833. position: relative;
  834. }
  835. #treeDemo li {
  836. width: 100%;
  837. }
  838. .filter-option {
  839. color: #676b6d;
  840. }
  841. .testInput-list {
  842. position: absolute;
  843. z-index: 999;
  844. border: 1px solid rgb(204, 204, 204);
  845. background-color: rgb(255, 255, 255);
  846. z-index: 99999;
  847. padding-left: 0;
  848. width: 100%;
  849. display: none;
  850. height: 200px;
  851. overflow-y: auto;
  852. }
  853. .testInput-list li {
  854. padding: 5px;
  855. color: #000;
  856. }
  857. .testInput-list li:hover {
  858. background-color: #E43926;
  859. color: #fff;
  860. }
  861. #testInput_ {
  862. outline: none;
  863. border: 1px solid #ccc;
  864. padding-left: 10px;
  865. outline-color: #fff;
  866. }
  867. .e43 {
  868. color: #e43926;
  869. }
  870. .cx {
  871. display: block;
  872. }
  873. .order_form .form-group {
  874. margin-bottom: 15px;
  875. }
  876. .order_form .form-group>label {
  877. height: 30px;
  878. line-height: 30px;
  879. width: 100px;
  880. text-align: right;
  881. padding-right: 0;
  882. }
  883. .order_form textarea.form-control {
  884. resize: none;
  885. width: 82%;
  886. }
  887. .text-red {
  888. color: red;
  889. vertical-align: middle;
  890. font-size: 20px;
  891. padding: 2px;
  892. }
  893. .ld-sercon .bton {
  894. width: 70px;
  895. background: #1ab394;
  896. -webkit-border-radius: 5px;
  897. -moz-border-radius: 5px;
  898. border-radius: 5px;
  899. margin: 0 auto;
  900. color: #fff;
  901. text-align: center;
  902. }
  903. .order_form .inps {
  904. width: 182px;
  905. height: 30px;
  906. outline: none;
  907. border: 1px solid #e6e6e6;
  908. padding: 0;
  909. padding-left: 10px;
  910. }
  911. .r_order_type {
  912. height: 30px;
  913. line-height: 30px;
  914. }
  915. .r_order_type input[type="radio"] {
  916. margin-top: 8px;
  917. }
  918. .baseInfo {
  919. border-bottom: 1px dashed #1ab394;
  920. margin-bottom: 20px;
  921. }
  922. /*业主信息*/
  923. .owerInfo {
  924. margin-bottom: 20px;
  925. border-bottom: 1px dashed #1ab394;
  926. padding-left: 0;
  927. padding-right: 0;
  928. display: none;
  929. }
  930. .owerInfo .owerTitle {
  931. color: #1ab394;
  932. }
  933. .complaintOrder {
  934. padding-left: 0;
  935. padding-right: 0;
  936. display: none;
  937. }
  938. .order_transfer {
  939. padding-left: 0;
  940. padding-right: 0;
  941. }
  942. .complaintOrder .serviceOrder_type,
  943. .complaintOrder .is_quality_assurance,
  944. .order_form .order_note {
  945. display: none;
  946. }
  947. .drop_down .caret {
  948. margin-left: -20px;
  949. }
  950. #reginsTreeView,
  951. #reginsTreeView1 {
  952. position: absolute;
  953. left: 117px;
  954. top: 32px;
  955. background-color: #fff;
  956. z-index: 4;
  957. width: 66%;
  958. max-height: 256px;
  959. overflow-y: auto;
  960. }
  961. #head_form_room_input+.bootstrap-select,
  962. #order_room_input+.bootstrap-select {
  963. display: none;
  964. }
  965. .order_form .dropdown-toggle.btn-default {
  966. height: 30px;
  967. line-height: 18px;
  968. }
  969. .baseInfo .bootstrap-select.btn-group.disabled,
  970. .baseInfo .bootstrap-select.btn-group>.disabled {
  971. cursor: text;
  972. }
  973. .baseInfo .disabled.form-control,
  974. .baseInfo .btn-default.disabled {
  975. background-color: #eee;
  976. }
  977. .baseInfo .btn-default.disabled:hover {
  978. border-color: #E5E6E7;
  979. }
  980. .baseInfo .form-control[readonly]:focus {
  981. border-color: #e5e6e7 !important;
  982. }
  983. .audit_wait {
  984. color: #febd23;
  985. }
  986. .audit_revoke {
  987. color: #fd72b9;
  988. }
  989. .audit_done {
  990. color: #5ccb91;
  991. }
  992. .company_search {
  993. position: absolute;
  994. right: 8px;
  995. top: 8px;
  996. cursor: pointer;
  997. }
  998. @media (max-width: 1680px) {
  999. .head_time,
  1000. .head_black,
  1001. .head_tel,
  1002. .head_location {
  1003. width: 100%;
  1004. }
  1005. }
  1006. @media (max-width: 1254px) {
  1007. .head_customer_info_item_l {
  1008. height: 110px;
  1009. }
  1010. .head_customer_info_item_r {
  1011. height: 110px;
  1012. line-height: 110px;
  1013. }
  1014. }
  1015. @media (max-width: 1112px) {
  1016. .head_customer_info_item_l {
  1017. height: 128px;
  1018. }
  1019. .head_customer_info_item_r {
  1020. height: 128px;
  1021. line-height: 128px;
  1022. }
  1023. }
  1024. @media (max-width: 1014px) {
  1025. .head_customer_info_item_l {
  1026. height: 128px;
  1027. }
  1028. .head_customer_info_item_r {
  1029. height: 128px;
  1030. line-height: normal;
  1031. padding-top: 46px;
  1032. }
  1033. }
  1034. @media (min-width: 768px) {
  1035. .order_form .form-inline .form-control {
  1036. width: 50%;
  1037. }
  1038. }