郑州颐和随访系统UI

call.css 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323
  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. @media (max-width: 1680px) {
  1082. .head_time,
  1083. .head_black,
  1084. .head_tel,
  1085. .head_location {
  1086. width: 100%;
  1087. }
  1088. }
  1089. @media (max-width: 1254px) {
  1090. .head_customer_info_item_l {
  1091. height: 110px;
  1092. }
  1093. .head_customer_info_item_r {
  1094. height: 110px;
  1095. line-height: 110px;
  1096. }
  1097. }
  1098. @media (max-width: 1112px) {
  1099. .head_customer_info_item_l {
  1100. height: 128px;
  1101. }
  1102. .head_customer_info_item_r {
  1103. height: 128px;
  1104. line-height: 128px;
  1105. }
  1106. }
  1107. @media (max-width: 1014px) {
  1108. .head_customer_info_item_l {
  1109. height: 128px;
  1110. }
  1111. .head_customer_info_item_r {
  1112. height: 128px;
  1113. line-height: normal;
  1114. padding-top: 46px;
  1115. }
  1116. }
  1117. @media (min-width: 768px) {
  1118. .order_form .form-inline .form-control {
  1119. width: 50%;
  1120. }
  1121. }