Keine Beschreibung

call.css 20KB

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