开封利通水务前端

call.css 19KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295
  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: 115px;
  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_all {
  984. color: #19aad0;
  985. }
  986. .audit_wait {
  987. color: #febd23;
  988. }
  989. .audit_done {
  990. color: #5ccb91;
  991. }
  992. .audit_refuse {
  993. color: #fd7c78;
  994. }
  995. .audit_doned {
  996. color: #3cd6c9;
  997. }
  998. .audit_revoke {
  999. color: #fd72b9;
  1000. }
  1001. .audit_termination {
  1002. color: #fc3d18;
  1003. }
  1004. .company_search {
  1005. position: absolute;
  1006. right: 8px;
  1007. top: 8px;
  1008. cursor: pointer;
  1009. }
  1010. .cusDetails {
  1011. padding: 20px;
  1012. }
  1013. .cusDetails .content_1 {
  1014. background-color: #fff;
  1015. width: 100%;
  1016. margin: 0 auto;
  1017. margin-bottom: 20px;
  1018. padding: 10px 20px 20px 20px;
  1019. border-radius: 10px;
  1020. box-shadow: 1px 2px 4px #CCCCCC;
  1021. }
  1022. .shark_content_title {
  1023. font-size: 16px;
  1024. color: #333;
  1025. font-weight: bold;
  1026. height: 30px;
  1027. line-height: 30px;
  1028. border-bottom: 1px dashed #1ab394;
  1029. margin-bottom: 10px;
  1030. margin-top: 5px;
  1031. }
  1032. .cusDetails .cus_base {
  1033. margin: 0;
  1034. padding: 0;
  1035. }
  1036. .cusDetails .cus_base .cusListItem {
  1037. background-color: #f6f6f6;
  1038. padding: 10px;
  1039. border-radius: 5px;
  1040. margin-bottom: 10px;
  1041. position: relative;
  1042. }
  1043. .cusDetails .cusListItem .aBtn {
  1044. position: absolute;
  1045. right: 60px;
  1046. top: 10px;
  1047. z-index: 10;
  1048. }
  1049. .cusDetails .cusListItem .aBtn1 {
  1050. right: 20px;
  1051. }
  1052. @media (max-width: 1680px) {
  1053. .head_time,
  1054. .head_black,
  1055. .head_tel,
  1056. .head_location {
  1057. width: 100%;
  1058. }
  1059. }
  1060. @media (max-width: 1254px) {
  1061. .head_customer_info_item_l {
  1062. height: 110px;
  1063. }
  1064. .head_customer_info_item_r {
  1065. height: 110px;
  1066. line-height: 110px;
  1067. }
  1068. }
  1069. @media (max-width: 1112px) {
  1070. .head_customer_info_item_l {
  1071. height: 128px;
  1072. }
  1073. .head_customer_info_item_r {
  1074. height: 128px;
  1075. line-height: 128px;
  1076. }
  1077. }
  1078. @media (max-width: 1014px) {
  1079. .head_customer_info_item_l {
  1080. height: 128px;
  1081. }
  1082. .head_customer_info_item_r {
  1083. height: 128px;
  1084. line-height: normal;
  1085. padding-top: 46px;
  1086. }
  1087. }
  1088. @media (min-width: 768px) {
  1089. .order_form .form-inline .form-control {
  1090. width: 50%;
  1091. }
  1092. }