郑州颐和随访系统UI

call.css 20KB

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